diff --git a/next-lib/src/spanish/BeschSpa.gf b/next-lib/src/spanish/BeschSpa.gf index 0242aa3c1..add93535b 100644 --- a/next-lib/src/spanish/BeschSpa.gf +++ b/next-lib/src/spanish/BeschSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../common:../abstract:../../prelude +--# -path=.:../romance:../common:../abstract:../prelude resource BeschSpa = open Prelude, CommonRomance in { @@ -20,24 +20,30 @@ oper ser_1 : Str -> Verbum = \ser -> VPB (Pres Ind Pl P1) => x_ + "somos" ; VPB (Pres Ind Pl P2) => x_ + "sois" ; VPB (Pres Ind Pl P3) => x_ + "son" ; - VPB (Pres Subj Sg P1) => x_ + "sea" ; - VPB (Pres Subj Sg P2) => x_ + "seas" ; - VPB (Pres Subj Sg P3) => x_ + "sea" ; - VPB (Pres Subj Pl P1) => x_ + "seamos" ; - VPB (Pres Subj Pl P2) => x_ + "seáis" ; - VPB (Pres Subj Pl P3) => x_ + "sean" ; + VPB (Pres Sub Sg P1) => x_ + "sea" ; + VPB (Pres Sub Sg P2) => x_ + "seas" ; + VPB (Pres Sub Sg P3) => x_ + "sea" ; + VPB (Pres Sub Pl P1) => x_ + "seamos" ; + VPB (Pres Sub Pl P2) => x_ + "seáis" ; + VPB (Pres Sub Pl P3) => x_ + "sean" ; VPB (Impf Ind Sg P1) => x_ + "era" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "eras" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "era" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "éramos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "erais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "eran" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "fueras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "fuéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "fuerais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "fueran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "fueses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "fuésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "fueseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => x_ + "fuesen" ; --# notpresent VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent @@ -50,12 +56,12 @@ oper ser_1 : Str -> Verbum = \ser -> VPB (Fut Ind Pl P1) => x_ + "seremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "seréis" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "serán" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "fuéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Fut Sub Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "fuéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Sub Pl P3) => x_ + "fueren" ; --# notpresent VPB (Cond Sg P1) => x_ + "sería" ; --# notpresent VPB (Cond Sg P2) => x_ + "serías" ; --# notpresent VPB (Cond Sg P3) => x_ + "sería" ; --# notpresent @@ -87,24 +93,30 @@ oper estar_2 : Str -> Verbum = \estar -> VPB (Pres Ind Pl P1) => est_ + "amos" ; VPB (Pres Ind Pl P2) => est_ + "áis" ; VPB (Pres Ind Pl P3) => est_ + "án" ; - VPB (Pres Subj Sg P1) => est_ + "é" ; - VPB (Pres Subj Sg P2) => est_ + "és" ; - VPB (Pres Subj Sg P3) => est_ + "é" ; - VPB (Pres Subj Pl P1) => est_ + "emos" ; - VPB (Pres Subj Pl P2) => est_ + "éis" ; - VPB (Pres Subj Pl P3) => est_ + "én" ; + VPB (Pres Sub Sg P1) => est_ + "é" ; + VPB (Pres Sub Sg P2) => est_ + "és" ; + VPB (Pres Sub Sg P3) => est_ + "é" ; + VPB (Pres Sub Pl P1) => est_ + "emos" ; + VPB (Pres Sub Pl P2) => est_ + "éis" ; + VPB (Pres Sub Pl P3) => est_ + "én" ; VPB (Impf Ind Sg P1) => est_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => est_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => est_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => est_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => est_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => est_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {est_ + "uvieras" ; est_ + "uvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {est_ + "uviera" ; est_ + "uviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {est_ + "uviéramos" ; est_ + "uviésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {est_ + "uvierais" ; est_ + "uvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {est_ + "uvieran" ; est_ + "uviesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => est_ + "uviera" ; --# notpresent + VPB (Impf Sub Sg P2) => est_ + "uvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => est_ + "uviera" ; --# notpresent + VPB (Impf Sub Pl P1) => est_ + "uviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => est_ + "uvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => est_ + "uvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => est_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => est_ + "uvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => est_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => est_ + "uviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => est_ + "uvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => est_ + "uviesen" ; --# notpresent VPB (Pret Sg P1) => est_ + "uve" ; --# notpresent VPB (Pret Sg P2) => est_ + "uviste" ; --# notpresent VPB (Pret Sg P3) => est_ + "uvo" ; --# notpresent @@ -117,12 +129,12 @@ oper estar_2 : Str -> Verbum = \estar -> VPB (Fut Ind Pl P1) => est_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => est_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => est_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => est_ + "uviere" ; --# notpresent - VPB (Fut Subj Sg P2) => est_ + "uvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => est_ + "uviere" ; --# notpresent - VPB (Fut Subj Pl P1) => est_ + "uviéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => est_ + "uviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => est_ + "uvieren" ; --# notpresent + VPB (Fut Sub Sg P1) => est_ + "uviere" ; --# notpresent + VPB (Fut Sub Sg P2) => est_ + "uvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => est_ + "uviere" ; --# notpresent + VPB (Fut Sub Pl P1) => est_ + "uviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => est_ + "uviereis" ; --# notpresent + VPB (Fut Sub Pl P3) => est_ + "uvieren" ; --# notpresent VPB (Cond Sg P1) => est_ + "aría" ; --# notpresent VPB (Cond Sg P2) => est_ + "arías" ; --# notpresent VPB (Cond Sg P3) => est_ + "aría" ; --# notpresent @@ -150,28 +162,34 @@ oper haber_3 : Str -> Verbum = \haber -> VI Part => h_ + "abido" ; VPB (Pres Ind Sg P1) => h_ + "e" ; VPB (Pres Ind Sg P2) => h_ + "as" ; - VPB (Pres Ind Sg P3) => variants {h_ + "a"} ; ---- h_ + "ay"} ; + VPB (Pres Ind Sg P3) => h_ + "a" ; VPB (Pres Ind Pl P1) => h_ + "emos" ; VPB (Pres Ind Pl P2) => h_ + "abéis" ; VPB (Pres Ind Pl P3) => h_ + "an" ; - VPB (Pres Subj Sg P1) => h_ + "aya" ; - VPB (Pres Subj Sg P2) => h_ + "ayas" ; - VPB (Pres Subj Sg P3) => h_ + "aya" ; - VPB (Pres Subj Pl P1) => h_ + "ayamos" ; - VPB (Pres Subj Pl P2) => h_ + "ayáis" ; - VPB (Pres Subj Pl P3) => h_ + "ayan" ; + VPB (Pres Sub Sg P1) => h_ + "aya" ; + VPB (Pres Sub Sg P2) => h_ + "ayas" ; + VPB (Pres Sub Sg P3) => h_ + "aya" ; + VPB (Pres Sub Pl P1) => h_ + "ayamos" ; + VPB (Pres Sub Pl P2) => h_ + "ayáis" ; + VPB (Pres Sub Pl P3) => h_ + "ayan" ; VPB (Impf Ind Sg P1) => h_ + "abía" ; --# notpresent VPB (Impf Ind Sg P2) => h_ + "abías" ; --# notpresent VPB (Impf Ind Sg P3) => h_ + "abía" ; --# notpresent VPB (Impf Ind Pl P1) => h_ + "abíamos" ; --# notpresent VPB (Impf Ind Pl P2) => h_ + "abíais" ; --# notpresent VPB (Impf Ind Pl P3) => h_ + "abían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Sg P2) => h_ + "ubieras" ; --# notpresent + VPB (Impf Sub Sg P3) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Pl P1) => h_ + "ubiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => h_ + "ubierais" ; --# notpresent + VPB (Impf Sub Pl P3) => h_ + "ubieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => h_ + "ubieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => h_ + "ubiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => h_ + "ubieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => h_ + "ubiesen" ; --# notpresent VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent @@ -184,12 +202,12 @@ oper haber_3 : Str -> Verbum = \haber -> VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent VPB (Fut Ind Pl P2) => h_ + "abréis" ; --# notpresent VPB (Fut Ind Pl P3) => h_ + "abrán" ; --# notpresent - VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent - VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Pl P1) => h_ + "ubiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Fut Sub Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Sub Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Pl P1) => h_ + "ubiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => h_ + "ubieren" ; --# notpresent VPB (Cond Sg P1) => h_ + "abría" ; --# notpresent VPB (Cond Sg P2) => h_ + "abrías" ; --# notpresent VPB (Cond Sg P3) => h_ + "abría" ; --# notpresent @@ -221,24 +239,30 @@ oper hay_3 : Str -> Verbum = \haber -> VPB (Pres Ind Pl P1) => h_ + "emos" ; VPB (Pres Ind Pl P2) => h_ + "abéis" ; VPB (Pres Ind Pl P3) => h_ + "an" ; - VPB (Pres Subj Sg P1) => h_ + "aya" ; - VPB (Pres Subj Sg P2) => h_ + "ayas" ; - VPB (Pres Subj Sg P3) => h_ + "aya" ; - VPB (Pres Subj Pl P1) => h_ + "ayamos" ; - VPB (Pres Subj Pl P2) => h_ + "ayáis" ; - VPB (Pres Subj Pl P3) => h_ + "ayan" ; + VPB (Pres Sub Sg P1) => h_ + "aya" ; + VPB (Pres Sub Sg P2) => h_ + "ayas" ; + VPB (Pres Sub Sg P3) => h_ + "aya" ; + VPB (Pres Sub Pl P1) => h_ + "ayamos" ; + VPB (Pres Sub Pl P2) => h_ + "ayáis" ; + VPB (Pres Sub Pl P3) => h_ + "ayan" ; VPB (Impf Ind Sg P1) => h_ + "abía" ; --# notpresent VPB (Impf Ind Sg P2) => h_ + "abías" ; --# notpresent VPB (Impf Ind Sg P3) => h_ + "abía" ; --# notpresent VPB (Impf Ind Pl P1) => h_ + "abíamos" ; --# notpresent VPB (Impf Ind Pl P2) => h_ + "abíais" ; --# notpresent VPB (Impf Ind Pl P3) => h_ + "abían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {h_ + "ubieras" ; h_ + "ubieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {h_ + "ubiera" ; h_ + "ubiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {h_ + "ubiéramos" ; h_ + "ubiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {h_ + "ubierais" ; h_ + "ubieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {h_ + "ubieran" ; h_ + "ubiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Sg P2) => h_ + "ubieras" ; --# notpresent + VPB (Impf Sub Sg P3) => h_ + "ubiera" ; --# notpresent + VPB (Impf Sub Pl P1) => h_ + "ubiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => h_ + "ubierais" ; --# notpresent + VPB (Impf Sub Pl P3) => h_ + "ubieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => h_ + "ubieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => h_ + "ubiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => h_ + "ubiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => h_ + "ubieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => h_ + "ubiesen" ; --# notpresent VPB (Pret Sg P1) => h_ + "ube" ; --# notpresent VPB (Pret Sg P2) => h_ + "ubiste" ; --# notpresent VPB (Pret Sg P3) => h_ + "ubo" ; --# notpresent @@ -251,12 +275,12 @@ oper hay_3 : Str -> Verbum = \haber -> VPB (Fut Ind Pl P1) => h_ + "abremos" ; --# notpresent VPB (Fut Ind Pl P2) => h_ + "abréis" ; --# notpresent VPB (Fut Ind Pl P3) => h_ + "abrán" ; --# notpresent - VPB (Fut Subj Sg P1) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Sg P2) => h_ + "ubieres" ; --# notpresent - VPB (Fut Subj Sg P3) => h_ + "ubiere" ; --# notpresent - VPB (Fut Subj Pl P1) => h_ + "ubiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => h_ + "ubiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => h_ + "ubieren" ; --# notpresent + VPB (Fut Sub Sg P1) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Sg P2) => h_ + "ubieres" ; --# notpresent + VPB (Fut Sub Sg P3) => h_ + "ubiere" ; --# notpresent + VPB (Fut Sub Pl P1) => h_ + "ubiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => h_ + "ubiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => h_ + "ubieren" ; --# notpresent VPB (Cond Sg P1) => h_ + "abría" ; --# notpresent VPB (Cond Sg P2) => h_ + "abrías" ; --# notpresent VPB (Cond Sg P3) => h_ + "abría" ; --# notpresent @@ -288,24 +312,30 @@ oper tener_4 : Str -> Verbum = \tener -> VPB (Pres Ind Pl P1) => t_ + "enemos" ; VPB (Pres Ind Pl P2) => t_ + "enéis" ; VPB (Pres Ind Pl P3) => t_ + "ienen" ; - VPB (Pres Subj Sg P1) => t_ + "enga" ; - VPB (Pres Subj Sg P2) => t_ + "engas" ; - VPB (Pres Subj Sg P3) => t_ + "enga" ; - VPB (Pres Subj Pl P1) => t_ + "engamos" ; - VPB (Pres Subj Pl P2) => t_ + "engáis" ; - VPB (Pres Subj Pl P3) => t_ + "engan" ; + VPB (Pres Sub Sg P1) => t_ + "enga" ; + VPB (Pres Sub Sg P2) => t_ + "engas" ; + VPB (Pres Sub Sg P3) => t_ + "enga" ; + VPB (Pres Sub Pl P1) => t_ + "engamos" ; + VPB (Pres Sub Pl P2) => t_ + "engáis" ; + VPB (Pres Sub Pl P3) => t_ + "engan" ; VPB (Impf Ind Sg P1) => t_ + "enía" ; --# notpresent VPB (Impf Ind Sg P2) => t_ + "enías" ; --# notpresent VPB (Impf Ind Sg P3) => t_ + "enía" ; --# notpresent VPB (Impf Ind Pl P1) => t_ + "eníamos" ; --# notpresent VPB (Impf Ind Pl P2) => t_ + "eníais" ; --# notpresent VPB (Impf Ind Pl P3) => t_ + "enían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {t_ + "uvieras" ; t_ + "uvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {t_ + "uviera" ; t_ + "uviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {t_ + "uviéramos" ; t_ + "uviésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {t_ + "uvierais" ; t_ + "uvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {t_ + "uvieran" ; t_ + "uviesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => t_ + "uviera" ; --# notpresent + VPB (Impf Sub Sg P2) => t_ + "uvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => t_ + "uviera" ; --# notpresent + VPB (Impf Sub Pl P1) => t_ + "uviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => t_ + "uvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => t_ + "uvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => t_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => t_ + "uvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => t_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => t_ + "uviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => t_ + "uvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => t_ + "uviesen" ; --# notpresent VPB (Pret Sg P1) => t_ + "uve" ; --# notpresent VPB (Pret Sg P2) => t_ + "uviste" ; --# notpresent VPB (Pret Sg P3) => t_ + "uvo" ; --# notpresent @@ -318,12 +348,12 @@ oper tener_4 : Str -> Verbum = \tener -> VPB (Fut Ind Pl P1) => t_ + "endremos" ; --# notpresent VPB (Fut Ind Pl P2) => t_ + "endréis" ; --# notpresent VPB (Fut Ind Pl P3) => t_ + "endrán" ; --# notpresent - VPB (Fut Subj Sg P1) => t_ + "uviere" ; --# notpresent - VPB (Fut Subj Sg P2) => t_ + "uvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => t_ + "uviere" ; --# notpresent - VPB (Fut Subj Pl P1) => t_ + "uviéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => t_ + "uviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => t_ + "uvieren" ; --# notpresent + VPB (Fut Sub Sg P1) => t_ + "uviere" ; --# notpresent + VPB (Fut Sub Sg P2) => t_ + "uvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => t_ + "uviere" ; --# notpresent + VPB (Fut Sub Pl P1) => t_ + "uviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => t_ + "uviereis" ; --# notpresent + VPB (Fut Sub Pl P3) => t_ + "uvieren" ; --# notpresent VPB (Cond Sg P1) => t_ + "endría" ; --# notpresent VPB (Cond Sg P2) => t_ + "endrías" ; --# notpresent VPB (Cond Sg P3) => t_ + "endría" ; --# notpresent @@ -355,24 +385,30 @@ oper cortar_5 : Str -> Verbum = \cortar -> VPB (Pres Ind Pl P1) => cort_ + "amos" ; VPB (Pres Ind Pl P2) => cort_ + "áis" ; VPB (Pres Ind Pl P3) => cort_ + "an" ; - VPB (Pres Subj Sg P1) => cort_ + "e" ; - VPB (Pres Subj Sg P2) => cort_ + "es" ; - VPB (Pres Subj Sg P3) => cort_ + "e" ; - VPB (Pres Subj Pl P1) => cort_ + "emos" ; - VPB (Pres Subj Pl P2) => cort_ + "éis" ; - VPB (Pres Subj Pl P3) => cort_ + "en" ; + VPB (Pres Sub Sg P1) => cort_ + "e" ; + VPB (Pres Sub Sg P2) => cort_ + "es" ; + VPB (Pres Sub Sg P3) => cort_ + "e" ; + VPB (Pres Sub Pl P1) => cort_ + "emos" ; + VPB (Pres Sub Pl P2) => cort_ + "éis" ; + VPB (Pres Sub Pl P3) => cort_ + "en" ; VPB (Impf Ind Sg P1) => cort_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => cort_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => cort_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => cort_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => cort_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => cort_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {cort_ + "aras" ; cort_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {cort_ + "ara" ; cort_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {cort_ + "áramos" ; cort_ + "ásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {cort_ + "arais" ; cort_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {cort_ + "aran" ; cort_ + "asen"} ; --# notpresent + VPB (Impf Sub Sg P1) => cort_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => cort_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => cort_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => cort_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => cort_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => cort_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => cort_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => cort_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => cort_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => cort_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => cort_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => cort_ + "asen" ; --# notpresent VPB (Pret Sg P1) => cort_ + "é" ; --# notpresent VPB (Pret Sg P2) => cort_ + "aste" ; --# notpresent VPB (Pret Sg P3) => cort_ + "ó" ; --# notpresent @@ -385,12 +421,12 @@ oper cortar_5 : Str -> Verbum = \cortar -> VPB (Fut Ind Pl P1) => cort_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => cort_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => cort_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => cort_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => cort_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => cort_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => cort_ + "áremos" ; --# notpresent - VPB (Fut Subj Pl P2) => cort_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => cort_ + "aren" ; --# notpresent + VPB (Fut Sub Sg P1) => cort_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => cort_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => cort_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => cort_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => cort_ + "areis" ; --# notpresent + VPB (Fut Sub Pl P3) => cort_ + "aren" ; --# notpresent VPB (Cond Sg P1) => cort_ + "aría" ; --# notpresent VPB (Cond Sg P2) => cort_ + "arías" ; --# notpresent VPB (Cond Sg P3) => cort_ + "aría" ; --# notpresent @@ -423,24 +459,30 @@ oper deber_6 : Str -> Verbum = \deber -> VPB (Pres Ind Pl P1) => deb_ + "emos" ; VPB (Pres Ind Pl P2) => deb_ + "éis" ; VPB (Pres Ind Pl P3) => deb_ + "en" ; - VPB (Pres Subj Sg P1) => deb_ + "a" ; - VPB (Pres Subj Sg P2) => deb_ + "as" ; - VPB (Pres Subj Sg P3) => deb_ + "a" ; - VPB (Pres Subj Pl P1) => deb_ + "amos" ; - VPB (Pres Subj Pl P2) => deb_ + "áis" ; - VPB (Pres Subj Pl P3) => deb_ + "an" ; + VPB (Pres Sub Sg P1) => deb_ + "a" ; + VPB (Pres Sub Sg P2) => deb_ + "as" ; + VPB (Pres Sub Sg P3) => deb_ + "a" ; + VPB (Pres Sub Pl P1) => deb_ + "amos" ; + VPB (Pres Sub Pl P2) => deb_ + "áis" ; + VPB (Pres Sub Pl P3) => deb_ + "an" ; VPB (Impf Ind Sg P1) => deb_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => deb_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => deb_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => deb_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => deb_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => deb_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {deb_ + "ieras" ; deb_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {deb_ + "iera" ; deb_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {deb_ + "iéramos" ; deb_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {deb_ + "ierais" ; deb_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {deb_ + "ieran" ; deb_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => deb_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => deb_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => deb_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => deb_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => deb_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => deb_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => deb_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => deb_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => deb_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => deb_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => deb_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => deb_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => deb_ + "í" ; --# notpresent VPB (Pret Sg P2) => deb_ + "iste" ; --# notpresent VPB (Pret Sg P3) => deb_ + "ió" ; --# notpresent @@ -453,12 +495,12 @@ oper deber_6 : Str -> Verbum = \deber -> VPB (Fut Ind Pl P1) => deb_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => deb_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => deb_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => deb_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => deb_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => deb_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => deb_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => deb_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => deb_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => deb_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => deb_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => deb_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => deb_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => deb_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => deb_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => deb_ + "ería" ; --# notpresent VPB (Cond Sg P2) => deb_ + "erías" ; --# notpresent VPB (Cond Sg P3) => deb_ + "ería" ; --# notpresent @@ -489,24 +531,30 @@ oper vivir_7 : Str -> Verbum = \vivir -> VPB (Pres Ind Pl P1) => viv_ + "imos" ; VPB (Pres Ind Pl P2) => viv_ + "ís" ; VPB (Pres Ind Pl P3) => viv_ + "en" ; - VPB (Pres Subj Sg P1) => viv_ + "a" ; - VPB (Pres Subj Sg P2) => viv_ + "as" ; - VPB (Pres Subj Sg P3) => viv_ + "a" ; - VPB (Pres Subj Pl P1) => viv_ + "amos" ; - VPB (Pres Subj Pl P2) => viv_ + "áis" ; - VPB (Pres Subj Pl P3) => viv_ + "an" ; + VPB (Pres Sub Sg P1) => viv_ + "a" ; + VPB (Pres Sub Sg P2) => viv_ + "as" ; + VPB (Pres Sub Sg P3) => viv_ + "a" ; + VPB (Pres Sub Pl P1) => viv_ + "amos" ; + VPB (Pres Sub Pl P2) => viv_ + "áis" ; + VPB (Pres Sub Pl P3) => viv_ + "an" ; VPB (Impf Ind Sg P1) => viv_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => viv_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => viv_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => viv_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => viv_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => viv_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {viv_ + "ieras" ; viv_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {viv_ + "iera" ; viv_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {viv_ + "iéramos" ; viv_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {viv_ + "ierais" ; viv_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {viv_ + "ieran" ; viv_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => viv_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => viv_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => viv_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => viv_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => viv_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => viv_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => viv_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => viv_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => viv_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => viv_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => viv_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => viv_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => viv_ + "í" ; --# notpresent VPB (Pret Sg P2) => viv_ + "iste" ; --# notpresent VPB (Pret Sg P3) => viv_ + "ió" ; --# notpresent @@ -519,12 +567,12 @@ oper vivir_7 : Str -> Verbum = \vivir -> VPB (Fut Ind Pl P1) => viv_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => viv_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => viv_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => viv_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => viv_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => viv_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => viv_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => viv_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => viv_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => viv_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => viv_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => viv_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => viv_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => viv_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => viv_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => viv_ + "iría" ; --# notpresent VPB (Cond Sg P2) => viv_ + "irías" ; --# notpresent VPB (Cond Sg P3) => viv_ + "iría" ; --# notpresent @@ -555,24 +603,30 @@ oper abolir_8 : Str -> Verbum = \abolir -> VPB (Pres Ind Pl P1) => abol_ + "imos" ; VPB (Pres Ind Pl P2) => abol_ + "ís" ; VPB (Pres Ind Pl P3) => variants {} ; - VPB (Pres Subj Sg P1) => variants {} ; - VPB (Pres Subj Sg P2) => variants {} ; - VPB (Pres Subj Sg P3) => variants {} ; - VPB (Pres Subj Pl P1) => variants {} ; - VPB (Pres Subj Pl P2) => variants {} ; - VPB (Pres Subj Pl P3) => variants {} ; + VPB (Pres Sub Sg P1) => variants {} ; + VPB (Pres Sub Sg P2) => variants {} ; + VPB (Pres Sub Sg P3) => variants {} ; + VPB (Pres Sub Pl P1) => variants {} ; + VPB (Pres Sub Pl P2) => variants {} ; + VPB (Pres Sub Pl P3) => variants {} ; VPB (Impf Ind Sg P1) => abol_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => abol_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => abol_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => abol_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => abol_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => abol_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {abol_ + "ieras" ; abol_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {abol_ + "iera" ; abol_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {abol_ + "iéramos" ; abol_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {abol_ + "ierais" ; abol_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {abol_ + "ieran" ; abol_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => abol_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => abol_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => abol_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => abol_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => abol_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => abol_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => abol_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => abol_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => abol_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => abol_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => abol_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => abol_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => abol_ + "í" ; --# notpresent VPB (Pret Sg P2) => abol_ + "iste" ; --# notpresent VPB (Pret Sg P3) => abol_ + "ió" ; --# notpresent @@ -585,12 +639,12 @@ oper abolir_8 : Str -> Verbum = \abolir -> VPB (Fut Ind Pl P1) => abol_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => abol_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => abol_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => abol_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => abol_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => abol_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => abol_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => abol_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => abol_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => abol_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => abol_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => abol_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => abol_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => abol_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => abol_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => abol_ + "iría" ; --# notpresent VPB (Cond Sg P2) => abol_ + "irías" ; --# notpresent VPB (Cond Sg P3) => abol_ + "iría" ; --# notpresent @@ -621,24 +675,30 @@ oper actuar_9 : Str -> Verbum = \actuar -> VPB (Pres Ind Pl P1) => act_ + "uamos" ; VPB (Pres Ind Pl P2) => act_ + "uáis" ; VPB (Pres Ind Pl P3) => act_ + "úan" ; - VPB (Pres Subj Sg P1) => act_ + "úe" ; - VPB (Pres Subj Sg P2) => act_ + "úes" ; - VPB (Pres Subj Sg P3) => act_ + "úe" ; - VPB (Pres Subj Pl P1) => act_ + "uemos" ; - VPB (Pres Subj Pl P2) => act_ + "uéis" ; - VPB (Pres Subj Pl P3) => act_ + "úen" ; + VPB (Pres Sub Sg P1) => act_ + "úe" ; + VPB (Pres Sub Sg P2) => act_ + "úes" ; + VPB (Pres Sub Sg P3) => act_ + "úe" ; + VPB (Pres Sub Pl P1) => act_ + "uemos" ; + VPB (Pres Sub Pl P2) => act_ + "uéis" ; + VPB (Pres Sub Pl P3) => act_ + "úen" ; VPB (Impf Ind Sg P1) => act_ + "uaba" ; --# notpresent VPB (Impf Ind Sg P2) => act_ + "uabas" ; --# notpresent VPB (Impf Ind Sg P3) => act_ + "uaba" ; --# notpresent VPB (Impf Ind Pl P1) => act_ + "uábamos" ; --# notpresent VPB (Impf Ind Pl P2) => act_ + "uabais" ; --# notpresent VPB (Impf Ind Pl P3) => act_ + "uaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {act_ + "uaras" ; act_ + "uases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {act_ + "uara" ; act_ + "uase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {act_ + "uáramos" ; act_ + "uásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {act_ + "uarais" ; act_ + "uaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {act_ + "uaran" ; act_ + "uasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => act_ + "uara" ; --# notpresent + VPB (Impf Sub Sg P2) => act_ + "uaras" ; --# notpresent + VPB (Impf Sub Sg P3) => act_ + "uara" ; --# notpresent + VPB (Impf Sub Pl P1) => act_ + "uáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => act_ + "uarais" ; --# notpresent + VPB (Impf Sub Pl P3) => act_ + "uaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => act_ + "uase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => act_ + "uases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => act_ + "uase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => act_ + "uásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => act_ + "uaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => act_ + "uasen" ; --# notpresent VPB (Pret Sg P1) => act_ + "ué" ; --# notpresent VPB (Pret Sg P2) => act_ + "uaste" ; --# notpresent VPB (Pret Sg P3) => act_ + "uó" ; --# notpresent @@ -651,12 +711,12 @@ oper actuar_9 : Str -> Verbum = \actuar -> VPB (Fut Ind Pl P1) => act_ + "uaremos" ; --# notpresent VPB (Fut Ind Pl P2) => act_ + "uaréis" ; --# notpresent VPB (Fut Ind Pl P3) => act_ + "uarán" ; --# notpresent - VPB (Fut Subj Sg P1) => act_ + "uare" ; --# notpresent - VPB (Fut Subj Sg P2) => act_ + "uares" ; --# notpresent - VPB (Fut Subj Sg P3) => act_ + "uare" ; --# notpresent - VPB (Fut Subj Pl P1) => act_ + "uáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => act_ + "uareis" ; --# notpresent - VPB (Fut Subj Pl P3) => act_ + "uaren" ; --# notpresent + VPB (Fut Sub Sg P1) => act_ + "uare" ; --# notpresent + VPB (Fut Sub Sg P2) => act_ + "uares" ; --# notpresent + VPB (Fut Sub Sg P3) => act_ + "uare" ; --# notpresent + VPB (Fut Sub Pl P1) => act_ + "uáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => act_ + "uareis" ; --# notpresent + VPB (Fut Sub Pl P3) => act_ + "uaren" ; --# notpresent VPB (Cond Sg P1) => act_ + "uaría" ; --# notpresent VPB (Cond Sg P2) => act_ + "uarías" ; --# notpresent VPB (Cond Sg P3) => act_ + "uaría" ; --# notpresent @@ -687,24 +747,30 @@ oper adquirir_10 : Str -> Verbum = \adquirir -> VPB (Pres Ind Pl P1) => adqui_ + "rimos" ; VPB (Pres Ind Pl P2) => adqui_ + "rís" ; VPB (Pres Ind Pl P3) => adqui_ + "eren" ; - VPB (Pres Subj Sg P1) => adqui_ + "era" ; - VPB (Pres Subj Sg P2) => adqui_ + "eras" ; - VPB (Pres Subj Sg P3) => adqui_ + "era" ; - VPB (Pres Subj Pl P1) => adqui_ + "ramos" ; - VPB (Pres Subj Pl P2) => adqui_ + "ráis" ; - VPB (Pres Subj Pl P3) => adqui_ + "eran" ; + VPB (Pres Sub Sg P1) => adqui_ + "era" ; + VPB (Pres Sub Sg P2) => adqui_ + "eras" ; + VPB (Pres Sub Sg P3) => adqui_ + "era" ; + VPB (Pres Sub Pl P1) => adqui_ + "ramos" ; + VPB (Pres Sub Pl P2) => adqui_ + "ráis" ; + VPB (Pres Sub Pl P3) => adqui_ + "eran" ; VPB (Impf Ind Sg P1) => adqui_ + "ría" ; --# notpresent VPB (Impf Ind Sg P2) => adqui_ + "rías" ; --# notpresent VPB (Impf Ind Sg P3) => adqui_ + "ría" ; --# notpresent VPB (Impf Ind Pl P1) => adqui_ + "ríamos" ; --# notpresent VPB (Impf Ind Pl P2) => adqui_ + "ríais" ; --# notpresent VPB (Impf Ind Pl P3) => adqui_ + "rían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {adqui_ + "rieras" ; adqui_ + "rieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {adqui_ + "riera" ; adqui_ + "riese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {adqui_ + "riéramos" ; adqui_ + "riésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {adqui_ + "rierais" ; adqui_ + "rieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {adqui_ + "rieran" ; adqui_ + "riesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => adqui_ + "riera" ; --# notpresent + VPB (Impf Sub Sg P2) => adqui_ + "rieras" ; --# notpresent + VPB (Impf Sub Sg P3) => adqui_ + "riera" ; --# notpresent + VPB (Impf Sub Pl P1) => adqui_ + "riéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => adqui_ + "rierais" ; --# notpresent + VPB (Impf Sub Pl P3) => adqui_ + "rieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => adqui_ + "riese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => adqui_ + "rieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => adqui_ + "riese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => adqui_ + "riésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => adqui_ + "rieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => adqui_ + "riesen" ; --# notpresent VPB (Pret Sg P1) => adqui_ + "rí" ; --# notpresent VPB (Pret Sg P2) => adqui_ + "riste" ; --# notpresent VPB (Pret Sg P3) => adqui_ + "rió" ; --# notpresent @@ -717,12 +783,12 @@ oper adquirir_10 : Str -> Verbum = \adquirir -> VPB (Fut Ind Pl P1) => adqui_ + "riremos" ; --# notpresent VPB (Fut Ind Pl P2) => adqui_ + "riréis" ; --# notpresent VPB (Fut Ind Pl P3) => adqui_ + "rirán" ; --# notpresent - VPB (Fut Subj Sg P1) => adqui_ + "riere" ; --# notpresent - VPB (Fut Subj Sg P2) => adqui_ + "rieres" ; --# notpresent - VPB (Fut Subj Sg P3) => adqui_ + "riere" ; --# notpresent - VPB (Fut Subj Pl P1) => adqui_ + "riéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => adqui_ + "riereis" ; --# notpresent - VPB (Fut Subj Pl P3) => adqui_ + "rieren" ; --# notpresent + VPB (Fut Sub Sg P1) => adqui_ + "riere" ; --# notpresent + VPB (Fut Sub Sg P2) => adqui_ + "rieres" ; --# notpresent + VPB (Fut Sub Sg P3) => adqui_ + "riere" ; --# notpresent + VPB (Fut Sub Pl P1) => adqui_ + "riéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => adqui_ + "riereis" ; --# notpresent + VPB (Fut Sub Pl P3) => adqui_ + "rieren" ; --# notpresent VPB (Cond Sg P1) => adqui_ + "riría" ; --# notpresent VPB (Cond Sg P2) => adqui_ + "rirías" ; --# notpresent VPB (Cond Sg P3) => adqui_ + "riría" ; --# notpresent @@ -753,24 +819,30 @@ oper ahincar_11 : Str -> Verbum = \ahincar -> VPB (Pres Ind Pl P1) => ah_ + "incamos" ; VPB (Pres Ind Pl P2) => ah_ + "incáis" ; VPB (Pres Ind Pl P3) => ah_ + "íncan" ; - VPB (Pres Subj Sg P1) => ah_ + "ínque" ; - VPB (Pres Subj Sg P2) => ah_ + "ínques" ; - VPB (Pres Subj Sg P3) => ah_ + "ínque" ; - VPB (Pres Subj Pl P1) => ah_ + "inquemos" ; - VPB (Pres Subj Pl P2) => ah_ + "inquéis" ; - VPB (Pres Subj Pl P3) => ah_ + "ínquen" ; + VPB (Pres Sub Sg P1) => ah_ + "ínque" ; + VPB (Pres Sub Sg P2) => ah_ + "ínques" ; + VPB (Pres Sub Sg P3) => ah_ + "ínque" ; + VPB (Pres Sub Pl P1) => ah_ + "inquemos" ; + VPB (Pres Sub Pl P2) => ah_ + "inquéis" ; + VPB (Pres Sub Pl P3) => ah_ + "ínquen" ; VPB (Impf Ind Sg P1) => ah_ + "incaba" ; --# notpresent VPB (Impf Ind Sg P2) => ah_ + "incabas" ; --# notpresent VPB (Impf Ind Sg P3) => ah_ + "incaba" ; --# notpresent VPB (Impf Ind Pl P1) => ah_ + "incábamos" ; --# notpresent VPB (Impf Ind Pl P2) => ah_ + "incabais" ; --# notpresent VPB (Impf Ind Pl P3) => ah_ + "incaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ah_ + "incaras" ; ah_ + "incases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ah_ + "incara" ; ah_ + "incase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ah_ + "incáramos" ; ah_ + "incásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ah_ + "incarais" ; ah_ + "incaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ah_ + "incaran" ; ah_ + "incasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ah_ + "incara" ; --# notpresent + VPB (Impf Sub Sg P2) => ah_ + "incaras" ; --# notpresent + VPB (Impf Sub Sg P3) => ah_ + "incara" ; --# notpresent + VPB (Impf Sub Pl P1) => ah_ + "incáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ah_ + "incarais" ; --# notpresent + VPB (Impf Sub Pl P3) => ah_ + "incaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ah_ + "incase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ah_ + "incases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ah_ + "incase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ah_ + "incásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ah_ + "incaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ah_ + "incasen" ; --# notpresent VPB (Pret Sg P1) => ah_ + "inqué" ; --# notpresent VPB (Pret Sg P2) => ah_ + "incaste" ; --# notpresent VPB (Pret Sg P3) => ah_ + "incó" ; --# notpresent @@ -783,12 +855,12 @@ oper ahincar_11 : Str -> Verbum = \ahincar -> VPB (Fut Ind Pl P1) => ah_ + "incaremos" ; --# notpresent VPB (Fut Ind Pl P2) => ah_ + "incaréis" ; --# notpresent VPB (Fut Ind Pl P3) => ah_ + "incarán" ; --# notpresent - VPB (Fut Subj Sg P1) => ah_ + "incare" ; --# notpresent - VPB (Fut Subj Sg P2) => ah_ + "incares" ; --# notpresent - VPB (Fut Subj Sg P3) => ah_ + "incare" ; --# notpresent - VPB (Fut Subj Pl P1) => ah_ + "incáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ah_ + "incareis" ; --# notpresent - VPB (Fut Subj Pl P3) => ah_ + "incaren" ; --# notpresent + VPB (Fut Sub Sg P1) => ah_ + "incare" ; --# notpresent + VPB (Fut Sub Sg P2) => ah_ + "incares" ; --# notpresent + VPB (Fut Sub Sg P3) => ah_ + "incare" ; --# notpresent + VPB (Fut Sub Pl P1) => ah_ + "incáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ah_ + "incareis" ; --# notpresent + VPB (Fut Sub Pl P3) => ah_ + "incaren" ; --# notpresent VPB (Cond Sg P1) => ah_ + "incaría" ; --# notpresent VPB (Cond Sg P2) => ah_ + "incarías" ; --# notpresent VPB (Cond Sg P3) => ah_ + "incaría" ; --# notpresent @@ -819,24 +891,30 @@ oper airar_12 : Str -> Verbum = \airar -> VPB (Pres Ind Pl P1) => a_ + "iramos" ; VPB (Pres Ind Pl P2) => a_ + "iráis" ; VPB (Pres Ind Pl P3) => a_ + "íran" ; - VPB (Pres Subj Sg P1) => a_ + "íre" ; - VPB (Pres Subj Sg P2) => a_ + "íres" ; - VPB (Pres Subj Sg P3) => a_ + "íre" ; - VPB (Pres Subj Pl P1) => a_ + "iremos" ; - VPB (Pres Subj Pl P2) => a_ + "iréis" ; - VPB (Pres Subj Pl P3) => a_ + "íren" ; + VPB (Pres Sub Sg P1) => a_ + "íre" ; + VPB (Pres Sub Sg P2) => a_ + "íres" ; + VPB (Pres Sub Sg P3) => a_ + "íre" ; + VPB (Pres Sub Pl P1) => a_ + "iremos" ; + VPB (Pres Sub Pl P2) => a_ + "iréis" ; + VPB (Pres Sub Pl P3) => a_ + "íren" ; VPB (Impf Ind Sg P1) => a_ + "iraba" ; --# notpresent VPB (Impf Ind Sg P2) => a_ + "irabas" ; --# notpresent VPB (Impf Ind Sg P3) => a_ + "iraba" ; --# notpresent VPB (Impf Ind Pl P1) => a_ + "irábamos" ; --# notpresent VPB (Impf Ind Pl P2) => a_ + "irabais" ; --# notpresent VPB (Impf Ind Pl P3) => a_ + "iraban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {a_ + "iraras" ; a_ + "irases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {a_ + "irara" ; a_ + "irase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {a_ + "iráramos" ; a_ + "irásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {a_ + "irarais" ; a_ + "iraseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {a_ + "iraran" ; a_ + "irasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => a_ + "irara" ; --# notpresent + VPB (Impf Sub Sg P2) => a_ + "iraras" ; --# notpresent + VPB (Impf Sub Sg P3) => a_ + "irara" ; --# notpresent + VPB (Impf Sub Pl P1) => a_ + "iráramos" ; --# notpresent + VPB (Impf Sub Pl P2) => a_ + "irarais" ; --# notpresent + VPB (Impf Sub Pl P3) => a_ + "iraran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => a_ + "irase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => a_ + "irases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => a_ + "irase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => a_ + "irásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => a_ + "iraseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => a_ + "irasen" ; --# notpresent VPB (Pret Sg P1) => a_ + "iré" ; --# notpresent VPB (Pret Sg P2) => a_ + "iraste" ; --# notpresent VPB (Pret Sg P3) => a_ + "iró" ; --# notpresent @@ -849,12 +927,12 @@ oper airar_12 : Str -> Verbum = \airar -> VPB (Fut Ind Pl P1) => a_ + "iraremos" ; --# notpresent VPB (Fut Ind Pl P2) => a_ + "iraréis" ; --# notpresent VPB (Fut Ind Pl P3) => a_ + "irarán" ; --# notpresent - VPB (Fut Subj Sg P1) => a_ + "irare" ; --# notpresent - VPB (Fut Subj Sg P2) => a_ + "irares" ; --# notpresent - VPB (Fut Subj Sg P3) => a_ + "irare" ; --# notpresent - VPB (Fut Subj Pl P1) => a_ + "iráremos" ; --# notpresent - VPB (Fut Subj Pl P2) => a_ + "irareis" ; --# notpresent - VPB (Fut Subj Pl P3) => a_ + "iraren" ; --# notpresent + VPB (Fut Sub Sg P1) => a_ + "irare" ; --# notpresent + VPB (Fut Sub Sg P2) => a_ + "irares" ; --# notpresent + VPB (Fut Sub Sg P3) => a_ + "irare" ; --# notpresent + VPB (Fut Sub Pl P1) => a_ + "iráremos" ; --# notpresent + VPB (Fut Sub Pl P2) => a_ + "irareis" ; --# notpresent + VPB (Fut Sub Pl P3) => a_ + "iraren" ; --# notpresent VPB (Cond Sg P1) => a_ + "iraría" ; --# notpresent VPB (Cond Sg P2) => a_ + "irarías" ; --# notpresent VPB (Cond Sg P3) => a_ + "iraría" ; --# notpresent @@ -885,24 +963,30 @@ oper andar_13 : Str -> Verbum = \andar -> VPB (Pres Ind Pl P1) => and_ + "amos" ; VPB (Pres Ind Pl P2) => and_ + "áis" ; VPB (Pres Ind Pl P3) => and_ + "an" ; - VPB (Pres Subj Sg P1) => and_ + "e" ; - VPB (Pres Subj Sg P2) => and_ + "es" ; - VPB (Pres Subj Sg P3) => and_ + "e" ; - VPB (Pres Subj Pl P1) => and_ + "emos" ; - VPB (Pres Subj Pl P2) => and_ + "éis" ; - VPB (Pres Subj Pl P3) => and_ + "en" ; + VPB (Pres Sub Sg P1) => and_ + "e" ; + VPB (Pres Sub Sg P2) => and_ + "es" ; + VPB (Pres Sub Sg P3) => and_ + "e" ; + VPB (Pres Sub Pl P1) => and_ + "emos" ; + VPB (Pres Sub Pl P2) => and_ + "éis" ; + VPB (Pres Sub Pl P3) => and_ + "en" ; VPB (Impf Ind Sg P1) => and_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => and_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => and_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => and_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => and_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => and_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {and_ + "uvieras" ; and_ + "uvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {and_ + "uviera" ; and_ + "uviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {and_ + "uviéramos" ; and_ + "uviésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {and_ + "uvierais" ; and_ + "uvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {and_ + "uvieran" ; and_ + "uviesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => and_ + "uviera" ; --# notpresent + VPB (Impf Sub Sg P2) => and_ + "uvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => and_ + "uviera" ; --# notpresent + VPB (Impf Sub Pl P1) => and_ + "uviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => and_ + "uvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => and_ + "uvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => and_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => and_ + "uvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => and_ + "uviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => and_ + "uviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => and_ + "uvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => and_ + "uviesen" ; --# notpresent VPB (Pret Sg P1) => and_ + "uve" ; --# notpresent VPB (Pret Sg P2) => and_ + "uviste" ; --# notpresent VPB (Pret Sg P3) => and_ + "uvo" ; --# notpresent @@ -915,12 +999,12 @@ oper andar_13 : Str -> Verbum = \andar -> VPB (Fut Ind Pl P1) => and_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => and_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => and_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => and_ + "uviere" ; --# notpresent - VPB (Fut Subj Sg P2) => and_ + "uvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => and_ + "uviere" ; --# notpresent - VPB (Fut Subj Pl P1) => and_ + "uviéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => and_ + "uviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => and_ + "uvieren" ; --# notpresent + VPB (Fut Sub Sg P1) => and_ + "uviere" ; --# notpresent + VPB (Fut Sub Sg P2) => and_ + "uvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => and_ + "uviere" ; --# notpresent + VPB (Fut Sub Pl P1) => and_ + "uviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => and_ + "uviereis" ; --# notpresent + VPB (Fut Sub Pl P3) => and_ + "uvieren" ; --# notpresent VPB (Cond Sg P1) => and_ + "aría" ; --# notpresent VPB (Cond Sg P2) => and_ + "arías" ; --# notpresent VPB (Cond Sg P3) => and_ + "aría" ; --# notpresent @@ -951,24 +1035,30 @@ oper asir_14 : Str -> Verbum = \asir -> VPB (Pres Ind Pl P1) => as_ + "imos" ; VPB (Pres Ind Pl P2) => as_ + "ís" ; VPB (Pres Ind Pl P3) => as_ + "en" ; - VPB (Pres Subj Sg P1) => as_ + "ga" ; - VPB (Pres Subj Sg P2) => as_ + "gas" ; - VPB (Pres Subj Sg P3) => as_ + "ga" ; - VPB (Pres Subj Pl P1) => as_ + "gamos" ; - VPB (Pres Subj Pl P2) => as_ + "gáis" ; - VPB (Pres Subj Pl P3) => as_ + "gan" ; + VPB (Pres Sub Sg P1) => as_ + "ga" ; + VPB (Pres Sub Sg P2) => as_ + "gas" ; + VPB (Pres Sub Sg P3) => as_ + "ga" ; + VPB (Pres Sub Pl P1) => as_ + "gamos" ; + VPB (Pres Sub Pl P2) => as_ + "gáis" ; + VPB (Pres Sub Pl P3) => as_ + "gan" ; VPB (Impf Ind Sg P1) => as_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => as_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => as_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => as_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => as_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => as_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {as_ + "ieras" ; as_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {as_ + "iera" ; as_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {as_ + "iéramos" ; as_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {as_ + "ierais" ; as_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {as_ + "ieran" ; as_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => as_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => as_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => as_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => as_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => as_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => as_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => as_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => as_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => as_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => as_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => as_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => as_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => as_ + "í" ; --# notpresent VPB (Pret Sg P2) => as_ + "iste" ; --# notpresent VPB (Pret Sg P3) => as_ + "ió" ; --# notpresent @@ -981,12 +1071,12 @@ oper asir_14 : Str -> Verbum = \asir -> VPB (Fut Ind Pl P1) => as_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => as_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => as_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => as_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => as_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => as_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => as_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => as_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => as_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => as_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => as_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => as_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => as_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => as_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => as_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => as_ + "iría" ; --# notpresent VPB (Cond Sg P2) => as_ + "irías" ; --# notpresent VPB (Cond Sg P3) => as_ + "iría" ; --# notpresent @@ -1017,24 +1107,30 @@ oper aullar_15 : Str -> Verbum = \aullar -> VPB (Pres Ind Pl P1) => a_ + "ullamos" ; VPB (Pres Ind Pl P2) => a_ + "ulláis" ; VPB (Pres Ind Pl P3) => a_ + "úllan" ; - VPB (Pres Subj Sg P1) => a_ + "úlle" ; - VPB (Pres Subj Sg P2) => a_ + "úlles" ; - VPB (Pres Subj Sg P3) => a_ + "úlle" ; - VPB (Pres Subj Pl P1) => a_ + "ullemos" ; - VPB (Pres Subj Pl P2) => a_ + "ulléis" ; - VPB (Pres Subj Pl P3) => a_ + "úllen" ; + VPB (Pres Sub Sg P1) => a_ + "úlle" ; + VPB (Pres Sub Sg P2) => a_ + "úlles" ; + VPB (Pres Sub Sg P3) => a_ + "úlle" ; + VPB (Pres Sub Pl P1) => a_ + "ullemos" ; + VPB (Pres Sub Pl P2) => a_ + "ulléis" ; + VPB (Pres Sub Pl P3) => a_ + "úllen" ; VPB (Impf Ind Sg P1) => a_ + "ullaba" ; --# notpresent VPB (Impf Ind Sg P2) => a_ + "ullabas" ; --# notpresent VPB (Impf Ind Sg P3) => a_ + "ullaba" ; --# notpresent VPB (Impf Ind Pl P1) => a_ + "ullábamos" ; --# notpresent VPB (Impf Ind Pl P2) => a_ + "ullabais" ; --# notpresent VPB (Impf Ind Pl P3) => a_ + "ullaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {a_ + "ullaras" ; a_ + "ullases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {a_ + "ullara" ; a_ + "ullase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {a_ + "ulláramos" ; a_ + "ullásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {a_ + "ullarais" ; a_ + "ullaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {a_ + "ullaran" ; a_ + "ullasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => a_ + "ullara" ; --# notpresent + VPB (Impf Sub Sg P2) => a_ + "ullaras" ; --# notpresent + VPB (Impf Sub Sg P3) => a_ + "ullara" ; --# notpresent + VPB (Impf Sub Pl P1) => a_ + "ulláramos" ; --# notpresent + VPB (Impf Sub Pl P2) => a_ + "ullarais" ; --# notpresent + VPB (Impf Sub Pl P3) => a_ + "ullaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => a_ + "ullase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => a_ + "ullases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => a_ + "ullase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => a_ + "ullásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => a_ + "ullaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => a_ + "ullasen" ; --# notpresent VPB (Pret Sg P1) => a_ + "ullé" ; --# notpresent VPB (Pret Sg P2) => a_ + "ullaste" ; --# notpresent VPB (Pret Sg P3) => a_ + "ulló" ; --# notpresent @@ -1047,12 +1143,12 @@ oper aullar_15 : Str -> Verbum = \aullar -> VPB (Fut Ind Pl P1) => a_ + "ullaremos" ; --# notpresent VPB (Fut Ind Pl P2) => a_ + "ullaréis" ; --# notpresent VPB (Fut Ind Pl P3) => a_ + "ullarán" ; --# notpresent - VPB (Fut Subj Sg P1) => a_ + "ullare" ; --# notpresent - VPB (Fut Subj Sg P2) => a_ + "ullares" ; --# notpresent - VPB (Fut Subj Sg P3) => a_ + "ullare" ; --# notpresent - VPB (Fut Subj Pl P1) => a_ + "ulláremos" ; --# notpresent - VPB (Fut Subj Pl P2) => a_ + "ullareis" ; --# notpresent - VPB (Fut Subj Pl P3) => a_ + "ullaren" ; --# notpresent + VPB (Fut Sub Sg P1) => a_ + "ullare" ; --# notpresent + VPB (Fut Sub Sg P2) => a_ + "ullares" ; --# notpresent + VPB (Fut Sub Sg P3) => a_ + "ullare" ; --# notpresent + VPB (Fut Sub Pl P1) => a_ + "ulláremos" ; --# notpresent + VPB (Fut Sub Pl P2) => a_ + "ullareis" ; --# notpresent + VPB (Fut Sub Pl P3) => a_ + "ullaren" ; --# notpresent VPB (Cond Sg P1) => a_ + "ullaría" ; --# notpresent VPB (Cond Sg P2) => a_ + "ullarías" ; --# notpresent VPB (Cond Sg P3) => a_ + "ullaría" ; --# notpresent @@ -1083,24 +1179,30 @@ oper avergonzar_16 : Str -> Verbum = \avergonzar -> VPB (Pres Ind Pl P1) => averg_ + "onzamos" ; VPB (Pres Ind Pl P2) => averg_ + "onzáis" ; VPB (Pres Ind Pl P3) => averg_ + "üenzan" ; - VPB (Pres Subj Sg P1) => averg_ + "üence" ; - VPB (Pres Subj Sg P2) => averg_ + "üences" ; - VPB (Pres Subj Sg P3) => averg_ + "üence" ; - VPB (Pres Subj Pl P1) => averg_ + "oncemos" ; - VPB (Pres Subj Pl P2) => averg_ + "oncéis" ; - VPB (Pres Subj Pl P3) => averg_ + "üencen" ; + VPB (Pres Sub Sg P1) => averg_ + "üence" ; + VPB (Pres Sub Sg P2) => averg_ + "üences" ; + VPB (Pres Sub Sg P3) => averg_ + "üence" ; + VPB (Pres Sub Pl P1) => averg_ + "oncemos" ; + VPB (Pres Sub Pl P2) => averg_ + "oncéis" ; + VPB (Pres Sub Pl P3) => averg_ + "üencen" ; VPB (Impf Ind Sg P1) => averg_ + "onzaba" ; --# notpresent VPB (Impf Ind Sg P2) => averg_ + "onzabas" ; --# notpresent VPB (Impf Ind Sg P3) => averg_ + "onzaba" ; --# notpresent VPB (Impf Ind Pl P1) => averg_ + "onzábamos" ; --# notpresent VPB (Impf Ind Pl P2) => averg_ + "onzabais" ; --# notpresent VPB (Impf Ind Pl P3) => averg_ + "onzaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {averg_ + "onzaras" ; averg_ + "onzases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {averg_ + "onzara" ; averg_ + "onzase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {averg_ + "onzáramos" ; averg_ + "onzásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {averg_ + "onzarais" ; averg_ + "onzaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {averg_ + "onzaran" ; averg_ + "onzasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => averg_ + "onzara" ; --# notpresent + VPB (Impf Sub Sg P2) => averg_ + "onzaras" ; --# notpresent + VPB (Impf Sub Sg P3) => averg_ + "onzara" ; --# notpresent + VPB (Impf Sub Pl P1) => averg_ + "onzáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => averg_ + "onzarais" ; --# notpresent + VPB (Impf Sub Pl P3) => averg_ + "onzaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => averg_ + "onzase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => averg_ + "onzases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => averg_ + "onzase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => averg_ + "onzásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => averg_ + "onzaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => averg_ + "onzasen" ; --# notpresent VPB (Pret Sg P1) => averg_ + "oncé" ; --# notpresent VPB (Pret Sg P2) => averg_ + "onzaste" ; --# notpresent VPB (Pret Sg P3) => averg_ + "onzó" ; --# notpresent @@ -1113,12 +1215,12 @@ oper avergonzar_16 : Str -> Verbum = \avergonzar -> VPB (Fut Ind Pl P1) => averg_ + "onzaremos" ; --# notpresent VPB (Fut Ind Pl P2) => averg_ + "onzaréis" ; --# notpresent VPB (Fut Ind Pl P3) => averg_ + "onzarán" ; --# notpresent - VPB (Fut Subj Sg P1) => averg_ + "onzare" ; --# notpresent - VPB (Fut Subj Sg P2) => averg_ + "onzares" ; --# notpresent - VPB (Fut Subj Sg P3) => averg_ + "onzare" ; --# notpresent - VPB (Fut Subj Pl P1) => averg_ + "onzáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => averg_ + "onzareis" ; --# notpresent - VPB (Fut Subj Pl P3) => averg_ + "onzaren" ; --# notpresent + VPB (Fut Sub Sg P1) => averg_ + "onzare" ; --# notpresent + VPB (Fut Sub Sg P2) => averg_ + "onzares" ; --# notpresent + VPB (Fut Sub Sg P3) => averg_ + "onzare" ; --# notpresent + VPB (Fut Sub Pl P1) => averg_ + "onzáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => averg_ + "onzareis" ; --# notpresent + VPB (Fut Sub Pl P3) => averg_ + "onzaren" ; --# notpresent VPB (Cond Sg P1) => averg_ + "onzaría" ; --# notpresent VPB (Cond Sg P2) => averg_ + "onzarías" ; --# notpresent VPB (Cond Sg P3) => averg_ + "onzaría" ; --# notpresent @@ -1149,24 +1251,30 @@ oper averiguar_17 : Str -> Verbum = \averiguar -> VPB (Pres Ind Pl P1) => averig_ + "uamos" ; VPB (Pres Ind Pl P2) => averig_ + "uáis" ; VPB (Pres Ind Pl P3) => averig_ + "uan" ; - VPB (Pres Subj Sg P1) => averig_ + "üe" ; - VPB (Pres Subj Sg P2) => averig_ + "ües" ; - VPB (Pres Subj Sg P3) => averig_ + "üe" ; - VPB (Pres Subj Pl P1) => averig_ + "üemos" ; - VPB (Pres Subj Pl P2) => averig_ + "üéis" ; - VPB (Pres Subj Pl P3) => averig_ + "üen" ; + VPB (Pres Sub Sg P1) => averig_ + "üe" ; + VPB (Pres Sub Sg P2) => averig_ + "ües" ; + VPB (Pres Sub Sg P3) => averig_ + "üe" ; + VPB (Pres Sub Pl P1) => averig_ + "üemos" ; + VPB (Pres Sub Pl P2) => averig_ + "üéis" ; + VPB (Pres Sub Pl P3) => averig_ + "üen" ; VPB (Impf Ind Sg P1) => averig_ + "uaba" ; --# notpresent VPB (Impf Ind Sg P2) => averig_ + "uabas" ; --# notpresent VPB (Impf Ind Sg P3) => averig_ + "uaba" ; --# notpresent VPB (Impf Ind Pl P1) => averig_ + "uábamos" ; --# notpresent VPB (Impf Ind Pl P2) => averig_ + "uabais" ; --# notpresent VPB (Impf Ind Pl P3) => averig_ + "uaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {averig_ + "uaras" ; averig_ + "uases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {averig_ + "uara" ; averig_ + "uase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {averig_ + "uáramos" ; averig_ + "uásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {averig_ + "uarais" ; averig_ + "uaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {averig_ + "uaran" ; averig_ + "uasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => averig_ + "uara" ; --# notpresent + VPB (Impf Sub Sg P2) => averig_ + "uaras" ; --# notpresent + VPB (Impf Sub Sg P3) => averig_ + "uara" ; --# notpresent + VPB (Impf Sub Pl P1) => averig_ + "uáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => averig_ + "uarais" ; --# notpresent + VPB (Impf Sub Pl P3) => averig_ + "uaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => averig_ + "uase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => averig_ + "uases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => averig_ + "uase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => averig_ + "uásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => averig_ + "uaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => averig_ + "uasen" ; --# notpresent VPB (Pret Sg P1) => averig_ + "üé" ; --# notpresent VPB (Pret Sg P2) => averig_ + "uaste" ; --# notpresent VPB (Pret Sg P3) => averig_ + "uó" ; --# notpresent @@ -1179,12 +1287,12 @@ oper averiguar_17 : Str -> Verbum = \averiguar -> VPB (Fut Ind Pl P1) => averig_ + "uaremos" ; --# notpresent VPB (Fut Ind Pl P2) => averig_ + "uaréis" ; --# notpresent VPB (Fut Ind Pl P3) => averig_ + "uarán" ; --# notpresent - VPB (Fut Subj Sg P1) => averig_ + "uare" ; --# notpresent - VPB (Fut Subj Sg P2) => averig_ + "uares" ; --# notpresent - VPB (Fut Subj Sg P3) => averig_ + "uare" ; --# notpresent - VPB (Fut Subj Pl P1) => averig_ + "uáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => averig_ + "uareis" ; --# notpresent - VPB (Fut Subj Pl P3) => averig_ + "uaren" ; --# notpresent + VPB (Fut Sub Sg P1) => averig_ + "uare" ; --# notpresent + VPB (Fut Sub Sg P2) => averig_ + "uares" ; --# notpresent + VPB (Fut Sub Sg P3) => averig_ + "uare" ; --# notpresent + VPB (Fut Sub Pl P1) => averig_ + "uáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => averig_ + "uareis" ; --# notpresent + VPB (Fut Sub Pl P3) => averig_ + "uaren" ; --# notpresent VPB (Cond Sg P1) => averig_ + "uaría" ; --# notpresent VPB (Cond Sg P2) => averig_ + "uarías" ; --# notpresent VPB (Cond Sg P3) => averig_ + "uaría" ; --# notpresent @@ -1215,24 +1323,30 @@ oper bru VPB (Pres Ind Pl P1) => bruñ_ + "imos" ; VPB (Pres Ind Pl P2) => bruñ_ + "ís" ; VPB (Pres Ind Pl P3) => bruñ_ + "en" ; - VPB (Pres Subj Sg P1) => bruñ_ + "a" ; - VPB (Pres Subj Sg P2) => bruñ_ + "as" ; - VPB (Pres Subj Sg P3) => bruñ_ + "a" ; - VPB (Pres Subj Pl P1) => bruñ_ + "amos" ; - VPB (Pres Subj Pl P2) => bruñ_ + "áis" ; - VPB (Pres Subj Pl P3) => bruñ_ + "an" ; + VPB (Pres Sub Sg P1) => bruñ_ + "a" ; + VPB (Pres Sub Sg P2) => bruñ_ + "as" ; + VPB (Pres Sub Sg P3) => bruñ_ + "a" ; + VPB (Pres Sub Pl P1) => bruñ_ + "amos" ; + VPB (Pres Sub Pl P2) => bruñ_ + "áis" ; + VPB (Pres Sub Pl P3) => bruñ_ + "an" ; VPB (Impf Ind Sg P1) => bruñ_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => bruñ_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => bruñ_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => bruñ_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => bruñ_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => bruñ_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {bruñ_ + "eras" ; bruñ_ + "eses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {bruñ_ + "era" ; bruñ_ + "ese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {bruñ_ + "éramos" ; bruñ_ + "ésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {bruñ_ + "erais" ; bruñ_ + "eseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {bruñ_ + "eran" ; bruñ_ + "esen"} ; --# notpresent + VPB (Impf Sub Sg P1) => bruñ_ + "era" ; --# notpresent + VPB (Impf Sub Sg P2) => bruñ_ + "eras" ; --# notpresent + VPB (Impf Sub Sg P3) => bruñ_ + "era" ; --# notpresent + VPB (Impf Sub Pl P1) => bruñ_ + "éramos" ; --# notpresent + VPB (Impf Sub Pl P2) => bruñ_ + "erais" ; --# notpresent + VPB (Impf Sub Pl P3) => bruñ_ + "eran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => bruñ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => bruñ_ + "eses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => bruñ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => bruñ_ + "ésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => bruñ_ + "eseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => bruñ_ + "esen" ; --# notpresent VPB (Pret Sg P1) => bruñ_ + "í" ; --# notpresent VPB (Pret Sg P2) => bruñ_ + "iste" ; --# notpresent VPB (Pret Sg P3) => bruñ_ + "ó" ; --# notpresent @@ -1245,12 +1359,12 @@ oper bru VPB (Fut Ind Pl P1) => bruñ_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => bruñ_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => bruñ_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => bruñ_ + "ere" ; --# notpresent - VPB (Fut Subj Sg P2) => bruñ_ + "eres" ; --# notpresent - VPB (Fut Subj Sg P3) => bruñ_ + "ere" ; --# notpresent - VPB (Fut Subj Pl P1) => bruñ_ + "éremos" ; --# notpresent - VPB (Fut Subj Pl P2) => bruñ_ + "ereis" ; --# notpresent - VPB (Fut Subj Pl P3) => bruñ_ + "eren" ; --# notpresent + VPB (Fut Sub Sg P1) => bruñ_ + "ere" ; --# notpresent + VPB (Fut Sub Sg P2) => bruñ_ + "eres" ; --# notpresent + VPB (Fut Sub Sg P3) => bruñ_ + "ere" ; --# notpresent + VPB (Fut Sub Pl P1) => bruñ_ + "éremos" ; --# notpresent + VPB (Fut Sub Pl P2) => bruñ_ + "ereis" ; --# notpresent + VPB (Fut Sub Pl P3) => bruñ_ + "eren" ; --# notpresent VPB (Cond Sg P1) => bruñ_ + "iría" ; --# notpresent VPB (Cond Sg P2) => bruñ_ + "irías" ; --# notpresent VPB (Cond Sg P3) => bruñ_ + "iría" ; --# notpresent @@ -1281,24 +1395,30 @@ oper caber_19 : Str -> Verbum = \caber -> VPB (Pres Ind Pl P1) => x_ + "cabemos" ; VPB (Pres Ind Pl P2) => x_ + "cabéis" ; VPB (Pres Ind Pl P3) => x_ + "caben" ; - VPB (Pres Subj Sg P1) => x_ + "quepa" ; - VPB (Pres Subj Sg P2) => x_ + "quepas" ; - VPB (Pres Subj Sg P3) => x_ + "quepa" ; - VPB (Pres Subj Pl P1) => x_ + "quepamos" ; - VPB (Pres Subj Pl P2) => x_ + "quepáis" ; - VPB (Pres Subj Pl P3) => x_ + "quepan" ; + VPB (Pres Sub Sg P1) => x_ + "quepa" ; + VPB (Pres Sub Sg P2) => x_ + "quepas" ; + VPB (Pres Sub Sg P3) => x_ + "quepa" ; + VPB (Pres Sub Pl P1) => x_ + "quepamos" ; + VPB (Pres Sub Pl P2) => x_ + "quepáis" ; + VPB (Pres Sub Pl P3) => x_ + "quepan" ; VPB (Impf Ind Sg P1) => x_ + "cabía" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "cabías" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "cabía" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "cabíamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "cabíais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "cabían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "cupieras" ; x_ + "cupieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "cupiera" ; x_ + "cupiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "cupiéramos" ; x_ + "cupiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "cupierais" ; x_ + "cupieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "cupieran" ; x_ + "cupiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => x_ + "cupiera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "cupieras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "cupiera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "cupiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "cupierais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "cupieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "cupiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "cupieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "cupiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "cupiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "cupieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => x_ + "cupiesen" ; --# notpresent VPB (Pret Sg P1) => x_ + "cupe" ; --# notpresent VPB (Pret Sg P2) => x_ + "cupiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "cupo" ; --# notpresent @@ -1311,12 +1431,12 @@ oper caber_19 : Str -> Verbum = \caber -> VPB (Fut Ind Pl P1) => x_ + "cabremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "cabréis" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "cabrán" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "cupiere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "cupieres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "cupiere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "cupiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "cupiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "cupieren" ; --# notpresent + VPB (Fut Sub Sg P1) => x_ + "cupiere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "cupieres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "cupiere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "cupiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "cupiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => x_ + "cupieren" ; --# notpresent VPB (Cond Sg P1) => x_ + "cabría" ; --# notpresent VPB (Cond Sg P2) => x_ + "cabrías" ; --# notpresent VPB (Cond Sg P3) => x_ + "cabría" ; --# notpresent @@ -1347,24 +1467,30 @@ oper caer_20 : Str -> Verbum = \caer -> VPB (Pres Ind Pl P1) => ca_ + "emos" ; VPB (Pres Ind Pl P2) => ca_ + "éis" ; VPB (Pres Ind Pl P3) => ca_ + "en" ; - VPB (Pres Subj Sg P1) => ca_ + "iga" ; - VPB (Pres Subj Sg P2) => ca_ + "igas" ; - VPB (Pres Subj Sg P3) => ca_ + "iga" ; - VPB (Pres Subj Pl P1) => ca_ + "igamos" ; - VPB (Pres Subj Pl P2) => ca_ + "igáis" ; - VPB (Pres Subj Pl P3) => ca_ + "igan" ; + VPB (Pres Sub Sg P1) => ca_ + "iga" ; + VPB (Pres Sub Sg P2) => ca_ + "igas" ; + VPB (Pres Sub Sg P3) => ca_ + "iga" ; + VPB (Pres Sub Pl P1) => ca_ + "igamos" ; + VPB (Pres Sub Pl P2) => ca_ + "igáis" ; + VPB (Pres Sub Pl P3) => ca_ + "igan" ; VPB (Impf Ind Sg P1) => ca_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => ca_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => ca_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => ca_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => ca_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => ca_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ca_ + "yeras" ; ca_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ca_ + "yera" ; ca_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ca_ + "yéramos" ; ca_ + "yésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ca_ + "yerais" ; ca_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ca_ + "yeran" ; ca_ + "yesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ca_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => ca_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => ca_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => ca_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ca_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => ca_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ca_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ca_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ca_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ca_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ca_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ca_ + "yesen" ; --# notpresent VPB (Pret Sg P1) => ca_ + "í" ; --# notpresent VPB (Pret Sg P2) => ca_ + "íste" ; --# notpresent VPB (Pret Sg P3) => ca_ + "yó" ; --# notpresent @@ -1377,12 +1503,12 @@ oper caer_20 : Str -> Verbum = \caer -> VPB (Fut Ind Pl P1) => ca_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ca_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => ca_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => ca_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => ca_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => ca_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => ca_ + "yéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ca_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ca_ + "yeren" ; --# notpresent + VPB (Fut Sub Sg P1) => ca_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => ca_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => ca_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => ca_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ca_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => ca_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => ca_ + "ería" ; --# notpresent VPB (Cond Sg P2) => ca_ + "erías" ; --# notpresent VPB (Cond Sg P3) => ca_ + "ería" ; --# notpresent @@ -1413,24 +1539,30 @@ oper cazar_21 : Str -> Verbum = \cazar -> VPB (Pres Ind Pl P1) => ca_ + "zamos" ; VPB (Pres Ind Pl P2) => ca_ + "záis" ; VPB (Pres Ind Pl P3) => ca_ + "zan" ; - VPB (Pres Subj Sg P1) => ca_ + "ce" ; - VPB (Pres Subj Sg P2) => ca_ + "ces" ; - VPB (Pres Subj Sg P3) => ca_ + "ce" ; - VPB (Pres Subj Pl P1) => ca_ + "cemos" ; - VPB (Pres Subj Pl P2) => ca_ + "céis" ; - VPB (Pres Subj Pl P3) => ca_ + "cen" ; + VPB (Pres Sub Sg P1) => ca_ + "ce" ; + VPB (Pres Sub Sg P2) => ca_ + "ces" ; + VPB (Pres Sub Sg P3) => ca_ + "ce" ; + VPB (Pres Sub Pl P1) => ca_ + "cemos" ; + VPB (Pres Sub Pl P2) => ca_ + "céis" ; + VPB (Pres Sub Pl P3) => ca_ + "cen" ; VPB (Impf Ind Sg P1) => ca_ + "zaba" ; --# notpresent VPB (Impf Ind Sg P2) => ca_ + "zabas" ; --# notpresent VPB (Impf Ind Sg P3) => ca_ + "zaba" ; --# notpresent VPB (Impf Ind Pl P1) => ca_ + "zábamos" ; --# notpresent VPB (Impf Ind Pl P2) => ca_ + "zabais" ; --# notpresent VPB (Impf Ind Pl P3) => ca_ + "zaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ca_ + "zaras" ; ca_ + "zases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ca_ + "zara" ; ca_ + "zase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ca_ + "záramos" ; ca_ + "zásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ca_ + "zarais" ; ca_ + "zaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ca_ + "zaran" ; ca_ + "zasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ca_ + "zara" ; --# notpresent + VPB (Impf Sub Sg P2) => ca_ + "zaras" ; --# notpresent + VPB (Impf Sub Sg P3) => ca_ + "zara" ; --# notpresent + VPB (Impf Sub Pl P1) => ca_ + "záramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ca_ + "zarais" ; --# notpresent + VPB (Impf Sub Pl P3) => ca_ + "zaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ca_ + "zase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ca_ + "zases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ca_ + "zase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ca_ + "zásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ca_ + "zaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ca_ + "zasen" ; --# notpresent VPB (Pret Sg P1) => ca_ + "cé" ; --# notpresent VPB (Pret Sg P2) => ca_ + "zaste" ; --# notpresent VPB (Pret Sg P3) => ca_ + "zó" ; --# notpresent @@ -1443,12 +1575,12 @@ oper cazar_21 : Str -> Verbum = \cazar -> VPB (Fut Ind Pl P1) => ca_ + "zaremos" ; --# notpresent VPB (Fut Ind Pl P2) => ca_ + "zaréis" ; --# notpresent VPB (Fut Ind Pl P3) => ca_ + "zarán" ; --# notpresent - VPB (Fut Subj Sg P1) => ca_ + "zare" ; --# notpresent - VPB (Fut Subj Sg P2) => ca_ + "zares" ; --# notpresent - VPB (Fut Subj Sg P3) => ca_ + "zare" ; --# notpresent - VPB (Fut Subj Pl P1) => ca_ + "záremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ca_ + "zareis" ; --# notpresent - VPB (Fut Subj Pl P3) => ca_ + "zaren" ; --# notpresent + VPB (Fut Sub Sg P1) => ca_ + "zare" ; --# notpresent + VPB (Fut Sub Sg P2) => ca_ + "zares" ; --# notpresent + VPB (Fut Sub Sg P3) => ca_ + "zare" ; --# notpresent + VPB (Fut Sub Pl P1) => ca_ + "záremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ca_ + "zareis" ; --# notpresent + VPB (Fut Sub Pl P3) => ca_ + "zaren" ; --# notpresent VPB (Cond Sg P1) => ca_ + "zaría" ; --# notpresent VPB (Cond Sg P2) => ca_ + "zarías" ; --# notpresent VPB (Cond Sg P3) => ca_ + "zaría" ; --# notpresent @@ -1479,24 +1611,30 @@ oper cocer_22 : Str -> Verbum = \cocer -> VPB (Pres Ind Pl P1) => c_ + "ocemos" ; VPB (Pres Ind Pl P2) => c_ + "océis" ; VPB (Pres Ind Pl P3) => c_ + "uecen" ; - VPB (Pres Subj Sg P1) => c_ + "ueza" ; - VPB (Pres Subj Sg P2) => c_ + "uezas" ; - VPB (Pres Subj Sg P3) => c_ + "ueza" ; - VPB (Pres Subj Pl P1) => c_ + "ozamos" ; - VPB (Pres Subj Pl P2) => c_ + "ozáis" ; - VPB (Pres Subj Pl P3) => c_ + "uezan" ; + VPB (Pres Sub Sg P1) => c_ + "ueza" ; + VPB (Pres Sub Sg P2) => c_ + "uezas" ; + VPB (Pres Sub Sg P3) => c_ + "ueza" ; + VPB (Pres Sub Pl P1) => c_ + "ozamos" ; + VPB (Pres Sub Pl P2) => c_ + "ozáis" ; + VPB (Pres Sub Pl P3) => c_ + "uezan" ; VPB (Impf Ind Sg P1) => c_ + "ocía" ; --# notpresent VPB (Impf Ind Sg P2) => c_ + "ocías" ; --# notpresent VPB (Impf Ind Sg P3) => c_ + "ocía" ; --# notpresent VPB (Impf Ind Pl P1) => c_ + "ocíamos" ; --# notpresent VPB (Impf Ind Pl P2) => c_ + "ocíais" ; --# notpresent VPB (Impf Ind Pl P3) => c_ + "ocían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {c_ + "ocieras" ; c_ + "ocieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {c_ + "ociera" ; c_ + "ociese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {c_ + "ociéramos" ; c_ + "ociésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {c_ + "ocierais" ; c_ + "ocieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {c_ + "ocieran" ; c_ + "ociesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => c_ + "ociera" ; --# notpresent + VPB (Impf Sub Sg P2) => c_ + "ocieras" ; --# notpresent + VPB (Impf Sub Sg P3) => c_ + "ociera" ; --# notpresent + VPB (Impf Sub Pl P1) => c_ + "ociéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => c_ + "ocierais" ; --# notpresent + VPB (Impf Sub Pl P3) => c_ + "ocieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => c_ + "ociese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => c_ + "ocieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => c_ + "ociese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => c_ + "ociésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => c_ + "ocieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => c_ + "ociesen" ; --# notpresent VPB (Pret Sg P1) => c_ + "ocí" ; --# notpresent VPB (Pret Sg P2) => c_ + "ociste" ; --# notpresent VPB (Pret Sg P3) => c_ + "oció" ; --# notpresent @@ -1509,12 +1647,12 @@ oper cocer_22 : Str -> Verbum = \cocer -> VPB (Fut Ind Pl P1) => c_ + "oceremos" ; --# notpresent VPB (Fut Ind Pl P2) => c_ + "oceréis" ; --# notpresent VPB (Fut Ind Pl P3) => c_ + "ocerán" ; --# notpresent - VPB (Fut Subj Sg P1) => c_ + "ociere" ; --# notpresent - VPB (Fut Subj Sg P2) => c_ + "ocieres" ; --# notpresent - VPB (Fut Subj Sg P3) => c_ + "ociere" ; --# notpresent - VPB (Fut Subj Pl P1) => c_ + "ociéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => c_ + "ociereis" ; --# notpresent - VPB (Fut Subj Pl P3) => c_ + "ocieren" ; --# notpresent + VPB (Fut Sub Sg P1) => c_ + "ociere" ; --# notpresent + VPB (Fut Sub Sg P2) => c_ + "ocieres" ; --# notpresent + VPB (Fut Sub Sg P3) => c_ + "ociere" ; --# notpresent + VPB (Fut Sub Pl P1) => c_ + "ociéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => c_ + "ociereis" ; --# notpresent + VPB (Fut Sub Pl P3) => c_ + "ocieren" ; --# notpresent VPB (Cond Sg P1) => c_ + "ocería" ; --# notpresent VPB (Cond Sg P2) => c_ + "ocerías" ; --# notpresent VPB (Cond Sg P3) => c_ + "ocería" ; --# notpresent @@ -1545,24 +1683,30 @@ oper coger_23 : Str -> Verbum = \coger -> VPB (Pres Ind Pl P1) => co_ + "gemos" ; VPB (Pres Ind Pl P2) => co_ + "géis" ; VPB (Pres Ind Pl P3) => co_ + "gen" ; - VPB (Pres Subj Sg P1) => co_ + "ja" ; - VPB (Pres Subj Sg P2) => co_ + "jas" ; - VPB (Pres Subj Sg P3) => co_ + "ja" ; - VPB (Pres Subj Pl P1) => co_ + "jamos" ; - VPB (Pres Subj Pl P2) => co_ + "jáis" ; - VPB (Pres Subj Pl P3) => co_ + "jan" ; + VPB (Pres Sub Sg P1) => co_ + "ja" ; + VPB (Pres Sub Sg P2) => co_ + "jas" ; + VPB (Pres Sub Sg P3) => co_ + "ja" ; + VPB (Pres Sub Pl P1) => co_ + "jamos" ; + VPB (Pres Sub Pl P2) => co_ + "jáis" ; + VPB (Pres Sub Pl P3) => co_ + "jan" ; VPB (Impf Ind Sg P1) => co_ + "gía" ; --# notpresent VPB (Impf Ind Sg P2) => co_ + "gías" ; --# notpresent VPB (Impf Ind Sg P3) => co_ + "gía" ; --# notpresent VPB (Impf Ind Pl P1) => co_ + "gíamos" ; --# notpresent VPB (Impf Ind Pl P2) => co_ + "gíais" ; --# notpresent VPB (Impf Ind Pl P3) => co_ + "gían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {co_ + "gieras" ; co_ + "gieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {co_ + "giera" ; co_ + "giese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {co_ + "giéramos" ; co_ + "giésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {co_ + "gierais" ; co_ + "gieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {co_ + "gieran" ; co_ + "giesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => co_ + "giera" ; --# notpresent + VPB (Impf Sub Sg P2) => co_ + "gieras" ; --# notpresent + VPB (Impf Sub Sg P3) => co_ + "giera" ; --# notpresent + VPB (Impf Sub Pl P1) => co_ + "giéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => co_ + "gierais" ; --# notpresent + VPB (Impf Sub Pl P3) => co_ + "gieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => co_ + "giese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => co_ + "gieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => co_ + "giese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => co_ + "giésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => co_ + "gieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => co_ + "giesen" ; --# notpresent VPB (Pret Sg P1) => co_ + "gí" ; --# notpresent VPB (Pret Sg P2) => co_ + "giste" ; --# notpresent VPB (Pret Sg P3) => co_ + "gió" ; --# notpresent @@ -1575,12 +1719,12 @@ oper coger_23 : Str -> Verbum = \coger -> VPB (Fut Ind Pl P1) => co_ + "geremos" ; --# notpresent VPB (Fut Ind Pl P2) => co_ + "geréis" ; --# notpresent VPB (Fut Ind Pl P3) => co_ + "gerán" ; --# notpresent - VPB (Fut Subj Sg P1) => co_ + "giere" ; --# notpresent - VPB (Fut Subj Sg P2) => co_ + "gieres" ; --# notpresent - VPB (Fut Subj Sg P3) => co_ + "giere" ; --# notpresent - VPB (Fut Subj Pl P1) => co_ + "giéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => co_ + "giereis" ; --# notpresent - VPB (Fut Subj Pl P3) => co_ + "gieren" ; --# notpresent + VPB (Fut Sub Sg P1) => co_ + "giere" ; --# notpresent + VPB (Fut Sub Sg P2) => co_ + "gieres" ; --# notpresent + VPB (Fut Sub Sg P3) => co_ + "giere" ; --# notpresent + VPB (Fut Sub Pl P1) => co_ + "giéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => co_ + "giereis" ; --# notpresent + VPB (Fut Sub Pl P3) => co_ + "gieren" ; --# notpresent VPB (Cond Sg P1) => co_ + "gería" ; --# notpresent VPB (Cond Sg P2) => co_ + "gerías" ; --# notpresent VPB (Cond Sg P3) => co_ + "gería" ; --# notpresent @@ -1611,24 +1755,30 @@ oper colgar_24 : Str -> Verbum = \colgar -> VPB (Pres Ind Pl P1) => c_ + "olgamos" ; VPB (Pres Ind Pl P2) => c_ + "olgáis" ; VPB (Pres Ind Pl P3) => c_ + "uelgan" ; - VPB (Pres Subj Sg P1) => c_ + "uelgue" ; - VPB (Pres Subj Sg P2) => c_ + "uelgues" ; - VPB (Pres Subj Sg P3) => c_ + "uelgue" ; - VPB (Pres Subj Pl P1) => c_ + "olguemos" ; - VPB (Pres Subj Pl P2) => c_ + "olguéis" ; - VPB (Pres Subj Pl P3) => c_ + "uelguen" ; + VPB (Pres Sub Sg P1) => c_ + "uelgue" ; + VPB (Pres Sub Sg P2) => c_ + "uelgues" ; + VPB (Pres Sub Sg P3) => c_ + "uelgue" ; + VPB (Pres Sub Pl P1) => c_ + "olguemos" ; + VPB (Pres Sub Pl P2) => c_ + "olguéis" ; + VPB (Pres Sub Pl P3) => c_ + "uelguen" ; VPB (Impf Ind Sg P1) => c_ + "olgaba" ; --# notpresent VPB (Impf Ind Sg P2) => c_ + "olgabas" ; --# notpresent VPB (Impf Ind Sg P3) => c_ + "olgaba" ; --# notpresent VPB (Impf Ind Pl P1) => c_ + "olgábamos" ; --# notpresent VPB (Impf Ind Pl P2) => c_ + "olgabais" ; --# notpresent VPB (Impf Ind Pl P3) => c_ + "olgaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {c_ + "olgaras" ; c_ + "olgases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {c_ + "olgara" ; c_ + "olgase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {c_ + "olgáramos" ; c_ + "olgásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {c_ + "olgarais" ; c_ + "olgaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {c_ + "olgaran" ; c_ + "olgasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => c_ + "olgara" ; --# notpresent + VPB (Impf Sub Sg P2) => c_ + "olgaras" ; --# notpresent + VPB (Impf Sub Sg P3) => c_ + "olgara" ; --# notpresent + VPB (Impf Sub Pl P1) => c_ + "olgáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => c_ + "olgarais" ; --# notpresent + VPB (Impf Sub Pl P3) => c_ + "olgaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => c_ + "olgase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => c_ + "olgases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => c_ + "olgase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => c_ + "olgásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => c_ + "olgaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => c_ + "olgasen" ; --# notpresent VPB (Pret Sg P1) => c_ + "olgué" ; --# notpresent VPB (Pret Sg P2) => c_ + "olgaste" ; --# notpresent VPB (Pret Sg P3) => c_ + "olgó" ; --# notpresent @@ -1641,12 +1791,12 @@ oper colgar_24 : Str -> Verbum = \colgar -> VPB (Fut Ind Pl P1) => c_ + "olgaremos" ; --# notpresent VPB (Fut Ind Pl P2) => c_ + "olgaréis" ; --# notpresent VPB (Fut Ind Pl P3) => c_ + "olgarán" ; --# notpresent - VPB (Fut Subj Sg P1) => c_ + "olgare" ; --# notpresent - VPB (Fut Subj Sg P2) => c_ + "olgares" ; --# notpresent - VPB (Fut Subj Sg P3) => c_ + "olgare" ; --# notpresent - VPB (Fut Subj Pl P1) => c_ + "olgáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => c_ + "olgareis" ; --# notpresent - VPB (Fut Subj Pl P3) => c_ + "olgaren" ; --# notpresent + VPB (Fut Sub Sg P1) => c_ + "olgare" ; --# notpresent + VPB (Fut Sub Sg P2) => c_ + "olgares" ; --# notpresent + VPB (Fut Sub Sg P3) => c_ + "olgare" ; --# notpresent + VPB (Fut Sub Pl P1) => c_ + "olgáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => c_ + "olgareis" ; --# notpresent + VPB (Fut Sub Pl P3) => c_ + "olgaren" ; --# notpresent VPB (Cond Sg P1) => c_ + "olgaría" ; --# notpresent VPB (Cond Sg P2) => c_ + "olgarías" ; --# notpresent VPB (Cond Sg P3) => c_ + "olgaría" ; --# notpresent @@ -1677,24 +1827,30 @@ oper conocer_25 : Str -> Verbum = \conocer -> VPB (Pres Ind Pl P1) => cono_ + "cemos" ; VPB (Pres Ind Pl P2) => cono_ + "céis" ; VPB (Pres Ind Pl P3) => cono_ + "cen" ; - VPB (Pres Subj Sg P1) => cono_ + "zca" ; - VPB (Pres Subj Sg P2) => cono_ + "zcas" ; - VPB (Pres Subj Sg P3) => cono_ + "zca" ; - VPB (Pres Subj Pl P1) => cono_ + "zcamos" ; - VPB (Pres Subj Pl P2) => cono_ + "zcáis" ; - VPB (Pres Subj Pl P3) => cono_ + "zcan" ; + VPB (Pres Sub Sg P1) => cono_ + "zca" ; + VPB (Pres Sub Sg P2) => cono_ + "zcas" ; + VPB (Pres Sub Sg P3) => cono_ + "zca" ; + VPB (Pres Sub Pl P1) => cono_ + "zcamos" ; + VPB (Pres Sub Pl P2) => cono_ + "zcáis" ; + VPB (Pres Sub Pl P3) => cono_ + "zcan" ; VPB (Impf Ind Sg P1) => cono_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => cono_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => cono_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => cono_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => cono_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => cono_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {cono_ + "cieras" ; cono_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {cono_ + "ciera" ; cono_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {cono_ + "ciéramos" ; cono_ + "ciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {cono_ + "cierais" ; cono_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {cono_ + "cieran" ; cono_ + "ciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => cono_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => cono_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => cono_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => cono_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => cono_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => cono_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => cono_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => cono_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => cono_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => cono_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => cono_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => cono_ + "ciesen" ; --# notpresent VPB (Pret Sg P1) => cono_ + "cí" ; --# notpresent VPB (Pret Sg P2) => cono_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => cono_ + "ció" ; --# notpresent @@ -1707,12 +1863,12 @@ oper conocer_25 : Str -> Verbum = \conocer -> VPB (Fut Ind Pl P1) => cono_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => cono_ + "ceréis" ; --# notpresent VPB (Fut Ind Pl P3) => cono_ + "cerán" ; --# notpresent - VPB (Fut Subj Sg P1) => cono_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => cono_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => cono_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => cono_ + "ciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => cono_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => cono_ + "cieren" ; --# notpresent + VPB (Fut Sub Sg P1) => cono_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => cono_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => cono_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => cono_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => cono_ + "ciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => cono_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => cono_ + "cería" ; --# notpresent VPB (Cond Sg P2) => cono_ + "cerías" ; --# notpresent VPB (Cond Sg P3) => cono_ + "cería" ; --# notpresent @@ -1743,24 +1899,30 @@ oper creer_26 : Str -> Verbum = \creer -> VPB (Pres Ind Pl P1) => cre_ + "emos" ; VPB (Pres Ind Pl P2) => cre_ + "éis" ; VPB (Pres Ind Pl P3) => cre_ + "en" ; - VPB (Pres Subj Sg P1) => cre_ + "a" ; - VPB (Pres Subj Sg P2) => cre_ + "as" ; - VPB (Pres Subj Sg P3) => cre_ + "a" ; - VPB (Pres Subj Pl P1) => cre_ + "amos" ; - VPB (Pres Subj Pl P2) => cre_ + "áis" ; - VPB (Pres Subj Pl P3) => cre_ + "an" ; + VPB (Pres Sub Sg P1) => cre_ + "a" ; + VPB (Pres Sub Sg P2) => cre_ + "as" ; + VPB (Pres Sub Sg P3) => cre_ + "a" ; + VPB (Pres Sub Pl P1) => cre_ + "amos" ; + VPB (Pres Sub Pl P2) => cre_ + "áis" ; + VPB (Pres Sub Pl P3) => cre_ + "an" ; VPB (Impf Ind Sg P1) => cre_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => cre_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => cre_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => cre_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => cre_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => cre_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {cre_ + "yeras" ; cre_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {cre_ + "yera" ; cre_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {cre_ + "yéramos" ; cre_ + "yésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {cre_ + "yerais" ; cre_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {cre_ + "yeran" ; cre_ + "yesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => cre_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => cre_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => cre_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => cre_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => cre_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => cre_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => cre_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => cre_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => cre_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => cre_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => cre_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => cre_ + "yesen" ; --# notpresent VPB (Pret Sg P1) => cre_ + "í" ; --# notpresent VPB (Pret Sg P2) => cre_ + "íste" ; --# notpresent VPB (Pret Sg P3) => cre_ + "yó" ; --# notpresent @@ -1773,12 +1935,12 @@ oper creer_26 : Str -> Verbum = \creer -> VPB (Fut Ind Pl P1) => cre_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => cre_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => cre_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => cre_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => cre_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => cre_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => cre_ + "yéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => cre_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => cre_ + "yeren" ; --# notpresent + VPB (Fut Sub Sg P1) => cre_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => cre_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => cre_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => cre_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => cre_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => cre_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => cre_ + "ería" ; --# notpresent VPB (Cond Sg P2) => cre_ + "erías" ; --# notpresent VPB (Cond Sg P3) => cre_ + "ería" ; --# notpresent @@ -1809,24 +1971,30 @@ oper dar_27 : Str -> Verbum = \dar -> VPB (Pres Ind Pl P1) => d_ + "amos" ; VPB (Pres Ind Pl P2) => d_ + "ais" ; VPB (Pres Ind Pl P3) => d_ + "an" ; - VPB (Pres Subj Sg P1) => d_ + "é" ; - VPB (Pres Subj Sg P2) => d_ + "es" ; - VPB (Pres Subj Sg P3) => d_ + "é" ; - VPB (Pres Subj Pl P1) => d_ + "emos" ; - VPB (Pres Subj Pl P2) => d_ + "eis" ; - VPB (Pres Subj Pl P3) => d_ + "en" ; + VPB (Pres Sub Sg P1) => d_ + "é" ; + VPB (Pres Sub Sg P2) => d_ + "es" ; + VPB (Pres Sub Sg P3) => d_ + "é" ; + VPB (Pres Sub Pl P1) => d_ + "emos" ; + VPB (Pres Sub Pl P2) => d_ + "eis" ; + VPB (Pres Sub Pl P3) => d_ + "en" ; VPB (Impf Ind Sg P1) => d_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "ieras" ; d_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "iera" ; d_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "iéramos" ; d_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "ierais" ; d_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "ieran" ; d_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => d_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => d_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => d_ + "i" ; --# notpresent VPB (Pret Sg P2) => d_ + "iste" ; --# notpresent VPB (Pret Sg P3) => d_ + "io" ; --# notpresent @@ -1839,12 +2007,12 @@ oper dar_27 : Str -> Verbum = \dar -> VPB (Fut Ind Pl P1) => d_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => d_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => d_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => d_ + "aría" ; --# notpresent VPB (Cond Sg P2) => d_ + "arías" ; --# notpresent VPB (Cond Sg P3) => d_ + "aría" ; --# notpresent @@ -1875,24 +2043,30 @@ oper decir_28 : Str -> Verbum = \decir -> VPB (Pres Ind Pl P1) => d_ + "ecimos" ; VPB (Pres Ind Pl P2) => d_ + "ecís" ; VPB (Pres Ind Pl P3) => d_ + "icen" ; - VPB (Pres Subj Sg P1) => d_ + "iga" ; - VPB (Pres Subj Sg P2) => d_ + "igas" ; - VPB (Pres Subj Sg P3) => d_ + "iga" ; - VPB (Pres Subj Pl P1) => d_ + "igamos" ; - VPB (Pres Subj Pl P2) => d_ + "igáis" ; - VPB (Pres Subj Pl P3) => d_ + "igan" ; + VPB (Pres Sub Sg P1) => d_ + "iga" ; + VPB (Pres Sub Sg P2) => d_ + "igas" ; + VPB (Pres Sub Sg P3) => d_ + "iga" ; + VPB (Pres Sub Pl P1) => d_ + "igamos" ; + VPB (Pres Sub Pl P2) => d_ + "igáis" ; + VPB (Pres Sub Pl P3) => d_ + "igan" ; VPB (Impf Ind Sg P1) => d_ + "ecía" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "ecías" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "ecía" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "ecíamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "ecíais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "ecían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "ijeras" ; d_ + "ijeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "ijera" ; d_ + "ijese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "ijéramos" ; d_ + "ijésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "ijerais" ; d_ + "ijeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "ijeran" ; d_ + "ijesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => d_ + "ijera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "ijeras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "ijera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "ijéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "ijerais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "ijeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "ijeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "ijésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "ijeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => d_ + "ijesen" ; --# notpresent VPB (Pret Sg P1) => d_ + "ije" ; --# notpresent VPB (Pret Sg P2) => d_ + "ijiste" ; --# notpresent VPB (Pret Sg P3) => d_ + "ijo" ; --# notpresent @@ -1905,12 +2079,12 @@ oper decir_28 : Str -> Verbum = \decir -> VPB (Fut Ind Pl P1) => d_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "ijere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "ijeres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "ijere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "ijéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "ijereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "ijeren" ; --# notpresent + VPB (Fut Sub Sg P1) => d_ + "ijere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "ijeres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "ijere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "ijéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "ijereis" ; --# notpresent + VPB (Fut Sub Pl P3) => d_ + "ijeren" ; --# notpresent VPB (Cond Sg P1) => d_ + "iría" ; --# notpresent VPB (Cond Sg P2) => d_ + "irías" ; --# notpresent VPB (Cond Sg P3) => d_ + "iría" ; --# notpresent @@ -1944,24 +2118,30 @@ oper defender_29 : Str -> Verbum = \defender -> VPB (Pres Ind Pl P1) => def_ + "e" + nd_ + "emos" ; VPB (Pres Ind Pl P2) => def_ + "e" + nd_ + "éis" ; VPB (Pres Ind Pl P3) => def_ + "ie" + nd_ + "en" ; - VPB (Pres Subj Sg P1) => def_ + "ie" + nd_ + "a" ; - VPB (Pres Subj Sg P2) => def_ + "ie" + nd_ + "as" ; - VPB (Pres Subj Sg P3) => def_ + "ie" + nd_ + "a" ; - VPB (Pres Subj Pl P1) => def_ + "e" + nd_ + "amos" ; - VPB (Pres Subj Pl P2) => def_ + "e" + nd_ + "áis" ; - VPB (Pres Subj Pl P3) => def_ + "ie" + nd_ + "an" ; + VPB (Pres Sub Sg P1) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Sub Sg P2) => def_ + "ie" + nd_ + "as" ; + VPB (Pres Sub Sg P3) => def_ + "ie" + nd_ + "a" ; + VPB (Pres Sub Pl P1) => def_ + "e" + nd_ + "amos" ; + VPB (Pres Sub Pl P2) => def_ + "e" + nd_ + "áis" ; + VPB (Pres Sub Pl P3) => def_ + "ie" + nd_ + "an" ; VPB (Impf Ind Sg P1) => def_ + "e" + nd_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => def_ + "e" + nd_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => def_ + "e" + nd_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => def_ + "e" + nd_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => def_ + "e" + nd_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => def_ + "e" + nd_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {def_ + "e" + nd_ + "ieras" ; def_ + "e" + nd_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {def_ + "e" + nd_ + "iera" ; def_ + "e" + nd_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {def_ + "e" + nd_ + "iéramos" ; def_ + "e" + nd_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {def_ + "e" + nd_ + "ierais" ; def_ + "e" + nd_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {def_ + "e" + nd_ + "ieran" ; def_ + "e" + nd_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => def_ + "e" + nd_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => def_ + "e" + nd_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => def_ + "e" + nd_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => def_ + "e" + nd_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => def_ + "e" + nd_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => def_ + "e" + nd_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => def_ + "e" + nd_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => def_ + "e" + nd_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => def_ + "e" + nd_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => def_ + "e" + nd_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => def_ + "e" + nd_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => def_ + "e" + nd_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => def_ + "e" + nd_ + "í" ; --# notpresent VPB (Pret Sg P2) => def_ + "e" + nd_ + "iste" ; --# notpresent VPB (Pret Sg P3) => def_ + "e" + nd_ + "ió" ; --# notpresent @@ -1974,12 +2154,12 @@ oper defender_29 : Str -> Verbum = \defender -> VPB (Fut Ind Pl P1) => def_ + "e" + nd_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => def_ + "e" + nd_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => def_ + "e" + nd_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => def_ + "e" + nd_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => def_ + "e" + nd_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => def_ + "e" + nd_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => def_ + "e" + nd_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => def_ + "e" + nd_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => def_ + "e" + nd_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => def_ + "e" + nd_ + "ería" ; --# notpresent VPB (Cond Sg P2) => def_ + "e" + nd_ + "erías" ; --# notpresent VPB (Cond Sg P3) => def_ + "e" + nd_ + "ería" ; --# notpresent @@ -2010,24 +2190,30 @@ oper delinquir_30 : Str -> Verbum = \delinquir -> VPB (Pres Ind Pl P1) => delin_ + "quimos" ; VPB (Pres Ind Pl P2) => delin_ + "quís" ; VPB (Pres Ind Pl P3) => delin_ + "quen" ; - VPB (Pres Subj Sg P1) => delin_ + "ca" ; - VPB (Pres Subj Sg P2) => delin_ + "cas" ; - VPB (Pres Subj Sg P3) => delin_ + "ca" ; - VPB (Pres Subj Pl P1) => delin_ + "camos" ; - VPB (Pres Subj Pl P2) => delin_ + "cáis" ; - VPB (Pres Subj Pl P3) => delin_ + "can" ; + VPB (Pres Sub Sg P1) => delin_ + "ca" ; + VPB (Pres Sub Sg P2) => delin_ + "cas" ; + VPB (Pres Sub Sg P3) => delin_ + "ca" ; + VPB (Pres Sub Pl P1) => delin_ + "camos" ; + VPB (Pres Sub Pl P2) => delin_ + "cáis" ; + VPB (Pres Sub Pl P3) => delin_ + "can" ; VPB (Impf Ind Sg P1) => delin_ + "quía" ; --# notpresent VPB (Impf Ind Sg P2) => delin_ + "quías" ; --# notpresent VPB (Impf Ind Sg P3) => delin_ + "quía" ; --# notpresent VPB (Impf Ind Pl P1) => delin_ + "quíamos" ; --# notpresent VPB (Impf Ind Pl P2) => delin_ + "quíais" ; --# notpresent VPB (Impf Ind Pl P3) => delin_ + "quían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {delin_ + "quieras" ; delin_ + "quieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {delin_ + "quiera" ; delin_ + "quiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {delin_ + "quiéramos" ; delin_ + "quiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {delin_ + "quierais" ; delin_ + "quieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {delin_ + "quieran" ; delin_ + "quiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => delin_ + "quiera" ; --# notpresent + VPB (Impf Sub Sg P2) => delin_ + "quieras" ; --# notpresent + VPB (Impf Sub Sg P3) => delin_ + "quiera" ; --# notpresent + VPB (Impf Sub Pl P1) => delin_ + "quiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => delin_ + "quierais" ; --# notpresent + VPB (Impf Sub Pl P3) => delin_ + "quieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => delin_ + "quiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => delin_ + "quieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => delin_ + "quiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => delin_ + "quiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => delin_ + "quieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => delin_ + "quiesen" ; --# notpresent VPB (Pret Sg P1) => delin_ + "quí" ; --# notpresent VPB (Pret Sg P2) => delin_ + "quiste" ; --# notpresent VPB (Pret Sg P3) => delin_ + "quió" ; --# notpresent @@ -2040,12 +2226,12 @@ oper delinquir_30 : Str -> Verbum = \delinquir -> VPB (Fut Ind Pl P1) => delin_ + "quiremos" ; --# notpresent VPB (Fut Ind Pl P2) => delin_ + "quiréis" ; --# notpresent VPB (Fut Ind Pl P3) => delin_ + "quirán" ; --# notpresent - VPB (Fut Subj Sg P1) => delin_ + "quiere" ; --# notpresent - VPB (Fut Subj Sg P2) => delin_ + "quieres" ; --# notpresent - VPB (Fut Subj Sg P3) => delin_ + "quiere" ; --# notpresent - VPB (Fut Subj Pl P1) => delin_ + "quiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => delin_ + "quiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => delin_ + "quieren" ; --# notpresent + VPB (Fut Sub Sg P1) => delin_ + "quiere" ; --# notpresent + VPB (Fut Sub Sg P2) => delin_ + "quieres" ; --# notpresent + VPB (Fut Sub Sg P3) => delin_ + "quiere" ; --# notpresent + VPB (Fut Sub Pl P1) => delin_ + "quiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => delin_ + "quiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => delin_ + "quieren" ; --# notpresent VPB (Cond Sg P1) => delin_ + "quiría" ; --# notpresent VPB (Cond Sg P2) => delin_ + "quirías" ; --# notpresent VPB (Cond Sg P3) => delin_ + "quiría" ; --# notpresent @@ -2076,24 +2262,30 @@ oper desosar_31 : Str -> Verbum = \desosar -> VPB (Pres Ind Pl P1) => des_ + "osamos" ; VPB (Pres Ind Pl P2) => des_ + "osáis" ; VPB (Pres Ind Pl P3) => des_ + "huesan" ; - VPB (Pres Subj Sg P1) => des_ + "huese" ; - VPB (Pres Subj Sg P2) => des_ + "hueses" ; - VPB (Pres Subj Sg P3) => des_ + "huese" ; - VPB (Pres Subj Pl P1) => des_ + "osemos" ; - VPB (Pres Subj Pl P2) => des_ + "oséis" ; - VPB (Pres Subj Pl P3) => des_ + "huesen" ; + VPB (Pres Sub Sg P1) => des_ + "huese" ; + VPB (Pres Sub Sg P2) => des_ + "hueses" ; + VPB (Pres Sub Sg P3) => des_ + "huese" ; + VPB (Pres Sub Pl P1) => des_ + "osemos" ; + VPB (Pres Sub Pl P2) => des_ + "oséis" ; + VPB (Pres Sub Pl P3) => des_ + "huesen" ; VPB (Impf Ind Sg P1) => des_ + "osaba" ; --# notpresent VPB (Impf Ind Sg P2) => des_ + "osabas" ; --# notpresent VPB (Impf Ind Sg P3) => des_ + "osaba" ; --# notpresent VPB (Impf Ind Pl P1) => des_ + "osábamos" ; --# notpresent VPB (Impf Ind Pl P2) => des_ + "osabais" ; --# notpresent VPB (Impf Ind Pl P3) => des_ + "osaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {des_ + "osaras" ; des_ + "osases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {des_ + "osara" ; des_ + "osase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {des_ + "osáramos" ; des_ + "osásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {des_ + "osarais" ; des_ + "osaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {des_ + "osaran" ; des_ + "osasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => des_ + "osara" ; --# notpresent + VPB (Impf Sub Sg P2) => des_ + "osaras" ; --# notpresent + VPB (Impf Sub Sg P3) => des_ + "osara" ; --# notpresent + VPB (Impf Sub Pl P1) => des_ + "osáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => des_ + "osarais" ; --# notpresent + VPB (Impf Sub Pl P3) => des_ + "osaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => des_ + "osase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => des_ + "osases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => des_ + "osase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => des_ + "osásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => des_ + "osaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => des_ + "osasen" ; --# notpresent VPB (Pret Sg P1) => des_ + "osé" ; --# notpresent VPB (Pret Sg P2) => des_ + "osaste" ; --# notpresent VPB (Pret Sg P3) => des_ + "osó" ; --# notpresent @@ -2106,12 +2298,12 @@ oper desosar_31 : Str -> Verbum = \desosar -> VPB (Fut Ind Pl P1) => des_ + "osaremos" ; --# notpresent VPB (Fut Ind Pl P2) => des_ + "osaréis" ; --# notpresent VPB (Fut Ind Pl P3) => des_ + "osarán" ; --# notpresent - VPB (Fut Subj Sg P1) => des_ + "osare" ; --# notpresent - VPB (Fut Subj Sg P2) => des_ + "osares" ; --# notpresent - VPB (Fut Subj Sg P3) => des_ + "osare" ; --# notpresent - VPB (Fut Subj Pl P1) => des_ + "osáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => des_ + "osareis" ; --# notpresent - VPB (Fut Subj Pl P3) => des_ + "osaren" ; --# notpresent + VPB (Fut Sub Sg P1) => des_ + "osare" ; --# notpresent + VPB (Fut Sub Sg P2) => des_ + "osares" ; --# notpresent + VPB (Fut Sub Sg P3) => des_ + "osare" ; --# notpresent + VPB (Fut Sub Pl P1) => des_ + "osáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => des_ + "osareis" ; --# notpresent + VPB (Fut Sub Pl P3) => des_ + "osaren" ; --# notpresent VPB (Cond Sg P1) => des_ + "osaría" ; --# notpresent VPB (Cond Sg P2) => des_ + "osarías" ; --# notpresent VPB (Cond Sg P3) => des_ + "osaría" ; --# notpresent @@ -2142,24 +2334,30 @@ oper dirigir_32 : Str -> Verbum = \dirigir -> VPB (Pres Ind Pl P1) => diri_ + "gimos" ; VPB (Pres Ind Pl P2) => diri_ + "gís" ; VPB (Pres Ind Pl P3) => diri_ + "gen" ; - VPB (Pres Subj Sg P1) => diri_ + "ja" ; - VPB (Pres Subj Sg P2) => diri_ + "jas" ; - VPB (Pres Subj Sg P3) => diri_ + "ja" ; - VPB (Pres Subj Pl P1) => diri_ + "jamos" ; - VPB (Pres Subj Pl P2) => diri_ + "jáis" ; - VPB (Pres Subj Pl P3) => diri_ + "jan" ; + VPB (Pres Sub Sg P1) => diri_ + "ja" ; + VPB (Pres Sub Sg P2) => diri_ + "jas" ; + VPB (Pres Sub Sg P3) => diri_ + "ja" ; + VPB (Pres Sub Pl P1) => diri_ + "jamos" ; + VPB (Pres Sub Pl P2) => diri_ + "jáis" ; + VPB (Pres Sub Pl P3) => diri_ + "jan" ; VPB (Impf Ind Sg P1) => diri_ + "gía" ; --# notpresent VPB (Impf Ind Sg P2) => diri_ + "gías" ; --# notpresent VPB (Impf Ind Sg P3) => diri_ + "gía" ; --# notpresent VPB (Impf Ind Pl P1) => diri_ + "gíamos" ; --# notpresent VPB (Impf Ind Pl P2) => diri_ + "gíais" ; --# notpresent VPB (Impf Ind Pl P3) => diri_ + "gían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {diri_ + "gieras" ; diri_ + "gieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {diri_ + "giera" ; diri_ + "giese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {diri_ + "giéramos" ; diri_ + "giésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {diri_ + "gierais" ; diri_ + "gieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {diri_ + "gieran" ; diri_ + "giesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => diri_ + "giera" ; --# notpresent + VPB (Impf Sub Sg P2) => diri_ + "gieras" ; --# notpresent + VPB (Impf Sub Sg P3) => diri_ + "giera" ; --# notpresent + VPB (Impf Sub Pl P1) => diri_ + "giéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => diri_ + "gierais" ; --# notpresent + VPB (Impf Sub Pl P3) => diri_ + "gieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => diri_ + "giese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => diri_ + "gieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => diri_ + "giese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => diri_ + "giésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => diri_ + "gieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => diri_ + "giesen" ; --# notpresent VPB (Pret Sg P1) => diri_ + "gí" ; --# notpresent VPB (Pret Sg P2) => diri_ + "giste" ; --# notpresent VPB (Pret Sg P3) => diri_ + "gió" ; --# notpresent @@ -2172,12 +2370,12 @@ oper dirigir_32 : Str -> Verbum = \dirigir -> VPB (Fut Ind Pl P1) => diri_ + "giremos" ; --# notpresent VPB (Fut Ind Pl P2) => diri_ + "giréis" ; --# notpresent VPB (Fut Ind Pl P3) => diri_ + "girán" ; --# notpresent - VPB (Fut Subj Sg P1) => diri_ + "giere" ; --# notpresent - VPB (Fut Subj Sg P2) => diri_ + "gieres" ; --# notpresent - VPB (Fut Subj Sg P3) => diri_ + "giere" ; --# notpresent - VPB (Fut Subj Pl P1) => diri_ + "giéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => diri_ + "giereis" ; --# notpresent - VPB (Fut Subj Pl P3) => diri_ + "gieren" ; --# notpresent + VPB (Fut Sub Sg P1) => diri_ + "giere" ; --# notpresent + VPB (Fut Sub Sg P2) => diri_ + "gieres" ; --# notpresent + VPB (Fut Sub Sg P3) => diri_ + "giere" ; --# notpresent + VPB (Fut Sub Pl P1) => diri_ + "giéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => diri_ + "giereis" ; --# notpresent + VPB (Fut Sub Pl P3) => diri_ + "gieren" ; --# notpresent VPB (Cond Sg P1) => diri_ + "giría" ; --# notpresent VPB (Cond Sg P2) => diri_ + "girías" ; --# notpresent VPB (Cond Sg P3) => diri_ + "giría" ; --# notpresent @@ -2208,24 +2406,30 @@ oper discernir_33 : Str -> Verbum = \discernir -> VPB (Pres Ind Pl P1) => disc_ + "ernimos" ; VPB (Pres Ind Pl P2) => disc_ + "ernís" ; VPB (Pres Ind Pl P3) => disc_ + "iernen" ; - VPB (Pres Subj Sg P1) => disc_ + "ierna" ; - VPB (Pres Subj Sg P2) => disc_ + "iernas" ; - VPB (Pres Subj Sg P3) => disc_ + "ierna" ; - VPB (Pres Subj Pl P1) => disc_ + "ernamos" ; - VPB (Pres Subj Pl P2) => disc_ + "ernáis" ; - VPB (Pres Subj Pl P3) => disc_ + "iernan" ; + VPB (Pres Sub Sg P1) => disc_ + "ierna" ; + VPB (Pres Sub Sg P2) => disc_ + "iernas" ; + VPB (Pres Sub Sg P3) => disc_ + "ierna" ; + VPB (Pres Sub Pl P1) => disc_ + "ernamos" ; + VPB (Pres Sub Pl P2) => disc_ + "ernáis" ; + VPB (Pres Sub Pl P3) => disc_ + "iernan" ; VPB (Impf Ind Sg P1) => disc_ + "ernía" ; --# notpresent VPB (Impf Ind Sg P2) => disc_ + "ernías" ; --# notpresent VPB (Impf Ind Sg P3) => disc_ + "ernía" ; --# notpresent VPB (Impf Ind Pl P1) => disc_ + "erníamos" ; --# notpresent VPB (Impf Ind Pl P2) => disc_ + "erníais" ; --# notpresent VPB (Impf Ind Pl P3) => disc_ + "ernían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {disc_ + "ernieras" ; disc_ + "ernieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {disc_ + "erniera" ; disc_ + "erniese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {disc_ + "erniéramos" ; disc_ + "erniésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {disc_ + "ernierais" ; disc_ + "ernieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {disc_ + "ernieran" ; disc_ + "erniesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => disc_ + "erniera" ; --# notpresent + VPB (Impf Sub Sg P2) => disc_ + "ernieras" ; --# notpresent + VPB (Impf Sub Sg P3) => disc_ + "erniera" ; --# notpresent + VPB (Impf Sub Pl P1) => disc_ + "erniéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => disc_ + "ernierais" ; --# notpresent + VPB (Impf Sub Pl P3) => disc_ + "ernieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => disc_ + "erniese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => disc_ + "ernieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => disc_ + "erniese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => disc_ + "erniésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => disc_ + "ernieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => disc_ + "erniesen" ; --# notpresent VPB (Pret Sg P1) => disc_ + "erní" ; --# notpresent VPB (Pret Sg P2) => disc_ + "erniste" ; --# notpresent VPB (Pret Sg P3) => disc_ + "ernió" ; --# notpresent @@ -2238,12 +2442,12 @@ oper discernir_33 : Str -> Verbum = \discernir -> VPB (Fut Ind Pl P1) => disc_ + "erniremos" ; --# notpresent VPB (Fut Ind Pl P2) => disc_ + "erniréis" ; --# notpresent VPB (Fut Ind Pl P3) => disc_ + "ernirán" ; --# notpresent - VPB (Fut Subj Sg P1) => disc_ + "erniere" ; --# notpresent - VPB (Fut Subj Sg P2) => disc_ + "ernieres" ; --# notpresent - VPB (Fut Subj Sg P3) => disc_ + "erniere" ; --# notpresent - VPB (Fut Subj Pl P1) => disc_ + "erniéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => disc_ + "erniereis" ; --# notpresent - VPB (Fut Subj Pl P3) => disc_ + "ernieren" ; --# notpresent + VPB (Fut Sub Sg P1) => disc_ + "erniere" ; --# notpresent + VPB (Fut Sub Sg P2) => disc_ + "ernieres" ; --# notpresent + VPB (Fut Sub Sg P3) => disc_ + "erniere" ; --# notpresent + VPB (Fut Sub Pl P1) => disc_ + "erniéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => disc_ + "erniereis" ; --# notpresent + VPB (Fut Sub Pl P3) => disc_ + "ernieren" ; --# notpresent VPB (Cond Sg P1) => disc_ + "erniría" ; --# notpresent VPB (Cond Sg P2) => disc_ + "ernirías" ; --# notpresent VPB (Cond Sg P3) => disc_ + "erniría" ; --# notpresent @@ -2274,24 +2478,30 @@ oper distinguir_34 : Str -> Verbum = \distinguir -> VPB (Pres Ind Pl P1) => disting_ + "uimos" ; VPB (Pres Ind Pl P2) => disting_ + "uís" ; VPB (Pres Ind Pl P3) => disting_ + "uen" ; - VPB (Pres Subj Sg P1) => disting_ + "a" ; - VPB (Pres Subj Sg P2) => disting_ + "as" ; - VPB (Pres Subj Sg P3) => disting_ + "a" ; - VPB (Pres Subj Pl P1) => disting_ + "amos" ; - VPB (Pres Subj Pl P2) => disting_ + "áis" ; - VPB (Pres Subj Pl P3) => disting_ + "an" ; + VPB (Pres Sub Sg P1) => disting_ + "a" ; + VPB (Pres Sub Sg P2) => disting_ + "as" ; + VPB (Pres Sub Sg P3) => disting_ + "a" ; + VPB (Pres Sub Pl P1) => disting_ + "amos" ; + VPB (Pres Sub Pl P2) => disting_ + "áis" ; + VPB (Pres Sub Pl P3) => disting_ + "an" ; VPB (Impf Ind Sg P1) => disting_ + "uía" ; --# notpresent VPB (Impf Ind Sg P2) => disting_ + "uías" ; --# notpresent VPB (Impf Ind Sg P3) => disting_ + "uía" ; --# notpresent VPB (Impf Ind Pl P1) => disting_ + "uíamos" ; --# notpresent VPB (Impf Ind Pl P2) => disting_ + "uíais" ; --# notpresent VPB (Impf Ind Pl P3) => disting_ + "uían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {disting_ + "uieras" ; disting_ + "uieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {disting_ + "uiera" ; disting_ + "uiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {disting_ + "uiéramos" ; disting_ + "uiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {disting_ + "uierais" ; disting_ + "uieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {disting_ + "uieran" ; disting_ + "uiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => disting_ + "uiera" ; --# notpresent + VPB (Impf Sub Sg P2) => disting_ + "uieras" ; --# notpresent + VPB (Impf Sub Sg P3) => disting_ + "uiera" ; --# notpresent + VPB (Impf Sub Pl P1) => disting_ + "uiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => disting_ + "uierais" ; --# notpresent + VPB (Impf Sub Pl P3) => disting_ + "uieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => disting_ + "uiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => disting_ + "uieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => disting_ + "uiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => disting_ + "uiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => disting_ + "uieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => disting_ + "uiesen" ; --# notpresent VPB (Pret Sg P1) => disting_ + "uí" ; --# notpresent VPB (Pret Sg P2) => disting_ + "uiste" ; --# notpresent VPB (Pret Sg P3) => disting_ + "uió" ; --# notpresent @@ -2304,12 +2514,12 @@ oper distinguir_34 : Str -> Verbum = \distinguir -> VPB (Fut Ind Pl P1) => disting_ + "uiremos" ; --# notpresent VPB (Fut Ind Pl P2) => disting_ + "uiréis" ; --# notpresent VPB (Fut Ind Pl P3) => disting_ + "uirán" ; --# notpresent - VPB (Fut Subj Sg P1) => disting_ + "uiere" ; --# notpresent - VPB (Fut Subj Sg P2) => disting_ + "uieres" ; --# notpresent - VPB (Fut Subj Sg P3) => disting_ + "uiere" ; --# notpresent - VPB (Fut Subj Pl P1) => disting_ + "uiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => disting_ + "uiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => disting_ + "uieren" ; --# notpresent + VPB (Fut Sub Sg P1) => disting_ + "uiere" ; --# notpresent + VPB (Fut Sub Sg P2) => disting_ + "uieres" ; --# notpresent + VPB (Fut Sub Sg P3) => disting_ + "uiere" ; --# notpresent + VPB (Fut Sub Pl P1) => disting_ + "uiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => disting_ + "uiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => disting_ + "uieren" ; --# notpresent VPB (Cond Sg P1) => disting_ + "uiría" ; --# notpresent VPB (Cond Sg P2) => disting_ + "uirías" ; --# notpresent VPB (Cond Sg P3) => disting_ + "uiría" ; --# notpresent @@ -2340,24 +2550,30 @@ oper dormir_35 : Str -> Verbum = \dormir -> VPB (Pres Ind Pl P1) => d_ + "ormimos" ; VPB (Pres Ind Pl P2) => d_ + "ormís" ; VPB (Pres Ind Pl P3) => d_ + "uermen" ; - VPB (Pres Subj Sg P1) => d_ + "uerma" ; - VPB (Pres Subj Sg P2) => d_ + "uermas" ; - VPB (Pres Subj Sg P3) => d_ + "uerma" ; - VPB (Pres Subj Pl P1) => d_ + "urmamos" ; - VPB (Pres Subj Pl P2) => d_ + "urmáis" ; - VPB (Pres Subj Pl P3) => d_ + "uerman" ; + VPB (Pres Sub Sg P1) => d_ + "uerma" ; + VPB (Pres Sub Sg P2) => d_ + "uermas" ; + VPB (Pres Sub Sg P3) => d_ + "uerma" ; + VPB (Pres Sub Pl P1) => d_ + "urmamos" ; + VPB (Pres Sub Pl P2) => d_ + "urmáis" ; + VPB (Pres Sub Pl P3) => d_ + "uerman" ; VPB (Impf Ind Sg P1) => d_ + "ormía" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "ormías" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "ormía" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "ormíamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "ormíais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "ormían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "urmieras" ; d_ + "urmieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "urmiera" ; d_ + "urmiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "urmiéramos" ; d_ + "urmiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "urmierais" ; d_ + "urmieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "urmieran" ; d_ + "urmiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => d_ + "urmiera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "urmieras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "urmiera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "urmiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "urmierais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "urmieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "urmiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "urmieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "urmiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "urmiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "urmieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => d_ + "urmiesen" ; --# notpresent VPB (Pret Sg P1) => d_ + "ormí" ; --# notpresent VPB (Pret Sg P2) => d_ + "ormiste" ; --# notpresent VPB (Pret Sg P3) => d_ + "urmió" ; --# notpresent @@ -2370,12 +2586,12 @@ oper dormir_35 : Str -> Verbum = \dormir -> VPB (Fut Ind Pl P1) => d_ + "ormiremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "ormiréis" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "ormirán" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "urmiere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "urmieres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "urmiere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "urmiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "urmiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "urmieren" ; --# notpresent + VPB (Fut Sub Sg P1) => d_ + "urmiere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "urmieres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "urmiere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "urmiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "urmiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => d_ + "urmieren" ; --# notpresent VPB (Cond Sg P1) => d_ + "ormiría" ; --# notpresent VPB (Cond Sg P2) => d_ + "ormirías" ; --# notpresent VPB (Cond Sg P3) => d_ + "ormiría" ; --# notpresent @@ -2406,24 +2622,30 @@ oper morir_35b : Str -> Verbum = \morir -> VPB (Pres Ind Pl P1) => d_ + "orimos" ; VPB (Pres Ind Pl P2) => d_ + "orís" ; VPB (Pres Ind Pl P3) => d_ + "ueren" ; - VPB (Pres Subj Sg P1) => d_ + "uera" ; - VPB (Pres Subj Sg P2) => d_ + "ueras" ; - VPB (Pres Subj Sg P3) => d_ + "uera" ; - VPB (Pres Subj Pl P1) => d_ + "uramos" ; - VPB (Pres Subj Pl P2) => d_ + "uráis" ; - VPB (Pres Subj Pl P3) => d_ + "ueran" ; + VPB (Pres Sub Sg P1) => d_ + "uera" ; + VPB (Pres Sub Sg P2) => d_ + "ueras" ; + VPB (Pres Sub Sg P3) => d_ + "uera" ; + VPB (Pres Sub Pl P1) => d_ + "uramos" ; + VPB (Pres Sub Pl P2) => d_ + "uráis" ; + VPB (Pres Sub Pl P3) => d_ + "ueran" ; VPB (Impf Ind Sg P1) => d_ + "oría" ; --# notpresent VPB (Impf Ind Sg P2) => d_ + "orías" ; --# notpresent VPB (Impf Ind Sg P3) => d_ + "oría" ; --# notpresent VPB (Impf Ind Pl P1) => d_ + "oríamos" ; --# notpresent VPB (Impf Ind Pl P2) => d_ + "oríais" ; --# notpresent VPB (Impf Ind Pl P3) => d_ + "orían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {d_ + "urieras" ; d_ + "urieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {d_ + "uriera" ; d_ + "uriese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {d_ + "uriéramos" ; d_ + "uriésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {d_ + "urierais" ; d_ + "urieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {d_ + "urieran" ; d_ + "uriesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => d_ + "uriera" ; --# notpresent + VPB (Impf Sub Sg P2) => d_ + "urieras" ; --# notpresent + VPB (Impf Sub Sg P3) => d_ + "uriera" ; --# notpresent + VPB (Impf Sub Pl P1) => d_ + "uriéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => d_ + "urierais" ; --# notpresent + VPB (Impf Sub Pl P3) => d_ + "urieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => d_ + "uriese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => d_ + "urieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => d_ + "uriese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => d_ + "uriésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => d_ + "urieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => d_ + "uriesen" ; --# notpresent VPB (Pret Sg P1) => d_ + "orí" ; --# notpresent VPB (Pret Sg P2) => d_ + "oriste" ; --# notpresent VPB (Pret Sg P3) => d_ + "urió" ; --# notpresent @@ -2436,12 +2658,12 @@ oper morir_35b : Str -> Verbum = \morir -> VPB (Fut Ind Pl P1) => d_ + "oriremos" ; --# notpresent VPB (Fut Ind Pl P2) => d_ + "oriréis" ; --# notpresent VPB (Fut Ind Pl P3) => d_ + "orirán" ; --# notpresent - VPB (Fut Subj Sg P1) => d_ + "uriere" ; --# notpresent - VPB (Fut Subj Sg P2) => d_ + "urieres" ; --# notpresent - VPB (Fut Subj Sg P3) => d_ + "uriere" ; --# notpresent - VPB (Fut Subj Pl P1) => d_ + "uriéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => d_ + "uriereis" ; --# notpresent - VPB (Fut Subj Pl P3) => d_ + "urieren" ; --# notpresent + VPB (Fut Sub Sg P1) => d_ + "uriere" ; --# notpresent + VPB (Fut Sub Sg P2) => d_ + "urieres" ; --# notpresent + VPB (Fut Sub Sg P3) => d_ + "uriere" ; --# notpresent + VPB (Fut Sub Pl P1) => d_ + "uriéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => d_ + "uriereis" ; --# notpresent + VPB (Fut Sub Pl P3) => d_ + "urieren" ; --# notpresent VPB (Cond Sg P1) => d_ + "oriría" ; --# notpresent VPB (Cond Sg P2) => d_ + "orirías" ; --# notpresent VPB (Cond Sg P3) => d_ + "oriría" ; --# notpresent @@ -2461,35 +2683,42 @@ oper morir_35b : Str -> Verbum = \morir -> } } ; oper elegir_36 : Str -> Verbum = \elegir -> - let el_ = Predef.tk 4 elegir in - {s = table { + let el_ = Predef.tk 4 elegir ; + el_verbum : Str -> Verbum = \part -> + {s = table { VI Infn => el_ + "egir" ; VI Ger => el_ + "igiendo" ; - VI Part => variants {el_ + "egido" ; el_ + "ecto"} ; + VI Part => part ; VPB (Pres Ind Sg P1) => el_ + "ijo" ; VPB (Pres Ind Sg P2) => el_ + "iges" ; VPB (Pres Ind Sg P3) => el_ + "ige" ; VPB (Pres Ind Pl P1) => el_ + "egimos" ; VPB (Pres Ind Pl P2) => el_ + "egís" ; VPB (Pres Ind Pl P3) => el_ + "igen" ; - VPB (Pres Subj Sg P1) => el_ + "ija" ; - VPB (Pres Subj Sg P2) => el_ + "ijas" ; - VPB (Pres Subj Sg P3) => el_ + "ija" ; - VPB (Pres Subj Pl P1) => el_ + "ijamos" ; - VPB (Pres Subj Pl P2) => el_ + "ijáis" ; - VPB (Pres Subj Pl P3) => el_ + "ijan" ; + VPB (Pres Sub Sg P1) => el_ + "ija" ; + VPB (Pres Sub Sg P2) => el_ + "ijas" ; + VPB (Pres Sub Sg P3) => el_ + "ija" ; + VPB (Pres Sub Pl P1) => el_ + "ijamos" ; + VPB (Pres Sub Pl P2) => el_ + "ijáis" ; + VPB (Pres Sub Pl P3) => el_ + "ijan" ; VPB (Impf Ind Sg P1) => el_ + "egía" ; --# notpresent VPB (Impf Ind Sg P2) => el_ + "egías" ; --# notpresent VPB (Impf Ind Sg P3) => el_ + "egía" ; --# notpresent VPB (Impf Ind Pl P1) => el_ + "egíamos" ; --# notpresent VPB (Impf Ind Pl P2) => el_ + "egíais" ; --# notpresent VPB (Impf Ind Pl P3) => el_ + "egían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {el_ + "igieras" ; el_ + "igieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {el_ + "igiera" ; el_ + "igiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {el_ + "igiéramos" ; el_ + "igiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {el_ + "igierais" ; el_ + "igieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {el_ + "igieran" ; el_ + "igiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => el_ + "igiera" ; --# notpresent + VPB (Impf Sub Sg P2) => el_ + "igieras" ; --# notpresent + VPB (Impf Sub Sg P3) => el_ + "igiera" ; --# notpresent + VPB (Impf Sub Pl P1) => el_ + "igiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => el_ + "igierais" ; --# notpresent + VPB (Impf Sub Pl P3) => el_ + "igieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => el_ + "igiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => el_ + "igieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => el_ + "igiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => el_ + "igiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => el_ + "igieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => el_ + "igiesen" ; --# notpresent VPB (Pret Sg P1) => el_ + "egí" ; --# notpresent VPB (Pret Sg P2) => el_ + "egiste" ; --# notpresent VPB (Pret Sg P3) => el_ + "igió" ; --# notpresent @@ -2502,12 +2731,12 @@ oper elegir_36 : Str -> Verbum = \elegir -> VPB (Fut Ind Pl P1) => el_ + "egiremos" ; --# notpresent VPB (Fut Ind Pl P2) => el_ + "egiréis" ; --# notpresent VPB (Fut Ind Pl P3) => el_ + "egirán" ; --# notpresent - VPB (Fut Subj Sg P1) => el_ + "igiere" ; --# notpresent - VPB (Fut Subj Sg P2) => el_ + "igieres" ; --# notpresent - VPB (Fut Subj Sg P3) => el_ + "igiere" ; --# notpresent - VPB (Fut Subj Pl P1) => el_ + "igiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => el_ + "igiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => el_ + "igieren" ; --# notpresent + VPB (Fut Sub Sg P1) => el_ + "igiere" ; --# notpresent + VPB (Fut Sub Sg P2) => el_ + "igieres" ; --# notpresent + VPB (Fut Sub Sg P3) => el_ + "igiere" ; --# notpresent + VPB (Fut Sub Pl P1) => el_ + "igiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => el_ + "igiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => el_ + "igieren" ; --# notpresent VPB (Cond Sg P1) => el_ + "egiría" ; --# notpresent VPB (Cond Sg P2) => el_ + "egirías" ; --# notpresent VPB (Cond Sg P3) => el_ + "egiría" ; --# notpresent @@ -2520,12 +2749,13 @@ oper elegir_36 : Str -> Verbum = \elegir -> VPB (Imper Pl P1) => el_ + "ijamos" ; VPB (Imper Pl P2) => el_ + "egid" ; VPB (Imper Pl P3) => el_ + "ijan" ; - VPB (Pass Sg Masc) => variants {el_ + "egido" ; el_ + "ecto"} ; - VPB (Pass Sg Fem) => variants {el_ + "egida" ; el_ + "ecta"} ; - VPB (Pass Pl Masc) => variants {el_ + "egidos" ; el_ + "ectos"} ; - VPB (Pass Pl Fem) => variants {el_ + "egidas" ; el_ + "ectas"} - } - } ; + VPB (Pass Sg Masc) => part ; + VPB (Pass Sg Fem) => init part + "a" ; + VPB (Pass Pl Masc) => part + "s" ; + VPB (Pass Pl Fem) => init part + "as" + }} + in el_verbum (variants {el_ + "egido" ; el_ + "ecto"}) ; + oper empezar_37 : Str -> Verbum = \empezar -> let emp_ = Predef.tk 4 empezar in {s = table { @@ -2538,24 +2768,30 @@ oper empezar_37 : Str -> Verbum = \empezar -> VPB (Pres Ind Pl P1) => emp_ + "ezamos" ; VPB (Pres Ind Pl P2) => emp_ + "ezáis" ; VPB (Pres Ind Pl P3) => emp_ + "iezan" ; - VPB (Pres Subj Sg P1) => emp_ + "iece" ; - VPB (Pres Subj Sg P2) => emp_ + "ieces" ; - VPB (Pres Subj Sg P3) => emp_ + "iece" ; - VPB (Pres Subj Pl P1) => emp_ + "ecemos" ; - VPB (Pres Subj Pl P2) => emp_ + "ecéis" ; - VPB (Pres Subj Pl P3) => emp_ + "iecen" ; + VPB (Pres Sub Sg P1) => emp_ + "iece" ; + VPB (Pres Sub Sg P2) => emp_ + "ieces" ; + VPB (Pres Sub Sg P3) => emp_ + "iece" ; + VPB (Pres Sub Pl P1) => emp_ + "ecemos" ; + VPB (Pres Sub Pl P2) => emp_ + "ecéis" ; + VPB (Pres Sub Pl P3) => emp_ + "iecen" ; VPB (Impf Ind Sg P1) => emp_ + "ezaba" ; --# notpresent VPB (Impf Ind Sg P2) => emp_ + "ezabas" ; --# notpresent VPB (Impf Ind Sg P3) => emp_ + "ezaba" ; --# notpresent VPB (Impf Ind Pl P1) => emp_ + "ezábamos" ; --# notpresent VPB (Impf Ind Pl P2) => emp_ + "ezabais" ; --# notpresent VPB (Impf Ind Pl P3) => emp_ + "ezaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {emp_ + "ezaras" ; emp_ + "ezases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {emp_ + "ezara" ; emp_ + "ezase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {emp_ + "ezáramos" ; emp_ + "ezásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {emp_ + "ezarais" ; emp_ + "ezaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {emp_ + "ezaran" ; emp_ + "ezasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => emp_ + "ezara" ; --# notpresent + VPB (Impf Sub Sg P2) => emp_ + "ezaras" ; --# notpresent + VPB (Impf Sub Sg P3) => emp_ + "ezara" ; --# notpresent + VPB (Impf Sub Pl P1) => emp_ + "ezáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => emp_ + "ezarais" ; --# notpresent + VPB (Impf Sub Pl P3) => emp_ + "ezaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => emp_ + "ezase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => emp_ + "ezases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => emp_ + "ezase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => emp_ + "ezásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => emp_ + "ezaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => emp_ + "ezasen" ; --# notpresent VPB (Pret Sg P1) => emp_ + "ecé" ; --# notpresent VPB (Pret Sg P2) => emp_ + "ezaste" ; --# notpresent VPB (Pret Sg P3) => emp_ + "ezó" ; --# notpresent @@ -2568,12 +2804,12 @@ oper empezar_37 : Str -> Verbum = \empezar -> VPB (Fut Ind Pl P1) => emp_ + "ezaremos" ; --# notpresent VPB (Fut Ind Pl P2) => emp_ + "ezaréis" ; --# notpresent VPB (Fut Ind Pl P3) => emp_ + "ezarán" ; --# notpresent - VPB (Fut Subj Sg P1) => emp_ + "ezare" ; --# notpresent - VPB (Fut Subj Sg P2) => emp_ + "ezares" ; --# notpresent - VPB (Fut Subj Sg P3) => emp_ + "ezare" ; --# notpresent - VPB (Fut Subj Pl P1) => emp_ + "ezáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => emp_ + "ezareis" ; --# notpresent - VPB (Fut Subj Pl P3) => emp_ + "ezaren" ; --# notpresent + VPB (Fut Sub Sg P1) => emp_ + "ezare" ; --# notpresent + VPB (Fut Sub Sg P2) => emp_ + "ezares" ; --# notpresent + VPB (Fut Sub Sg P3) => emp_ + "ezare" ; --# notpresent + VPB (Fut Sub Pl P1) => emp_ + "ezáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => emp_ + "ezareis" ; --# notpresent + VPB (Fut Sub Pl P3) => emp_ + "ezaren" ; --# notpresent VPB (Cond Sg P1) => emp_ + "ezaría" ; --# notpresent VPB (Cond Sg P2) => emp_ + "ezarías" ; --# notpresent VPB (Cond Sg P3) => emp_ + "ezaría" ; --# notpresent @@ -2607,24 +2843,30 @@ oper encontrar_38 : Str -> Verbum = \encontrar -> VPB (Pres Ind Pl P1) => enc_ + "o" + ntr_ + "amos" ; VPB (Pres Ind Pl P2) => enc_ + "o" + ntr_ + "áis" ; VPB (Pres Ind Pl P3) => enc_ + "ue" + ntr_ + "an" ; - VPB (Pres Subj Sg P1) => enc_ + "ue" + ntr_ + "e" ; - VPB (Pres Subj Sg P2) => enc_ + "ue" + ntr_ + "es" ; - VPB (Pres Subj Sg P3) => enc_ + "ue" + ntr_ + "e" ; - VPB (Pres Subj Pl P1) => enc_ + "o" + ntr_ + "emos" ; - VPB (Pres Subj Pl P2) => enc_ + "o" + ntr_ + "éis" ; - VPB (Pres Subj Pl P3) => enc_ + "ue" + ntr_ + "en" ; + VPB (Pres Sub Sg P1) => enc_ + "ue" + ntr_ + "e" ; + VPB (Pres Sub Sg P2) => enc_ + "ue" + ntr_ + "es" ; + VPB (Pres Sub Sg P3) => enc_ + "ue" + ntr_ + "e" ; + VPB (Pres Sub Pl P1) => enc_ + "o" + ntr_ + "emos" ; + VPB (Pres Sub Pl P2) => enc_ + "o" + ntr_ + "éis" ; + VPB (Pres Sub Pl P3) => enc_ + "ue" + ntr_ + "en" ; VPB (Impf Ind Sg P1) => enc_ + "o" + ntr_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => enc_ + "o" + ntr_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => enc_ + "o" + ntr_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => enc_ + "o" + ntr_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => enc_ + "o" + ntr_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => enc_ + "o" + ntr_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {enc_ + "o" + ntr_ + "ara" ; enc_ + "o" + ntr_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {enc_ + "o" + ntr_ + "aras" ; enc_ + "o" + ntr_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {enc_ + "o" + ntr_ + "ara" ; enc_ + "o" + ntr_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {enc_ + "o" + ntr_ + "áramos" ; enc_ + "o" + ntr_ + "ásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {enc_ + "o" + ntr_ + "arais" ; enc_ + "o" + ntr_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {enc_ + "o" + ntr_ + "aran" ; enc_ + "o" + ntr_ + "asen"} ; --# notpresent + VPB (Impf Sub Sg P1) => enc_ + "o" + ntr_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => enc_ + "o" + ntr_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => enc_ + "o" + ntr_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => enc_ + "o" + ntr_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => enc_ + "o" + ntr_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => enc_ + "o" + ntr_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => enc_ + "o" + ntr_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => enc_ + "o" + ntr_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => enc_ + "o" + ntr_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => enc_ + "o" + ntr_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => enc_ + "o" + ntr_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => enc_ + "o" + ntr_ + "asen" ; --# notpresent VPB (Pret Sg P1) => enc_ + "o" + ntr_ + "é" ; --# notpresent VPB (Pret Sg P2) => enc_ + "o" + ntr_ + "aste" ; --# notpresent VPB (Pret Sg P3) => enc_ + "o" + ntr_ + "ó" ; --# notpresent @@ -2637,12 +2879,12 @@ oper encontrar_38 : Str -> Verbum = \encontrar -> VPB (Fut Ind Pl P1) => enc_ + "o" + ntr_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => enc_ + "o" + ntr_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => enc_ + "o" + ntr_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => enc_ + "o" + ntr_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => enc_ + "o" + ntr_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => enc_ + "o" + ntr_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => enc_ + "o" + ntr_ + "áremos" ; --# notpresent - VPB (Fut Subj Pl P2) => enc_ + "o" + ntr_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => enc_ + "o" + ntr_ + "aren" ; --# notpresent + VPB (Fut Sub Sg P1) => enc_ + "o" + ntr_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => enc_ + "o" + ntr_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => enc_ + "o" + ntr_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => enc_ + "o" + ntr_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => enc_ + "o" + ntr_ + "areis" ; --# notpresent + VPB (Fut Sub Pl P3) => enc_ + "o" + ntr_ + "aren" ; --# notpresent VPB (Cond Sg P1) => enc_ + "o" + ntr_ + "aría" ; --# notpresent VPB (Cond Sg P2) => enc_ + "o" + ntr_ + "arías" ; --# notpresent VPB (Cond Sg P3) => enc_ + "o" + ntr_ + "aría" ; --# notpresent @@ -2673,24 +2915,30 @@ oper contar_38b : Str -> Verbum = \contar -> VPB (Pres Ind Pl P1) => c_ + "ontamos" ; VPB (Pres Ind Pl P2) => c_ + "ontáis" ; VPB (Pres Ind Pl P3) => c_ + "uentan" ; - VPB (Pres Subj Sg P1) => c_ + "uente" ; - VPB (Pres Subj Sg P2) => c_ + "uentes" ; - VPB (Pres Subj Sg P3) => c_ + "uente" ; - VPB (Pres Subj Pl P1) => c_ + "ontemos" ; - VPB (Pres Subj Pl P2) => c_ + "ontéis" ; - VPB (Pres Subj Pl P3) => c_ + "uenten" ; + VPB (Pres Sub Sg P1) => c_ + "uente" ; + VPB (Pres Sub Sg P2) => c_ + "uentes" ; + VPB (Pres Sub Sg P3) => c_ + "uente" ; + VPB (Pres Sub Pl P1) => c_ + "ontemos" ; + VPB (Pres Sub Pl P2) => c_ + "ontéis" ; + VPB (Pres Sub Pl P3) => c_ + "uenten" ; VPB (Impf Ind Sg P1) => c_ + "ontaba" ; --# notpresent VPB (Impf Ind Sg P2) => c_ + "ontabas" ; --# notpresent VPB (Impf Ind Sg P3) => c_ + "ontaba" ; --# notpresent VPB (Impf Ind Pl P1) => c_ + "ontábamos" ; --# notpresent VPB (Impf Ind Pl P2) => c_ + "ontabais" ; --# notpresent VPB (Impf Ind Pl P3) => c_ + "ontaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {c_ + "ontaras" ; c_ + "ontases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {c_ + "ontara" ; c_ + "ontase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {c_ + "ontáramos" ; c_ + "ontásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {c_ + "ontarais" ; c_ + "ontaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {c_ + "ontaran" ; c_ + "ontasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => c_ + "ontara" ; --# notpresent + VPB (Impf Sub Sg P2) => c_ + "ontaras" ; --# notpresent + VPB (Impf Sub Sg P3) => c_ + "ontara" ; --# notpresent + VPB (Impf Sub Pl P1) => c_ + "ontáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => c_ + "ontarais" ; --# notpresent + VPB (Impf Sub Pl P3) => c_ + "ontaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => c_ + "ontase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => c_ + "ontases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => c_ + "ontase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => c_ + "ontásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => c_ + "ontaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => c_ + "ontasen" ; --# notpresent VPB (Pret Sg P1) => c_ + "onté" ; --# notpresent VPB (Pret Sg P2) => c_ + "ontaste" ; --# notpresent VPB (Pret Sg P3) => c_ + "ontó" ; --# notpresent @@ -2703,12 +2951,12 @@ oper contar_38b : Str -> Verbum = \contar -> VPB (Fut Ind Pl P1) => c_ + "ontaremos" ; --# notpresent VPB (Fut Ind Pl P2) => c_ + "ontaréis" ; --# notpresent VPB (Fut Ind Pl P3) => c_ + "ontarán" ; --# notpresent - VPB (Fut Subj Sg P1) => c_ + "ontare" ; --# notpresent - VPB (Fut Subj Sg P2) => c_ + "ontares" ; --# notpresent - VPB (Fut Subj Sg P3) => c_ + "ontare" ; --# notpresent - VPB (Fut Subj Pl P1) => c_ + "ontáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => c_ + "ontareis" ; --# notpresent - VPB (Fut Subj Pl P3) => c_ + "ontaren" ; --# notpresent + VPB (Fut Sub Sg P1) => c_ + "ontare" ; --# notpresent + VPB (Fut Sub Sg P2) => c_ + "ontares" ; --# notpresent + VPB (Fut Sub Sg P3) => c_ + "ontare" ; --# notpresent + VPB (Fut Sub Pl P1) => c_ + "ontáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => c_ + "ontareis" ; --# notpresent + VPB (Fut Sub Pl P3) => c_ + "ontaren" ; --# notpresent VPB (Cond Sg P1) => c_ + "ontaría" ; --# notpresent VPB (Cond Sg P2) => c_ + "ontarías" ; --# notpresent VPB (Cond Sg P3) => c_ + "ontaría" ; --# notpresent @@ -2739,24 +2987,30 @@ oper enraizar_39 : Str -> Verbum = \enraizar -> VPB (Pres Ind Pl P1) => enra_ + "izamos" ; VPB (Pres Ind Pl P2) => enra_ + "izáis" ; VPB (Pres Ind Pl P3) => enra_ + "ízan" ; - VPB (Pres Subj Sg P1) => enra_ + "íce" ; - VPB (Pres Subj Sg P2) => enra_ + "íces" ; - VPB (Pres Subj Sg P3) => enra_ + "íce" ; - VPB (Pres Subj Pl P1) => enra_ + "icemos" ; - VPB (Pres Subj Pl P2) => enra_ + "icéis" ; - VPB (Pres Subj Pl P3) => enra_ + "ícen" ; + VPB (Pres Sub Sg P1) => enra_ + "íce" ; + VPB (Pres Sub Sg P2) => enra_ + "íces" ; + VPB (Pres Sub Sg P3) => enra_ + "íce" ; + VPB (Pres Sub Pl P1) => enra_ + "icemos" ; + VPB (Pres Sub Pl P2) => enra_ + "icéis" ; + VPB (Pres Sub Pl P3) => enra_ + "ícen" ; VPB (Impf Ind Sg P1) => enra_ + "izaba" ; --# notpresent VPB (Impf Ind Sg P2) => enra_ + "izabas" ; --# notpresent VPB (Impf Ind Sg P3) => enra_ + "izaba" ; --# notpresent VPB (Impf Ind Pl P1) => enra_ + "izábamos" ; --# notpresent VPB (Impf Ind Pl P2) => enra_ + "izabais" ; --# notpresent VPB (Impf Ind Pl P3) => enra_ + "izaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {enra_ + "izaras" ; enra_ + "izases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {enra_ + "izara" ; enra_ + "izase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {enra_ + "izáramos" ; enra_ + "izásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {enra_ + "izarais" ; enra_ + "izaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {enra_ + "izaran" ; enra_ + "izasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => enra_ + "izara" ; --# notpresent + VPB (Impf Sub Sg P2) => enra_ + "izaras" ; --# notpresent + VPB (Impf Sub Sg P3) => enra_ + "izara" ; --# notpresent + VPB (Impf Sub Pl P1) => enra_ + "izáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => enra_ + "izarais" ; --# notpresent + VPB (Impf Sub Pl P3) => enra_ + "izaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => enra_ + "izase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => enra_ + "izases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => enra_ + "izase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => enra_ + "izásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => enra_ + "izaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => enra_ + "izasen" ; --# notpresent VPB (Pret Sg P1) => enra_ + "icé" ; --# notpresent VPB (Pret Sg P2) => enra_ + "izaste" ; --# notpresent VPB (Pret Sg P3) => enra_ + "izó" ; --# notpresent @@ -2769,12 +3023,12 @@ oper enraizar_39 : Str -> Verbum = \enraizar -> VPB (Fut Ind Pl P1) => enra_ + "izaremos" ; --# notpresent VPB (Fut Ind Pl P2) => enra_ + "izaréis" ; --# notpresent VPB (Fut Ind Pl P3) => enra_ + "izarán" ; --# notpresent - VPB (Fut Subj Sg P1) => enra_ + "izare" ; --# notpresent - VPB (Fut Subj Sg P2) => enra_ + "izares" ; --# notpresent - VPB (Fut Subj Sg P3) => enra_ + "izare" ; --# notpresent - VPB (Fut Subj Pl P1) => enra_ + "izáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => enra_ + "izareis" ; --# notpresent - VPB (Fut Subj Pl P3) => enra_ + "izaren" ; --# notpresent + VPB (Fut Sub Sg P1) => enra_ + "izare" ; --# notpresent + VPB (Fut Sub Sg P2) => enra_ + "izares" ; --# notpresent + VPB (Fut Sub Sg P3) => enra_ + "izare" ; --# notpresent + VPB (Fut Sub Pl P1) => enra_ + "izáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => enra_ + "izareis" ; --# notpresent + VPB (Fut Sub Pl P3) => enra_ + "izaren" ; --# notpresent VPB (Cond Sg P1) => enra_ + "izaría" ; --# notpresent VPB (Cond Sg P2) => enra_ + "izarías" ; --# notpresent VPB (Cond Sg P3) => enra_ + "izaría" ; --# notpresent @@ -2805,24 +3059,30 @@ oper erguir_40 : Str -> Verbum = \erguir -> VPB (Pres Ind Pl P1) => x_ + "erguimos" ; VPB (Pres Ind Pl P2) => x_ + "erguís" ; VPB (Pres Ind Pl P3) => x_ + "yerguen" ; - VPB (Pres Subj Sg P1) => x_ + "yerga" ; - VPB (Pres Subj Sg P2) => x_ + "yergas" ; - VPB (Pres Subj Sg P3) => x_ + "yerga" ; - VPB (Pres Subj Pl P1) => x_ + "irgamos" ; - VPB (Pres Subj Pl P2) => x_ + "irgáis" ; - VPB (Pres Subj Pl P3) => x_ + "yergan" ; + VPB (Pres Sub Sg P1) => x_ + "yerga" ; + VPB (Pres Sub Sg P2) => x_ + "yergas" ; + VPB (Pres Sub Sg P3) => x_ + "yerga" ; + VPB (Pres Sub Pl P1) => x_ + "irgamos" ; + VPB (Pres Sub Pl P2) => x_ + "irgáis" ; + VPB (Pres Sub Pl P3) => x_ + "yergan" ; VPB (Impf Ind Sg P1) => x_ + "erguía" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "erguías" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "erguía" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "erguíamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "erguíais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "erguían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "irguieras" ; x_ + "irguieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "irguiera" ; x_ + "irguiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "irguiéramos" ; x_ + "irguiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "irguierais" ; x_ + "irguieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "irguieran" ; x_ + "irguiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => x_ + "irguiera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "irguieras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "irguiera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "irguiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "irguierais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "irguieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "irguiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "irguieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "irguiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "irguiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "irguieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => x_ + "irguiesen" ; --# notpresent VPB (Pret Sg P1) => x_ + "erguí" ; --# notpresent VPB (Pret Sg P2) => x_ + "erguiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "irguió" ; --# notpresent @@ -2835,12 +3095,12 @@ oper erguir_40 : Str -> Verbum = \erguir -> VPB (Fut Ind Pl P1) => x_ + "erguiremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "erguiréis" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "erguirán" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "irguiere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "irguieres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "irguiere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "irguiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "irguiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "irguieren" ; --# notpresent + VPB (Fut Sub Sg P1) => x_ + "irguiere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "irguieres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "irguiere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "irguiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "irguiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => x_ + "irguieren" ; --# notpresent VPB (Cond Sg P1) => x_ + "erguiría" ; --# notpresent VPB (Cond Sg P2) => x_ + "erguirías" ; --# notpresent VPB (Cond Sg P3) => x_ + "erguiría" ; --# notpresent @@ -2871,24 +3131,30 @@ oper errar_41 : Str -> Verbum = \errar -> VPB (Pres Ind Pl P1) => x_ + "erramos" ; VPB (Pres Ind Pl P2) => x_ + "erráis" ; VPB (Pres Ind Pl P3) => x_ + "yerran" ; - VPB (Pres Subj Sg P1) => x_ + "yerre" ; - VPB (Pres Subj Sg P2) => x_ + "yerres" ; - VPB (Pres Subj Sg P3) => x_ + "yerre" ; - VPB (Pres Subj Pl P1) => x_ + "erremos" ; - VPB (Pres Subj Pl P2) => x_ + "erréis" ; - VPB (Pres Subj Pl P3) => x_ + "yerren" ; + VPB (Pres Sub Sg P1) => x_ + "yerre" ; + VPB (Pres Sub Sg P2) => x_ + "yerres" ; + VPB (Pres Sub Sg P3) => x_ + "yerre" ; + VPB (Pres Sub Pl P1) => x_ + "erremos" ; + VPB (Pres Sub Pl P2) => x_ + "erréis" ; + VPB (Pres Sub Pl P3) => x_ + "yerren" ; VPB (Impf Ind Sg P1) => x_ + "erraba" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "errabas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "erraba" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "errábamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "errabais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "erraban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "erraras" ; x_ + "errases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "errara" ; x_ + "errase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "erráramos" ; x_ + "errásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "errarais" ; x_ + "erraseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "erraran" ; x_ + "errasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => x_ + "errara" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "erraras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "errara" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "erráramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "errarais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "erraran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "errase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "errases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "errase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "errásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "erraseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => x_ + "errasen" ; --# notpresent VPB (Pret Sg P1) => x_ + "erré" ; --# notpresent VPB (Pret Sg P2) => x_ + "erraste" ; --# notpresent VPB (Pret Sg P3) => x_ + "erró" ; --# notpresent @@ -2901,12 +3167,12 @@ oper errar_41 : Str -> Verbum = \errar -> VPB (Fut Ind Pl P1) => x_ + "erraremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "erraréis" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "errarán" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "errare" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "errares" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "errare" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "erráremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "errareis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "erraren" ; --# notpresent + VPB (Fut Sub Sg P1) => x_ + "errare" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "errares" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "errare" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "erráremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "errareis" ; --# notpresent + VPB (Fut Sub Pl P3) => x_ + "erraren" ; --# notpresent VPB (Cond Sg P1) => x_ + "erraría" ; --# notpresent VPB (Cond Sg P2) => x_ + "errarías" ; --# notpresent VPB (Cond Sg P3) => x_ + "erraría" ; --# notpresent @@ -2937,24 +3203,30 @@ oper forzar_42 : Str -> Verbum = \forzar -> VPB (Pres Ind Pl P1) => f_ + "orzamos" ; VPB (Pres Ind Pl P2) => f_ + "orzáis" ; VPB (Pres Ind Pl P3) => f_ + "uerzan" ; - VPB (Pres Subj Sg P1) => f_ + "uerce" ; - VPB (Pres Subj Sg P2) => f_ + "uerces" ; - VPB (Pres Subj Sg P3) => f_ + "uerce" ; - VPB (Pres Subj Pl P1) => f_ + "orcemos" ; - VPB (Pres Subj Pl P2) => f_ + "orcéis" ; - VPB (Pres Subj Pl P3) => f_ + "uercen" ; + VPB (Pres Sub Sg P1) => f_ + "uerce" ; + VPB (Pres Sub Sg P2) => f_ + "uerces" ; + VPB (Pres Sub Sg P3) => f_ + "uerce" ; + VPB (Pres Sub Pl P1) => f_ + "orcemos" ; + VPB (Pres Sub Pl P2) => f_ + "orcéis" ; + VPB (Pres Sub Pl P3) => f_ + "uercen" ; VPB (Impf Ind Sg P1) => f_ + "orzaba" ; --# notpresent VPB (Impf Ind Sg P2) => f_ + "orzabas" ; --# notpresent VPB (Impf Ind Sg P3) => f_ + "orzaba" ; --# notpresent VPB (Impf Ind Pl P1) => f_ + "orzábamos" ; --# notpresent VPB (Impf Ind Pl P2) => f_ + "orzabais" ; --# notpresent VPB (Impf Ind Pl P3) => f_ + "orzaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {f_ + "orzaras" ; f_ + "orzases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {f_ + "orzara" ; f_ + "orzase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {f_ + "orzáramos" ; f_ + "orzásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {f_ + "orzarais" ; f_ + "orzaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {f_ + "orzaran" ; f_ + "orzasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => f_ + "orzara" ; --# notpresent + VPB (Impf Sub Sg P2) => f_ + "orzaras" ; --# notpresent + VPB (Impf Sub Sg P3) => f_ + "orzara" ; --# notpresent + VPB (Impf Sub Pl P1) => f_ + "orzáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => f_ + "orzarais" ; --# notpresent + VPB (Impf Sub Pl P3) => f_ + "orzaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => f_ + "orzase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => f_ + "orzases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => f_ + "orzase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => f_ + "orzásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => f_ + "orzaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => f_ + "orzasen" ; --# notpresent VPB (Pret Sg P1) => f_ + "orcé" ; --# notpresent VPB (Pret Sg P2) => f_ + "orzaste" ; --# notpresent VPB (Pret Sg P3) => f_ + "orzó" ; --# notpresent @@ -2967,12 +3239,12 @@ oper forzar_42 : Str -> Verbum = \forzar -> VPB (Fut Ind Pl P1) => f_ + "orzaremos" ; --# notpresent VPB (Fut Ind Pl P2) => f_ + "orzaréis" ; --# notpresent VPB (Fut Ind Pl P3) => f_ + "orzarán" ; --# notpresent - VPB (Fut Subj Sg P1) => f_ + "orzare" ; --# notpresent - VPB (Fut Subj Sg P2) => f_ + "orzares" ; --# notpresent - VPB (Fut Subj Sg P3) => f_ + "orzare" ; --# notpresent - VPB (Fut Subj Pl P1) => f_ + "orzáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => f_ + "orzareis" ; --# notpresent - VPB (Fut Subj Pl P3) => f_ + "orzaren" ; --# notpresent + VPB (Fut Sub Sg P1) => f_ + "orzare" ; --# notpresent + VPB (Fut Sub Sg P2) => f_ + "orzares" ; --# notpresent + VPB (Fut Sub Sg P3) => f_ + "orzare" ; --# notpresent + VPB (Fut Sub Pl P1) => f_ + "orzáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => f_ + "orzareis" ; --# notpresent + VPB (Fut Sub Pl P3) => f_ + "orzaren" ; --# notpresent VPB (Cond Sg P1) => f_ + "orzaría" ; --# notpresent VPB (Cond Sg P2) => f_ + "orzarías" ; --# notpresent VPB (Cond Sg P3) => f_ + "orzaría" ; --# notpresent @@ -3003,24 +3275,30 @@ oper guiar_43 : Str -> Verbum = \guiar -> VPB (Pres Ind Pl P1) => gu_ + "iamos" ; VPB (Pres Ind Pl P2) => gu_ + "iáis" ; VPB (Pres Ind Pl P3) => gu_ + "ían" ; - VPB (Pres Subj Sg P1) => gu_ + "íe" ; - VPB (Pres Subj Sg P2) => gu_ + "íes" ; - VPB (Pres Subj Sg P3) => gu_ + "íe" ; - VPB (Pres Subj Pl P1) => gu_ + "iemos" ; - VPB (Pres Subj Pl P2) => gu_ + "iéis" ; - VPB (Pres Subj Pl P3) => gu_ + "íen" ; + VPB (Pres Sub Sg P1) => gu_ + "íe" ; + VPB (Pres Sub Sg P2) => gu_ + "íes" ; + VPB (Pres Sub Sg P3) => gu_ + "íe" ; + VPB (Pres Sub Pl P1) => gu_ + "iemos" ; + VPB (Pres Sub Pl P2) => gu_ + "iéis" ; + VPB (Pres Sub Pl P3) => gu_ + "íen" ; VPB (Impf Ind Sg P1) => gu_ + "iaba" ; --# notpresent VPB (Impf Ind Sg P2) => gu_ + "iabas" ; --# notpresent VPB (Impf Ind Sg P3) => gu_ + "iaba" ; --# notpresent VPB (Impf Ind Pl P1) => gu_ + "iábamos" ; --# notpresent VPB (Impf Ind Pl P2) => gu_ + "iabais" ; --# notpresent VPB (Impf Ind Pl P3) => gu_ + "iaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {gu_ + "iaras" ; gu_ + "iases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {gu_ + "iara" ; gu_ + "iase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {gu_ + "iáramos" ; gu_ + "iásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {gu_ + "iarais" ; gu_ + "iaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {gu_ + "iaran" ; gu_ + "iasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => gu_ + "iara" ; --# notpresent + VPB (Impf Sub Sg P2) => gu_ + "iaras" ; --# notpresent + VPB (Impf Sub Sg P3) => gu_ + "iara" ; --# notpresent + VPB (Impf Sub Pl P1) => gu_ + "iáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => gu_ + "iarais" ; --# notpresent + VPB (Impf Sub Pl P3) => gu_ + "iaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => gu_ + "iase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => gu_ + "iases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => gu_ + "iase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => gu_ + "iásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => gu_ + "iaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => gu_ + "iasen" ; --# notpresent VPB (Pret Sg P1) => gu_ + "ié" ; --# notpresent VPB (Pret Sg P2) => gu_ + "iaste" ; --# notpresent VPB (Pret Sg P3) => gu_ + "ió" ; --# notpresent @@ -3033,12 +3311,12 @@ oper guiar_43 : Str -> Verbum = \guiar -> VPB (Fut Ind Pl P1) => gu_ + "iaremos" ; --# notpresent VPB (Fut Ind Pl P2) => gu_ + "iaréis" ; --# notpresent VPB (Fut Ind Pl P3) => gu_ + "iarán" ; --# notpresent - VPB (Fut Subj Sg P1) => gu_ + "iare" ; --# notpresent - VPB (Fut Subj Sg P2) => gu_ + "iares" ; --# notpresent - VPB (Fut Subj Sg P3) => gu_ + "iare" ; --# notpresent - VPB (Fut Subj Pl P1) => gu_ + "iáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => gu_ + "iareis" ; --# notpresent - VPB (Fut Subj Pl P3) => gu_ + "iaren" ; --# notpresent + VPB (Fut Sub Sg P1) => gu_ + "iare" ; --# notpresent + VPB (Fut Sub Sg P2) => gu_ + "iares" ; --# notpresent + VPB (Fut Sub Sg P3) => gu_ + "iare" ; --# notpresent + VPB (Fut Sub Pl P1) => gu_ + "iáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => gu_ + "iareis" ; --# notpresent + VPB (Fut Sub Pl P3) => gu_ + "iaren" ; --# notpresent VPB (Cond Sg P1) => gu_ + "iaría" ; --# notpresent VPB (Cond Sg P2) => gu_ + "iarías" ; --# notpresent VPB (Cond Sg P3) => gu_ + "iaría" ; --# notpresent @@ -3069,24 +3347,30 @@ oper hacer_44 : Str -> Verbum = \hacer -> VPB (Pres Ind Pl P1) => h_ + "acemos" ; VPB (Pres Ind Pl P2) => h_ + "acéis" ; VPB (Pres Ind Pl P3) => h_ + "acen" ; - VPB (Pres Subj Sg P1) => h_ + "aga" ; - VPB (Pres Subj Sg P2) => h_ + "agas" ; - VPB (Pres Subj Sg P3) => h_ + "aga" ; - VPB (Pres Subj Pl P1) => h_ + "agamos" ; - VPB (Pres Subj Pl P2) => h_ + "agáis" ; - VPB (Pres Subj Pl P3) => h_ + "agan" ; + VPB (Pres Sub Sg P1) => h_ + "aga" ; + VPB (Pres Sub Sg P2) => h_ + "agas" ; + VPB (Pres Sub Sg P3) => h_ + "aga" ; + VPB (Pres Sub Pl P1) => h_ + "agamos" ; + VPB (Pres Sub Pl P2) => h_ + "agáis" ; + VPB (Pres Sub Pl P3) => h_ + "agan" ; VPB (Impf Ind Sg P1) => h_ + "acía" ; --# notpresent VPB (Impf Ind Sg P2) => h_ + "acías" ; --# notpresent VPB (Impf Ind Sg P3) => h_ + "acía" ; --# notpresent VPB (Impf Ind Pl P1) => h_ + "acíamos" ; --# notpresent VPB (Impf Ind Pl P2) => h_ + "acíais" ; --# notpresent VPB (Impf Ind Pl P3) => h_ + "acían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {h_ + "icieras" ; h_ + "icieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {h_ + "iciera" ; h_ + "iciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {h_ + "iciéramos" ; h_ + "iciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {h_ + "icierais" ; h_ + "icieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {h_ + "icieran" ; h_ + "iciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => h_ + "iciera" ; --# notpresent + VPB (Impf Sub Sg P2) => h_ + "icieras" ; --# notpresent + VPB (Impf Sub Sg P3) => h_ + "iciera" ; --# notpresent + VPB (Impf Sub Pl P1) => h_ + "iciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => h_ + "icierais" ; --# notpresent + VPB (Impf Sub Pl P3) => h_ + "icieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => h_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => h_ + "icieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => h_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => h_ + "iciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => h_ + "icieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => h_ + "iciesen" ; --# notpresent VPB (Pret Sg P1) => h_ + "ice" ; --# notpresent VPB (Pret Sg P2) => h_ + "iciste" ; --# notpresent VPB (Pret Sg P3) => h_ + "izo" ; --# notpresent @@ -3099,12 +3383,12 @@ oper hacer_44 : Str -> Verbum = \hacer -> VPB (Fut Ind Pl P1) => h_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => h_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => h_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => h_ + "iciere" ; --# notpresent - VPB (Fut Subj Sg P2) => h_ + "icieres" ; --# notpresent - VPB (Fut Subj Sg P3) => h_ + "iciere" ; --# notpresent - VPB (Fut Subj Pl P1) => h_ + "iciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => h_ + "iciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => h_ + "icieren" ; --# notpresent + VPB (Fut Sub Sg P1) => h_ + "iciere" ; --# notpresent + VPB (Fut Sub Sg P2) => h_ + "icieres" ; --# notpresent + VPB (Fut Sub Sg P3) => h_ + "iciere" ; --# notpresent + VPB (Fut Sub Pl P1) => h_ + "iciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => h_ + "iciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => h_ + "icieren" ; --# notpresent VPB (Cond Sg P1) => h_ + "aría" ; --# notpresent VPB (Cond Sg P2) => h_ + "arías" ; --# notpresent VPB (Cond Sg P3) => h_ + "aría" ; --# notpresent @@ -3135,24 +3419,30 @@ oper influir_45 : Str -> Verbum = \influir -> VPB (Pres Ind Pl P1) => influ_ + "imos" ; VPB (Pres Ind Pl P2) => influ_ + "ís" ; VPB (Pres Ind Pl P3) => influ_ + "yen" ; - VPB (Pres Subj Sg P1) => influ_ + "ya" ; - VPB (Pres Subj Sg P2) => influ_ + "yas" ; - VPB (Pres Subj Sg P3) => influ_ + "ya" ; - VPB (Pres Subj Pl P1) => influ_ + "yamos" ; - VPB (Pres Subj Pl P2) => influ_ + "yáis" ; - VPB (Pres Subj Pl P3) => influ_ + "yan" ; + VPB (Pres Sub Sg P1) => influ_ + "ya" ; + VPB (Pres Sub Sg P2) => influ_ + "yas" ; + VPB (Pres Sub Sg P3) => influ_ + "ya" ; + VPB (Pres Sub Pl P1) => influ_ + "yamos" ; + VPB (Pres Sub Pl P2) => influ_ + "yáis" ; + VPB (Pres Sub Pl P3) => influ_ + "yan" ; VPB (Impf Ind Sg P1) => influ_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => influ_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => influ_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => influ_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => influ_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => influ_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {influ_ + "yeras" ; influ_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {influ_ + "yera" ; influ_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {influ_ + "yéramos" ; influ_ + "yésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {influ_ + "yerais" ; influ_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {influ_ + "yeran" ; influ_ + "yesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => influ_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => influ_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => influ_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => influ_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => influ_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => influ_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => influ_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => influ_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => influ_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => influ_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => influ_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => influ_ + "yesen" ; --# notpresent VPB (Pret Sg P1) => influ_ + "í" ; --# notpresent VPB (Pret Sg P2) => influ_ + "iste" ; --# notpresent VPB (Pret Sg P3) => influ_ + "yó" ; --# notpresent @@ -3165,12 +3455,12 @@ oper influir_45 : Str -> Verbum = \influir -> VPB (Fut Ind Pl P1) => influ_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => influ_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => influ_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => influ_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => influ_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => influ_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => influ_ + "yéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => influ_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => influ_ + "yeren" ; --# notpresent + VPB (Fut Sub Sg P1) => influ_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => influ_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => influ_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => influ_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => influ_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => influ_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => influ_ + "iría" ; --# notpresent VPB (Cond Sg P2) => influ_ + "irías" ; --# notpresent VPB (Cond Sg P3) => influ_ + "iría" ; --# notpresent @@ -3201,24 +3491,30 @@ oper ir_46 : Str -> Verbum = \ir -> VPB (Pres Ind Pl P1) => x_ + "vamos" ; VPB (Pres Ind Pl P2) => x_ + "vais" ; VPB (Pres Ind Pl P3) => x_ + "van" ; - VPB (Pres Subj Sg P1) => x_ + "vaya" ; - VPB (Pres Subj Sg P2) => x_ + "vayas" ; - VPB (Pres Subj Sg P3) => x_ + "vaya" ; - VPB (Pres Subj Pl P1) => x_ + "vayamos" ; - VPB (Pres Subj Pl P2) => x_ + "vayáis" ; - VPB (Pres Subj Pl P3) => x_ + "vayan" ; + VPB (Pres Sub Sg P1) => x_ + "vaya" ; + VPB (Pres Sub Sg P2) => x_ + "vayas" ; + VPB (Pres Sub Sg P3) => x_ + "vaya" ; + VPB (Pres Sub Pl P1) => x_ + "vayamos" ; + VPB (Pres Sub Pl P2) => x_ + "vayáis" ; + VPB (Pres Sub Pl P3) => x_ + "vayan" ; VPB (Impf Ind Sg P1) => x_ + "iba" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "ibas" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "iba" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "íbamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "ibais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "iban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "fueras" ; x_ + "fueses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "fuera" ; x_ + "fuese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "fuéramos" ; x_ + "fuésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "fuerais" ; x_ + "fueseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "fueran" ; x_ + "fuesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "fueras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "fuera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "fuéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "fuerais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "fueran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "fueses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "fuese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "fuésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "fueseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => x_ + "fuesen" ; --# notpresent VPB (Pret Sg P1) => x_ + "fui" ; --# notpresent VPB (Pret Sg P2) => x_ + "fuiste" ; --# notpresent VPB (Pret Sg P3) => x_ + "fue" ; --# notpresent @@ -3231,12 +3527,12 @@ oper ir_46 : Str -> Verbum = \ir -> VPB (Fut Ind Pl P1) => x_ + "iremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "iréis" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "irán" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "fueres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "fuere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "fuéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "fuereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "fueren" ; --# notpresent + VPB (Fut Sub Sg P1) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "fueres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "fuere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "fuéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "fuereis" ; --# notpresent + VPB (Fut Sub Pl P3) => x_ + "fueren" ; --# notpresent VPB (Cond Sg P1) => x_ + "iría" ; --# notpresent VPB (Cond Sg P2) => x_ + "irías" ; --# notpresent VPB (Cond Sg P3) => x_ + "iría" ; --# notpresent @@ -3267,24 +3563,30 @@ oper jugar_47 : Str -> Verbum = \jugar -> VPB (Pres Ind Pl P1) => ju_ + "gamos" ; VPB (Pres Ind Pl P2) => ju_ + "gáis" ; VPB (Pres Ind Pl P3) => ju_ + "egan" ; - VPB (Pres Subj Sg P1) => ju_ + "egue" ; - VPB (Pres Subj Sg P2) => ju_ + "egues" ; - VPB (Pres Subj Sg P3) => ju_ + "egue" ; - VPB (Pres Subj Pl P1) => ju_ + "guemos" ; - VPB (Pres Subj Pl P2) => ju_ + "guéis" ; - VPB (Pres Subj Pl P3) => ju_ + "eguen" ; + VPB (Pres Sub Sg P1) => ju_ + "egue" ; + VPB (Pres Sub Sg P2) => ju_ + "egues" ; + VPB (Pres Sub Sg P3) => ju_ + "egue" ; + VPB (Pres Sub Pl P1) => ju_ + "guemos" ; + VPB (Pres Sub Pl P2) => ju_ + "guéis" ; + VPB (Pres Sub Pl P3) => ju_ + "eguen" ; VPB (Impf Ind Sg P1) => ju_ + "gaba" ; --# notpresent VPB (Impf Ind Sg P2) => ju_ + "gabas" ; --# notpresent VPB (Impf Ind Sg P3) => ju_ + "gaba" ; --# notpresent VPB (Impf Ind Pl P1) => ju_ + "gábamos" ; --# notpresent VPB (Impf Ind Pl P2) => ju_ + "gabais" ; --# notpresent VPB (Impf Ind Pl P3) => ju_ + "gaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ju_ + "garas" ; ju_ + "gases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ju_ + "gara" ; ju_ + "gase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ju_ + "gáramos" ; ju_ + "gásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ju_ + "garais" ; ju_ + "gaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ju_ + "garan" ; ju_ + "gasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ju_ + "gara" ; --# notpresent + VPB (Impf Sub Sg P2) => ju_ + "garas" ; --# notpresent + VPB (Impf Sub Sg P3) => ju_ + "gara" ; --# notpresent + VPB (Impf Sub Pl P1) => ju_ + "gáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ju_ + "garais" ; --# notpresent + VPB (Impf Sub Pl P3) => ju_ + "garan" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ju_ + "gase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ju_ + "gases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ju_ + "gase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ju_ + "gásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ju_ + "gaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ju_ + "gasen" ; --# notpresent VPB (Pret Sg P1) => ju_ + "gué" ; --# notpresent VPB (Pret Sg P2) => ju_ + "gaste" ; --# notpresent VPB (Pret Sg P3) => ju_ + "gó" ; --# notpresent @@ -3297,12 +3599,12 @@ oper jugar_47 : Str -> Verbum = \jugar -> VPB (Fut Ind Pl P1) => ju_ + "garemos" ; --# notpresent VPB (Fut Ind Pl P2) => ju_ + "garéis" ; --# notpresent VPB (Fut Ind Pl P3) => ju_ + "garán" ; --# notpresent - VPB (Fut Subj Sg P1) => ju_ + "gare" ; --# notpresent - VPB (Fut Subj Sg P2) => ju_ + "gares" ; --# notpresent - VPB (Fut Subj Sg P3) => ju_ + "gare" ; --# notpresent - VPB (Fut Subj Pl P1) => ju_ + "gáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ju_ + "gareis" ; --# notpresent - VPB (Fut Subj Pl P3) => ju_ + "garen" ; --# notpresent + VPB (Fut Sub Sg P1) => ju_ + "gare" ; --# notpresent + VPB (Fut Sub Sg P2) => ju_ + "gares" ; --# notpresent + VPB (Fut Sub Sg P3) => ju_ + "gare" ; --# notpresent + VPB (Fut Sub Pl P1) => ju_ + "gáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ju_ + "gareis" ; --# notpresent + VPB (Fut Sub Pl P3) => ju_ + "garen" ; --# notpresent VPB (Cond Sg P1) => ju_ + "garía" ; --# notpresent VPB (Cond Sg P2) => ju_ + "garías" ; --# notpresent VPB (Cond Sg P3) => ju_ + "garía" ; --# notpresent @@ -3333,24 +3635,30 @@ oper lucir_48 : Str -> Verbum = \lucir -> VPB (Pres Ind Pl P1) => lu_ + "cimos" ; VPB (Pres Ind Pl P2) => lu_ + "cís" ; VPB (Pres Ind Pl P3) => lu_ + "cen" ; - VPB (Pres Subj Sg P1) => lu_ + "zca" ; - VPB (Pres Subj Sg P2) => lu_ + "zcas" ; - VPB (Pres Subj Sg P3) => lu_ + "zca" ; - VPB (Pres Subj Pl P1) => lu_ + "zcamos" ; - VPB (Pres Subj Pl P2) => lu_ + "zcáis" ; - VPB (Pres Subj Pl P3) => lu_ + "zcan" ; + VPB (Pres Sub Sg P1) => lu_ + "zca" ; + VPB (Pres Sub Sg P2) => lu_ + "zcas" ; + VPB (Pres Sub Sg P3) => lu_ + "zca" ; + VPB (Pres Sub Pl P1) => lu_ + "zcamos" ; + VPB (Pres Sub Pl P2) => lu_ + "zcáis" ; + VPB (Pres Sub Pl P3) => lu_ + "zcan" ; VPB (Impf Ind Sg P1) => lu_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => lu_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => lu_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => lu_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => lu_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => lu_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {lu_ + "cieras" ; lu_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {lu_ + "ciera" ; lu_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {lu_ + "ciéramos" ; lu_ + "ciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {lu_ + "cierais" ; lu_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {lu_ + "cieran" ; lu_ + "ciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => lu_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => lu_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => lu_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => lu_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => lu_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => lu_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => lu_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => lu_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => lu_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => lu_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => lu_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => lu_ + "ciesen" ; --# notpresent VPB (Pret Sg P1) => lu_ + "cí" ; --# notpresent VPB (Pret Sg P2) => lu_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => lu_ + "ció" ; --# notpresent @@ -3363,12 +3671,12 @@ oper lucir_48 : Str -> Verbum = \lucir -> VPB (Fut Ind Pl P1) => lu_ + "ciremos" ; --# notpresent VPB (Fut Ind Pl P2) => lu_ + "ciréis" ; --# notpresent VPB (Fut Ind Pl P3) => lu_ + "cirán" ; --# notpresent - VPB (Fut Subj Sg P1) => lu_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => lu_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => lu_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => lu_ + "ciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => lu_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => lu_ + "cieren" ; --# notpresent + VPB (Fut Sub Sg P1) => lu_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => lu_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => lu_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => lu_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => lu_ + "ciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => lu_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => lu_ + "ciría" ; --# notpresent VPB (Cond Sg P2) => lu_ + "cirías" ; --# notpresent VPB (Cond Sg P3) => lu_ + "ciría" ; --# notpresent @@ -3399,24 +3707,30 @@ oper mecer_49 : Str -> Verbum = \mecer -> VPB (Pres Ind Pl P1) => me_ + "cemos" ; VPB (Pres Ind Pl P2) => me_ + "céis" ; VPB (Pres Ind Pl P3) => me_ + "cen" ; - VPB (Pres Subj Sg P1) => me_ + "za" ; - VPB (Pres Subj Sg P2) => me_ + "zas" ; - VPB (Pres Subj Sg P3) => me_ + "za" ; - VPB (Pres Subj Pl P1) => me_ + "zamos" ; - VPB (Pres Subj Pl P2) => me_ + "záis" ; - VPB (Pres Subj Pl P3) => me_ + "zan" ; + VPB (Pres Sub Sg P1) => me_ + "za" ; + VPB (Pres Sub Sg P2) => me_ + "zas" ; + VPB (Pres Sub Sg P3) => me_ + "za" ; + VPB (Pres Sub Pl P1) => me_ + "zamos" ; + VPB (Pres Sub Pl P2) => me_ + "záis" ; + VPB (Pres Sub Pl P3) => me_ + "zan" ; VPB (Impf Ind Sg P1) => me_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => me_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => me_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => me_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => me_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => me_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {me_ + "cieras" ; me_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {me_ + "ciera" ; me_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {me_ + "ciéramos" ; me_ + "ciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {me_ + "cierais" ; me_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {me_ + "cieran" ; me_ + "ciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => me_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => me_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => me_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => me_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => me_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => me_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => me_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => me_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => me_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => me_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => me_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => me_ + "ciesen" ; --# notpresent VPB (Pret Sg P1) => me_ + "cí" ; --# notpresent VPB (Pret Sg P2) => me_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => me_ + "ció" ; --# notpresent @@ -3429,12 +3743,12 @@ oper mecer_49 : Str -> Verbum = \mecer -> VPB (Fut Ind Pl P1) => me_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => me_ + "ceréis" ; --# notpresent VPB (Fut Ind Pl P3) => me_ + "cerán" ; --# notpresent - VPB (Fut Subj Sg P1) => me_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => me_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => me_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => me_ + "ciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => me_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => me_ + "cieren" ; --# notpresent + VPB (Fut Sub Sg P1) => me_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => me_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => me_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => me_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => me_ + "ciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => me_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => me_ + "cería" ; --# notpresent VPB (Cond Sg P2) => me_ + "cerías" ; --# notpresent VPB (Cond Sg P3) => me_ + "cería" ; --# notpresent @@ -3465,24 +3779,30 @@ oper mover_50 : Str -> Verbum = \mover -> VPB (Pres Ind Pl P1) => m_ + "ovemos" ; VPB (Pres Ind Pl P2) => m_ + "ovéis" ; VPB (Pres Ind Pl P3) => m_ + "ueven" ; - VPB (Pres Subj Sg P1) => m_ + "ueva" ; - VPB (Pres Subj Sg P2) => m_ + "uevas" ; - VPB (Pres Subj Sg P3) => m_ + "ueva" ; - VPB (Pres Subj Pl P1) => m_ + "ovamos" ; - VPB (Pres Subj Pl P2) => m_ + "ováis" ; - VPB (Pres Subj Pl P3) => m_ + "uevan" ; + VPB (Pres Sub Sg P1) => m_ + "ueva" ; + VPB (Pres Sub Sg P2) => m_ + "uevas" ; + VPB (Pres Sub Sg P3) => m_ + "ueva" ; + VPB (Pres Sub Pl P1) => m_ + "ovamos" ; + VPB (Pres Sub Pl P2) => m_ + "ováis" ; + VPB (Pres Sub Pl P3) => m_ + "uevan" ; VPB (Impf Ind Sg P1) => m_ + "ovía" ; --# notpresent VPB (Impf Ind Sg P2) => m_ + "ovías" ; --# notpresent VPB (Impf Ind Sg P3) => m_ + "ovía" ; --# notpresent VPB (Impf Ind Pl P1) => m_ + "ovíamos" ; --# notpresent VPB (Impf Ind Pl P2) => m_ + "ovíais" ; --# notpresent VPB (Impf Ind Pl P3) => m_ + "ovían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {m_ + "ovieras" ; m_ + "ovieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {m_ + "oviera" ; m_ + "oviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {m_ + "oviéramos" ; m_ + "oviésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {m_ + "ovierais" ; m_ + "ovieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {m_ + "ovieran" ; m_ + "oviesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => m_ + "oviera" ; --# notpresent + VPB (Impf Sub Sg P2) => m_ + "ovieras" ; --# notpresent + VPB (Impf Sub Sg P3) => m_ + "oviera" ; --# notpresent + VPB (Impf Sub Pl P1) => m_ + "oviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => m_ + "ovierais" ; --# notpresent + VPB (Impf Sub Pl P3) => m_ + "ovieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => m_ + "oviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => m_ + "ovieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => m_ + "oviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => m_ + "oviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => m_ + "ovieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => m_ + "oviesen" ; --# notpresent VPB (Pret Sg P1) => m_ + "oví" ; --# notpresent VPB (Pret Sg P2) => m_ + "oviste" ; --# notpresent VPB (Pret Sg P3) => m_ + "ovió" ; --# notpresent @@ -3495,12 +3815,12 @@ oper mover_50 : Str -> Verbum = \mover -> VPB (Fut Ind Pl P1) => m_ + "overemos" ; --# notpresent VPB (Fut Ind Pl P2) => m_ + "overéis" ; --# notpresent VPB (Fut Ind Pl P3) => m_ + "overán" ; --# notpresent - VPB (Fut Subj Sg P1) => m_ + "oviere" ; --# notpresent - VPB (Fut Subj Sg P2) => m_ + "ovieres" ; --# notpresent - VPB (Fut Subj Sg P3) => m_ + "oviere" ; --# notpresent - VPB (Fut Subj Pl P1) => m_ + "oviéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => m_ + "oviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => m_ + "ovieren" ; --# notpresent + VPB (Fut Sub Sg P1) => m_ + "oviere" ; --# notpresent + VPB (Fut Sub Sg P2) => m_ + "ovieres" ; --# notpresent + VPB (Fut Sub Sg P3) => m_ + "oviere" ; --# notpresent + VPB (Fut Sub Pl P1) => m_ + "oviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => m_ + "oviereis" ; --# notpresent + VPB (Fut Sub Pl P3) => m_ + "ovieren" ; --# notpresent VPB (Cond Sg P1) => m_ + "overía" ; --# notpresent VPB (Cond Sg P2) => m_ + "overías" ; --# notpresent VPB (Cond Sg P3) => m_ + "overía" ; --# notpresent @@ -3531,24 +3851,30 @@ oper morder_50b : Str -> Verbum = \morder -> VPB (Pres Ind Pl P1) => m_ + "ordemos" ; VPB (Pres Ind Pl P2) => m_ + "ordéis" ; VPB (Pres Ind Pl P3) => m_ + "uerden" ; - VPB (Pres Subj Sg P1) => m_ + "uerda" ; - VPB (Pres Subj Sg P2) => m_ + "uerdas" ; - VPB (Pres Subj Sg P3) => m_ + "uerda" ; - VPB (Pres Subj Pl P1) => m_ + "ordamos" ; - VPB (Pres Subj Pl P2) => m_ + "ordáis" ; - VPB (Pres Subj Pl P3) => m_ + "uerdan" ; + VPB (Pres Sub Sg P1) => m_ + "uerda" ; + VPB (Pres Sub Sg P2) => m_ + "uerdas" ; + VPB (Pres Sub Sg P3) => m_ + "uerda" ; + VPB (Pres Sub Pl P1) => m_ + "ordamos" ; + VPB (Pres Sub Pl P2) => m_ + "ordáis" ; + VPB (Pres Sub Pl P3) => m_ + "uerdan" ; VPB (Impf Ind Sg P1) => m_ + "ordía" ; --# notpresent VPB (Impf Ind Sg P2) => m_ + "ordías" ; --# notpresent VPB (Impf Ind Sg P3) => m_ + "ordía" ; --# notpresent VPB (Impf Ind Pl P1) => m_ + "ordíamos" ; --# notpresent VPB (Impf Ind Pl P2) => m_ + "ordíais" ; --# notpresent VPB (Impf Ind Pl P3) => m_ + "ordían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {m_ + "ordieras" ; m_ + "ordieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {m_ + "ordiera" ; m_ + "ordiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {m_ + "ordiéramos" ; m_ + "ordiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {m_ + "ordierais" ; m_ + "ordieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {m_ + "ordieran" ; m_ + "ordiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => m_ + "ordiera" ; --# notpresent + VPB (Impf Sub Sg P2) => m_ + "ordieras" ; --# notpresent + VPB (Impf Sub Sg P3) => m_ + "ordiera" ; --# notpresent + VPB (Impf Sub Pl P1) => m_ + "ordiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => m_ + "ordierais" ; --# notpresent + VPB (Impf Sub Pl P3) => m_ + "ordieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => m_ + "ordiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => m_ + "ordieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => m_ + "ordiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => m_ + "ordiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => m_ + "ordieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => m_ + "ordiesen" ; --# notpresent VPB (Pret Sg P1) => m_ + "ordí" ; --# notpresent VPB (Pret Sg P2) => m_ + "ordiste" ; --# notpresent VPB (Pret Sg P3) => m_ + "ordió" ; --# notpresent @@ -3561,12 +3887,12 @@ oper morder_50b : Str -> Verbum = \morder -> VPB (Fut Ind Pl P1) => m_ + "orderemos" ; --# notpresent VPB (Fut Ind Pl P2) => m_ + "orderéis" ; --# notpresent VPB (Fut Ind Pl P3) => m_ + "orderán" ; --# notpresent - VPB (Fut Subj Sg P1) => m_ + "ordiere" ; --# notpresent - VPB (Fut Subj Sg P2) => m_ + "ordieres" ; --# notpresent - VPB (Fut Subj Sg P3) => m_ + "ordiere" ; --# notpresent - VPB (Fut Subj Pl P1) => m_ + "ordiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => m_ + "ordiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => m_ + "ordieren" ; --# notpresent + VPB (Fut Sub Sg P1) => m_ + "ordiere" ; --# notpresent + VPB (Fut Sub Sg P2) => m_ + "ordieres" ; --# notpresent + VPB (Fut Sub Sg P3) => m_ + "ordiere" ; --# notpresent + VPB (Fut Sub Pl P1) => m_ + "ordiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => m_ + "ordiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => m_ + "ordieren" ; --# notpresent VPB (Cond Sg P1) => m_ + "ordería" ; --# notpresent VPB (Cond Sg P2) => m_ + "orderías" ; --# notpresent VPB (Cond Sg P3) => m_ + "ordería" ; --# notpresent @@ -3597,24 +3923,30 @@ oper oler_52 : Str -> Verbum = \oler -> VPB (Pres Ind Pl P1) => x_ + "olemos" ; VPB (Pres Ind Pl P2) => x_ + "oléis" ; VPB (Pres Ind Pl P3) => x_ + "huelen" ; - VPB (Pres Subj Sg P1) => x_ + "huela" ; - VPB (Pres Subj Sg P2) => x_ + "huelas" ; - VPB (Pres Subj Sg P3) => x_ + "huela" ; - VPB (Pres Subj Pl P1) => x_ + "olamos" ; - VPB (Pres Subj Pl P2) => x_ + "oláis" ; - VPB (Pres Subj Pl P3) => x_ + "huelan" ; + VPB (Pres Sub Sg P1) => x_ + "huela" ; + VPB (Pres Sub Sg P2) => x_ + "huelas" ; + VPB (Pres Sub Sg P3) => x_ + "huela" ; + VPB (Pres Sub Pl P1) => x_ + "olamos" ; + VPB (Pres Sub Pl P2) => x_ + "oláis" ; + VPB (Pres Sub Pl P3) => x_ + "huelan" ; VPB (Impf Ind Sg P1) => x_ + "olía" ; --# notpresent VPB (Impf Ind Sg P2) => x_ + "olías" ; --# notpresent VPB (Impf Ind Sg P3) => x_ + "olía" ; --# notpresent VPB (Impf Ind Pl P1) => x_ + "olíamos" ; --# notpresent VPB (Impf Ind Pl P2) => x_ + "olíais" ; --# notpresent VPB (Impf Ind Pl P3) => x_ + "olían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {x_ + "olieras" ; x_ + "olieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {x_ + "oliera" ; x_ + "oliese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {x_ + "oliéramos" ; x_ + "oliésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {x_ + "olierais" ; x_ + "olieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {x_ + "olieran" ; x_ + "oliesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => x_ + "oliera" ; --# notpresent + VPB (Impf Sub Sg P2) => x_ + "olieras" ; --# notpresent + VPB (Impf Sub Sg P3) => x_ + "oliera" ; --# notpresent + VPB (Impf Sub Pl P1) => x_ + "oliéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => x_ + "olierais" ; --# notpresent + VPB (Impf Sub Pl P3) => x_ + "olieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => x_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => x_ + "olieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => x_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => x_ + "oliésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => x_ + "olieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => x_ + "oliesen" ; --# notpresent VPB (Pret Sg P1) => x_ + "olí" ; --# notpresent VPB (Pret Sg P2) => x_ + "oliste" ; --# notpresent VPB (Pret Sg P3) => x_ + "olió" ; --# notpresent @@ -3627,12 +3959,12 @@ oper oler_52 : Str -> Verbum = \oler -> VPB (Fut Ind Pl P1) => x_ + "oleremos" ; --# notpresent VPB (Fut Ind Pl P2) => x_ + "oleréis" ; --# notpresent VPB (Fut Ind Pl P3) => x_ + "olerán" ; --# notpresent - VPB (Fut Subj Sg P1) => x_ + "oliere" ; --# notpresent - VPB (Fut Subj Sg P2) => x_ + "olieres" ; --# notpresent - VPB (Fut Subj Sg P3) => x_ + "oliere" ; --# notpresent - VPB (Fut Subj Pl P1) => x_ + "oliéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => x_ + "oliereis" ; --# notpresent - VPB (Fut Subj Pl P3) => x_ + "olieren" ; --# notpresent + VPB (Fut Sub Sg P1) => x_ + "oliere" ; --# notpresent + VPB (Fut Sub Sg P2) => x_ + "olieres" ; --# notpresent + VPB (Fut Sub Sg P3) => x_ + "oliere" ; --# notpresent + VPB (Fut Sub Pl P1) => x_ + "oliéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => x_ + "oliereis" ; --# notpresent + VPB (Fut Sub Pl P3) => x_ + "olieren" ; --# notpresent VPB (Cond Sg P1) => x_ + "olería" ; --# notpresent VPB (Cond Sg P2) => x_ + "olerías" ; --# notpresent VPB (Cond Sg P3) => x_ + "olería" ; --# notpresent @@ -3663,24 +3995,30 @@ oper pagar_53 : Str -> Verbum = \pagar -> VPB (Pres Ind Pl P1) => pag_ + "amos" ; VPB (Pres Ind Pl P2) => pag_ + "áis" ; VPB (Pres Ind Pl P3) => pag_ + "an" ; - VPB (Pres Subj Sg P1) => pag_ + "ue" ; - VPB (Pres Subj Sg P2) => pag_ + "ues" ; - VPB (Pres Subj Sg P3) => pag_ + "ue" ; - VPB (Pres Subj Pl P1) => pag_ + "uemos" ; - VPB (Pres Subj Pl P2) => pag_ + "uéis" ; - VPB (Pres Subj Pl P3) => pag_ + "uen" ; + VPB (Pres Sub Sg P1) => pag_ + "ue" ; + VPB (Pres Sub Sg P2) => pag_ + "ues" ; + VPB (Pres Sub Sg P3) => pag_ + "ue" ; + VPB (Pres Sub Pl P1) => pag_ + "uemos" ; + VPB (Pres Sub Pl P2) => pag_ + "uéis" ; + VPB (Pres Sub Pl P3) => pag_ + "uen" ; VPB (Impf Ind Sg P1) => pag_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => pag_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => pag_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => pag_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => pag_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => pag_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pag_ + "aras" ; pag_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pag_ + "ara" ; pag_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pag_ + "áramos" ; pag_ + "ásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pag_ + "arais" ; pag_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pag_ + "aran" ; pag_ + "asen"} ; --# notpresent + VPB (Impf Sub Sg P1) => pag_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => pag_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => pag_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => pag_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pag_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => pag_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pag_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pag_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pag_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pag_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pag_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => pag_ + "asen" ; --# notpresent VPB (Pret Sg P1) => pag_ + "ué" ; --# notpresent VPB (Pret Sg P2) => pag_ + "aste" ; --# notpresent VPB (Pret Sg P3) => pag_ + "ó" ; --# notpresent @@ -3693,12 +4031,12 @@ oper pagar_53 : Str -> Verbum = \pagar -> VPB (Fut Ind Pl P1) => pag_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => pag_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => pag_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => pag_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => pag_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => pag_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => pag_ + "áremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pag_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => pag_ + "aren" ; --# notpresent + VPB (Fut Sub Sg P1) => pag_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => pag_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => pag_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => pag_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pag_ + "areis" ; --# notpresent + VPB (Fut Sub Pl P3) => pag_ + "aren" ; --# notpresent VPB (Cond Sg P1) => pag_ + "aría" ; --# notpresent VPB (Cond Sg P2) => pag_ + "arías" ; --# notpresent VPB (Cond Sg P3) => pag_ + "aría" ; --# notpresent @@ -3729,24 +4067,30 @@ oper parecer_54 : Str -> Verbum = \parecer -> VPB (Pres Ind Pl P1) => pare_ + "cemos" ; VPB (Pres Ind Pl P2) => pare_ + "céis" ; VPB (Pres Ind Pl P3) => pare_ + "cen" ; - VPB (Pres Subj Sg P1) => pare_ + "zca" ; - VPB (Pres Subj Sg P2) => pare_ + "zcas" ; - VPB (Pres Subj Sg P3) => pare_ + "zca" ; - VPB (Pres Subj Pl P1) => pare_ + "zcamos" ; - VPB (Pres Subj Pl P2) => pare_ + "zcáis" ; - VPB (Pres Subj Pl P3) => pare_ + "zcan" ; + VPB (Pres Sub Sg P1) => pare_ + "zca" ; + VPB (Pres Sub Sg P2) => pare_ + "zcas" ; + VPB (Pres Sub Sg P3) => pare_ + "zca" ; + VPB (Pres Sub Pl P1) => pare_ + "zcamos" ; + VPB (Pres Sub Pl P2) => pare_ + "zcáis" ; + VPB (Pres Sub Pl P3) => pare_ + "zcan" ; VPB (Impf Ind Sg P1) => pare_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => pare_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => pare_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => pare_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => pare_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => pare_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pare_ + "cieras" ; pare_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pare_ + "ciera" ; pare_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pare_ + "ciéramos" ; pare_ + "ciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pare_ + "cierais" ; pare_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pare_ + "cieran" ; pare_ + "ciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => pare_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => pare_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => pare_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => pare_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pare_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => pare_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pare_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pare_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pare_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pare_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pare_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => pare_ + "ciesen" ; --# notpresent VPB (Pret Sg P1) => pare_ + "cí" ; --# notpresent VPB (Pret Sg P2) => pare_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => pare_ + "ció" ; --# notpresent @@ -3759,12 +4103,12 @@ oper parecer_54 : Str -> Verbum = \parecer -> VPB (Fut Ind Pl P1) => pare_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => pare_ + "ceréis" ; --# notpresent VPB (Fut Ind Pl P3) => pare_ + "cerán" ; --# notpresent - VPB (Fut Subj Sg P1) => pare_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => pare_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => pare_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => pare_ + "ciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pare_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => pare_ + "cieren" ; --# notpresent + VPB (Fut Sub Sg P1) => pare_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => pare_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => pare_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => pare_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pare_ + "ciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => pare_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => pare_ + "cería" ; --# notpresent VPB (Cond Sg P2) => pare_ + "cerías" ; --# notpresent VPB (Cond Sg P3) => pare_ + "cería" ; --# notpresent @@ -3795,24 +4139,30 @@ oper pedir_55 : Str -> Verbum = \pedir -> VPB (Pres Ind Pl P1) => p_ + "edimos" ; VPB (Pres Ind Pl P2) => p_ + "edís" ; VPB (Pres Ind Pl P3) => p_ + "iden" ; - VPB (Pres Subj Sg P1) => p_ + "ida" ; - VPB (Pres Subj Sg P2) => p_ + "idas" ; - VPB (Pres Subj Sg P3) => p_ + "ida" ; - VPB (Pres Subj Pl P1) => p_ + "idamos" ; - VPB (Pres Subj Pl P2) => p_ + "idáis" ; - VPB (Pres Subj Pl P3) => p_ + "idan" ; + VPB (Pres Sub Sg P1) => p_ + "ida" ; + VPB (Pres Sub Sg P2) => p_ + "idas" ; + VPB (Pres Sub Sg P3) => p_ + "ida" ; + VPB (Pres Sub Pl P1) => p_ + "idamos" ; + VPB (Pres Sub Pl P2) => p_ + "idáis" ; + VPB (Pres Sub Pl P3) => p_ + "idan" ; VPB (Impf Ind Sg P1) => p_ + "edía" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "edías" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "edía" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "edíamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "edíais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "edían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "idieras" ; p_ + "idieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "idiera" ; p_ + "idiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "idiéramos" ; p_ + "idiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "idierais" ; p_ + "idieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "idieran" ; p_ + "idiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => p_ + "idiera" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "idieras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "idiera" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "idiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "idierais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "idieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "idiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "idieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "idiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "idiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "idieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => p_ + "idiesen" ; --# notpresent VPB (Pret Sg P1) => p_ + "edí" ; --# notpresent VPB (Pret Sg P2) => p_ + "ediste" ; --# notpresent VPB (Pret Sg P3) => p_ + "idió" ; --# notpresent @@ -3825,12 +4175,12 @@ oper pedir_55 : Str -> Verbum = \pedir -> VPB (Fut Ind Pl P1) => p_ + "ediremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "ediréis" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "edirán" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "idiere" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "idieres" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "idiere" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "idiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "idiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "idieren" ; --# notpresent + VPB (Fut Sub Sg P1) => p_ + "idiere" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "idieres" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "idiere" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "idiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "idiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => p_ + "idieren" ; --# notpresent VPB (Cond Sg P1) => p_ + "ediría" ; --# notpresent VPB (Cond Sg P2) => p_ + "edirías" ; --# notpresent VPB (Cond Sg P3) => p_ + "ediría" ; --# notpresent @@ -3861,24 +4211,30 @@ oper pensar_56 : Str -> Verbum = \pensar -> VPB (Pres Ind Pl P1) => p_ + "ensamos" ; VPB (Pres Ind Pl P2) => p_ + "ensáis" ; VPB (Pres Ind Pl P3) => p_ + "iensan" ; - VPB (Pres Subj Sg P1) => p_ + "iense" ; - VPB (Pres Subj Sg P2) => p_ + "ienses" ; - VPB (Pres Subj Sg P3) => p_ + "iense" ; - VPB (Pres Subj Pl P1) => p_ + "ensemos" ; - VPB (Pres Subj Pl P2) => p_ + "enséis" ; - VPB (Pres Subj Pl P3) => p_ + "iensen" ; + VPB (Pres Sub Sg P1) => p_ + "iense" ; + VPB (Pres Sub Sg P2) => p_ + "ienses" ; + VPB (Pres Sub Sg P3) => p_ + "iense" ; + VPB (Pres Sub Pl P1) => p_ + "ensemos" ; + VPB (Pres Sub Pl P2) => p_ + "enséis" ; + VPB (Pres Sub Pl P3) => p_ + "iensen" ; VPB (Impf Ind Sg P1) => p_ + "ensaba" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "ensabas" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "ensaba" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "ensábamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "ensabais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "ensaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "ensaras" ; p_ + "ensases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "ensara" ; p_ + "ensase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "ensáramos" ; p_ + "ensásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "ensarais" ; p_ + "ensaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "ensaran" ; p_ + "ensasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => p_ + "ensara" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "ensaras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "ensara" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "ensáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "ensarais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "ensaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "ensase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "ensases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "ensase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "ensásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "ensaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => p_ + "ensasen" ; --# notpresent VPB (Pret Sg P1) => p_ + "ensé" ; --# notpresent VPB (Pret Sg P2) => p_ + "ensaste" ; --# notpresent VPB (Pret Sg P3) => p_ + "ensó" ; --# notpresent @@ -3891,12 +4247,12 @@ oper pensar_56 : Str -> Verbum = \pensar -> VPB (Fut Ind Pl P1) => p_ + "ensaremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "ensaréis" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "ensarán" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "ensare" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "ensares" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "ensare" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "ensáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "ensareis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "ensaren" ; --# notpresent + VPB (Fut Sub Sg P1) => p_ + "ensare" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "ensares" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "ensare" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "ensáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "ensareis" ; --# notpresent + VPB (Fut Sub Pl P3) => p_ + "ensaren" ; --# notpresent VPB (Cond Sg P1) => p_ + "ensaría" ; --# notpresent VPB (Cond Sg P2) => p_ + "ensarías" ; --# notpresent VPB (Cond Sg P3) => p_ + "ensaría" ; --# notpresent @@ -3916,7 +4272,8 @@ oper pensar_56 : Str -> Verbum = \pensar -> } } ; oper placer_57 : Str -> Verbum = \placer -> - let pl_ = Predef.tk 4 placer in + let pl_ = Predef.tk 4 placer ; + pl_verbum : (_,_,_ : Str) -> Verbum = \mut1,mut2,mut3 -> {s = table { VI Infn => pl_ + "acer" ; VI Ger => pl_ + "aciendo" ; @@ -3927,42 +4284,48 @@ oper placer_57 : Str -> Verbum = \placer -> VPB (Pres Ind Pl P1) => pl_ + "acemos" ; VPB (Pres Ind Pl P2) => pl_ + "acéis" ; VPB (Pres Ind Pl P3) => pl_ + "acen" ; - VPB (Pres Subj Sg P1) => pl_ + "azca" ; - VPB (Pres Subj Sg P2) => pl_ + "azcas" ; - VPB (Pres Subj Sg P3) => variants {pl_ + "azca" ; pl_ + "egue" ; pl_ + "ega"} ; - VPB (Pres Subj Pl P1) => pl_ + "azcamos" ; - VPB (Pres Subj Pl P2) => pl_ + "azcáis" ; - VPB (Pres Subj Pl P3) => pl_ + "azcan" ; + VPB (Pres Sub Sg P1) => pl_ + "azca" ; + VPB (Pres Sub Sg P2) => pl_ + "azcas" ; + VPB (Pres Sub Sg P3) => pl_ + mut3 ; + VPB (Pres Sub Pl P1) => pl_ + "azcamos" ; + VPB (Pres Sub Pl P2) => pl_ + "azcáis" ; + VPB (Pres Sub Pl P3) => pl_ + "azcan" ; VPB (Impf Ind Sg P1) => pl_ + "acía" ; --# notpresent VPB (Impf Ind Sg P2) => pl_ + "acías" ; --# notpresent VPB (Impf Ind Sg P3) => pl_ + "acía" ; --# notpresent VPB (Impf Ind Pl P1) => pl_ + "acíamos" ; --# notpresent VPB (Impf Ind Pl P2) => pl_ + "acíais" ; --# notpresent VPB (Impf Ind Pl P3) => pl_ + "acían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pl_ + "aciera" ; pl_ + "aciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pl_ + "acieras" ; pl_ + "acieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pl_ + "aciera" ; pl_ + "aciese" ; pl_ + "uguiera" ; pl_ + "uguiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pl_ + "aciéramos" ; pl_ + "aciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pl_ + "acierais" ; pl_ + "acieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pl_ + "acieran" ; pl_ + "aciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => pl_ + "aciera" ; --# notpresent + VPB (Impf Sub Sg P2) => pl_ + "acieras" ; --# notpresent + VPB (Impf Sub Sg P3) => pl_ + mut1 + "era" ; --# notpresent + VPB (Impf Sub Pl P1) => pl_ + "aciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pl_ + "acierais" ; --# notpresent + VPB (Impf Sub Pl P3) => pl_ + "acieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pl_ + "aciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pl_ + "acieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pl_ + mut1 + "ese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pl_ + "aciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pl_ + "acieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => pl_ + "aciesen" ; --# notpresent VPB (Pret Sg P1) => pl_ + "ací" ; --# notpresent VPB (Pret Sg P2) => pl_ + "aciste" ; --# notpresent - VPB (Pret Sg P3) => variants {pl_ + "ació" ; pl_ + "ugo"} ; --# notpresent + VPB (Pret Sg P3) => pl_ + mut2 ; --# notpresent VPB (Pret Pl P1) => pl_ + "acimos" ; --# notpresent VPB (Pret Pl P2) => pl_ + "acisteis" ; --# notpresent - VPB (Pret Pl P3) => variants {pl_ + "acieron" ; pl_ + "uguieron"} ; --# notpresent + VPB (Pret Pl P3) => pl_ + mut1 + "eron" ; --# notpresent VPB (Fut Ind Sg P1) => pl_ + "aceré" ; --# notpresent VPB (Fut Ind Sg P2) => pl_ + "acerás" ; --# notpresent VPB (Fut Ind Sg P3) => pl_ + "acerá" ; --# notpresent VPB (Fut Ind Pl P1) => pl_ + "aceremos" ; --# notpresent VPB (Fut Ind Pl P2) => pl_ + "aceréis" ; --# notpresent VPB (Fut Ind Pl P3) => pl_ + "acerán" ; --# notpresent - VPB (Fut Subj Sg P1) => pl_ + "aciere" ; --# notpresent - VPB (Fut Subj Sg P2) => pl_ + "acieres" ; --# notpresent - VPB (Fut Subj Sg P3) => variants {pl_ + "aciere" ; pl_ + "uguiere"} ; --# notpresent - VPB (Fut Subj Pl P1) => pl_ + "aciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pl_ + "aciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => pl_ + "acieren" ; --# notpresent + VPB (Fut Sub Sg P1) => pl_ + "aciere" ; --# notpresent + VPB (Fut Sub Sg P2) => pl_ + "acieres" ; --# notpresent + VPB (Fut Sub Sg P3) => pl_ + mut1 + "ere" ; --# notpresent + VPB (Fut Sub Pl P1) => pl_ + "aciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pl_ + "aciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => pl_ + "acieren" ; --# notpresent VPB (Cond Sg P1) => pl_ + "acería" ; --# notpresent VPB (Cond Sg P2) => pl_ + "acerías" ; --# notpresent VPB (Cond Sg P3) => pl_ + "acería" ; --# notpresent @@ -3980,7 +4343,11 @@ oper placer_57 : Str -> Verbum = \placer -> VPB (Pass Pl Masc) => pl_ + "acidos" ; VPB (Pass Pl Fem) => pl_ + "acidas" } - } ; + } + in variants {pl_verbum "aci" "ació" "azca" ; + pl_verbum "ugui" "ugo" (variants {pl_ + "egue" ; pl_ + "ega"}) ; + } ; + oper poder_58 : Str -> Verbum = \poder -> let p_ = Predef.tk 4 poder in {s = table { @@ -3993,24 +4360,30 @@ oper poder_58 : Str -> Verbum = \poder -> VPB (Pres Ind Pl P1) => p_ + "odemos" ; VPB (Pres Ind Pl P2) => p_ + "odéis" ; VPB (Pres Ind Pl P3) => p_ + "ueden" ; - VPB (Pres Subj Sg P1) => p_ + "ueda" ; - VPB (Pres Subj Sg P2) => p_ + "uedas" ; - VPB (Pres Subj Sg P3) => p_ + "ueda" ; - VPB (Pres Subj Pl P1) => p_ + "odamos" ; - VPB (Pres Subj Pl P2) => p_ + "odáis" ; - VPB (Pres Subj Pl P3) => p_ + "uedan" ; + VPB (Pres Sub Sg P1) => p_ + "ueda" ; + VPB (Pres Sub Sg P2) => p_ + "uedas" ; + VPB (Pres Sub Sg P3) => p_ + "ueda" ; + VPB (Pres Sub Pl P1) => p_ + "odamos" ; + VPB (Pres Sub Pl P2) => p_ + "odáis" ; + VPB (Pres Sub Pl P3) => p_ + "uedan" ; VPB (Impf Ind Sg P1) => p_ + "odía" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "odías" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "odía" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "odíamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "odíais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "odían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "udieras" ; p_ + "udieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "udiera" ; p_ + "udiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "udiéramos" ; p_ + "udiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "udierais" ; p_ + "udieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "udieran" ; p_ + "udiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => p_ + "udiera" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "udieras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "udiera" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "udiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "udierais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "udieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "udiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "udieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "udiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "udiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "udieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => p_ + "udiesen" ; --# notpresent VPB (Pret Sg P1) => p_ + "ude" ; --# notpresent VPB (Pret Sg P2) => p_ + "udiste" ; --# notpresent VPB (Pret Sg P3) => p_ + "udo" ; --# notpresent @@ -4023,12 +4396,12 @@ oper poder_58 : Str -> Verbum = \poder -> VPB (Fut Ind Pl P1) => p_ + "odremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "odréis" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "odrán" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "udiere" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "udieres" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "udiere" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "udiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "udiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "udieren" ; --# notpresent + VPB (Fut Sub Sg P1) => p_ + "udiere" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "udieres" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "udiere" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "udiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "udiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => p_ + "udieren" ; --# notpresent VPB (Cond Sg P1) => p_ + "odría" ; --# notpresent VPB (Cond Sg P2) => p_ + "odrías" ; --# notpresent VPB (Cond Sg P3) => p_ + "odría" ; --# notpresent @@ -4059,24 +4432,30 @@ oper poner_60 : Str -> Verbum = \poner -> VPB (Pres Ind Pl P1) => p_ + "onemos" ; VPB (Pres Ind Pl P2) => p_ + "onéis" ; VPB (Pres Ind Pl P3) => p_ + "onen" ; - VPB (Pres Subj Sg P1) => p_ + "onga" ; - VPB (Pres Subj Sg P2) => p_ + "ongas" ; - VPB (Pres Subj Sg P3) => p_ + "onga" ; - VPB (Pres Subj Pl P1) => p_ + "ongamos" ; - VPB (Pres Subj Pl P2) => p_ + "ongáis" ; - VPB (Pres Subj Pl P3) => p_ + "ongan" ; + VPB (Pres Sub Sg P1) => p_ + "onga" ; + VPB (Pres Sub Sg P2) => p_ + "ongas" ; + VPB (Pres Sub Sg P3) => p_ + "onga" ; + VPB (Pres Sub Pl P1) => p_ + "ongamos" ; + VPB (Pres Sub Pl P2) => p_ + "ongáis" ; + VPB (Pres Sub Pl P3) => p_ + "ongan" ; VPB (Impf Ind Sg P1) => p_ + "onía" ; --# notpresent VPB (Impf Ind Sg P2) => p_ + "onías" ; --# notpresent VPB (Impf Ind Sg P3) => p_ + "onía" ; --# notpresent VPB (Impf Ind Pl P1) => p_ + "oníamos" ; --# notpresent VPB (Impf Ind Pl P2) => p_ + "oníais" ; --# notpresent VPB (Impf Ind Pl P3) => p_ + "onían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {p_ + "usieras" ; p_ + "usieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {p_ + "usiera" ; p_ + "usiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {p_ + "usiéramos" ; p_ + "usiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {p_ + "usierais" ; p_ + "usieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {p_ + "usieran" ; p_ + "usiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => p_ + "usiera" ; --# notpresent + VPB (Impf Sub Sg P2) => p_ + "usieras" ; --# notpresent + VPB (Impf Sub Sg P3) => p_ + "usiera" ; --# notpresent + VPB (Impf Sub Pl P1) => p_ + "usiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => p_ + "usierais" ; --# notpresent + VPB (Impf Sub Pl P3) => p_ + "usieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => p_ + "usiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => p_ + "usieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => p_ + "usiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => p_ + "usiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => p_ + "usieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => p_ + "usiesen" ; --# notpresent VPB (Pret Sg P1) => p_ + "use" ; --# notpresent VPB (Pret Sg P2) => p_ + "usiste" ; --# notpresent VPB (Pret Sg P3) => p_ + "uso" ; --# notpresent @@ -4089,12 +4468,12 @@ oper poner_60 : Str -> Verbum = \poner -> VPB (Fut Ind Pl P1) => p_ + "ondremos" ; --# notpresent VPB (Fut Ind Pl P2) => p_ + "ondréis" ; --# notpresent VPB (Fut Ind Pl P3) => p_ + "ondrán" ; --# notpresent - VPB (Fut Subj Sg P1) => p_ + "usiere" ; --# notpresent - VPB (Fut Subj Sg P2) => p_ + "usieres" ; --# notpresent - VPB (Fut Subj Sg P3) => p_ + "usiere" ; --# notpresent - VPB (Fut Subj Pl P1) => p_ + "usiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => p_ + "usiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => p_ + "usieren" ; --# notpresent + VPB (Fut Sub Sg P1) => p_ + "usiere" ; --# notpresent + VPB (Fut Sub Sg P2) => p_ + "usieres" ; --# notpresent + VPB (Fut Sub Sg P3) => p_ + "usiere" ; --# notpresent + VPB (Fut Sub Pl P1) => p_ + "usiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => p_ + "usiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => p_ + "usieren" ; --# notpresent VPB (Cond Sg P1) => p_ + "ondría" ; --# notpresent VPB (Cond Sg P2) => p_ + "ondrías" ; --# notpresent VPB (Cond Sg P3) => p_ + "ondría" ; --# notpresent @@ -4125,24 +4504,30 @@ oper predecir_61 : Str -> Verbum = \predecir -> VPB (Pres Ind Pl P1) => pred_ + "ecimos" ; VPB (Pres Ind Pl P2) => pred_ + "ecís" ; VPB (Pres Ind Pl P3) => pred_ + "icen" ; - VPB (Pres Subj Sg P1) => pred_ + "iga" ; - VPB (Pres Subj Sg P2) => pred_ + "igas" ; - VPB (Pres Subj Sg P3) => pred_ + "iga" ; - VPB (Pres Subj Pl P1) => pred_ + "igamos" ; - VPB (Pres Subj Pl P2) => pred_ + "igáis" ; - VPB (Pres Subj Pl P3) => pred_ + "igan" ; + VPB (Pres Sub Sg P1) => pred_ + "iga" ; + VPB (Pres Sub Sg P2) => pred_ + "igas" ; + VPB (Pres Sub Sg P3) => pred_ + "iga" ; + VPB (Pres Sub Pl P1) => pred_ + "igamos" ; + VPB (Pres Sub Pl P2) => pred_ + "igáis" ; + VPB (Pres Sub Pl P3) => pred_ + "igan" ; VPB (Impf Ind Sg P1) => pred_ + "ecía" ; --# notpresent VPB (Impf Ind Sg P2) => pred_ + "ecías" ; --# notpresent VPB (Impf Ind Sg P3) => pred_ + "ecía" ; --# notpresent VPB (Impf Ind Pl P1) => pred_ + "ecíamos" ; --# notpresent VPB (Impf Ind Pl P2) => pred_ + "ecíais" ; --# notpresent VPB (Impf Ind Pl P3) => pred_ + "ecían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {pred_ + "ijeras" ; pred_ + "ijeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {pred_ + "ijera" ; pred_ + "ijese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {pred_ + "ijéramos" ; pred_ + "ijésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {pred_ + "ijerais" ; pred_ + "ijeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {pred_ + "ijeran" ; pred_ + "ijesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => pred_ + "ijera" ; --# notpresent + VPB (Impf Sub Sg P2) => pred_ + "ijeras" ; --# notpresent + VPB (Impf Sub Sg P3) => pred_ + "ijera" ; --# notpresent + VPB (Impf Sub Pl P1) => pred_ + "ijéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => pred_ + "ijerais" ; --# notpresent + VPB (Impf Sub Pl P3) => pred_ + "ijeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => pred_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => pred_ + "ijeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => pred_ + "ijese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => pred_ + "ijésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => pred_ + "ijeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => pred_ + "ijesen" ; --# notpresent VPB (Pret Sg P1) => pred_ + "ije" ; --# notpresent VPB (Pret Sg P2) => pred_ + "ijiste" ; --# notpresent VPB (Pret Sg P3) => pred_ + "ijo" ; --# notpresent @@ -4155,12 +4540,12 @@ oper predecir_61 : Str -> Verbum = \predecir -> VPB (Fut Ind Pl P1) => pred_ + "eciremos" ; --# notpresent VPB (Fut Ind Pl P2) => pred_ + "eciréis" ; --# notpresent VPB (Fut Ind Pl P3) => pred_ + "ecirán" ; --# notpresent - VPB (Fut Subj Sg P1) => pred_ + "ijere" ; --# notpresent - VPB (Fut Subj Sg P2) => pred_ + "ijeres" ; --# notpresent - VPB (Fut Subj Sg P3) => pred_ + "ijere" ; --# notpresent - VPB (Fut Subj Pl P1) => pred_ + "ijéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => pred_ + "ijereis" ; --# notpresent - VPB (Fut Subj Pl P3) => pred_ + "ijeren" ; --# notpresent + VPB (Fut Sub Sg P1) => pred_ + "ijere" ; --# notpresent + VPB (Fut Sub Sg P2) => pred_ + "ijeres" ; --# notpresent + VPB (Fut Sub Sg P3) => pred_ + "ijere" ; --# notpresent + VPB (Fut Sub Pl P1) => pred_ + "ijéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => pred_ + "ijereis" ; --# notpresent + VPB (Fut Sub Pl P3) => pred_ + "ijeren" ; --# notpresent VPB (Cond Sg P1) => pred_ + "eciría" ; --# notpresent VPB (Cond Sg P2) => pred_ + "ecirías" ; --# notpresent VPB (Cond Sg P3) => pred_ + "eciría" ; --# notpresent @@ -4191,24 +4576,30 @@ oper producir_62 : Str -> Verbum = \producir -> VPB (Pres Ind Pl P1) => produ_ + "cimos" ; VPB (Pres Ind Pl P2) => produ_ + "cís" ; VPB (Pres Ind Pl P3) => produ_ + "cen" ; - VPB (Pres Subj Sg P1) => produ_ + "zca" ; - VPB (Pres Subj Sg P2) => produ_ + "zcas" ; - VPB (Pres Subj Sg P3) => produ_ + "zca" ; - VPB (Pres Subj Pl P1) => produ_ + "zcamos" ; - VPB (Pres Subj Pl P2) => produ_ + "zcáis" ; - VPB (Pres Subj Pl P3) => produ_ + "zcan" ; + VPB (Pres Sub Sg P1) => produ_ + "zca" ; + VPB (Pres Sub Sg P2) => produ_ + "zcas" ; + VPB (Pres Sub Sg P3) => produ_ + "zca" ; + VPB (Pres Sub Pl P1) => produ_ + "zcamos" ; + VPB (Pres Sub Pl P2) => produ_ + "zcáis" ; + VPB (Pres Sub Pl P3) => produ_ + "zcan" ; VPB (Impf Ind Sg P1) => produ_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => produ_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => produ_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => produ_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => produ_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => produ_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {produ_ + "jeras" ; produ_ + "jeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {produ_ + "jera" ; produ_ + "jese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {produ_ + "jéramos" ; produ_ + "jésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {produ_ + "jerais" ; produ_ + "jeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {produ_ + "jeran" ; produ_ + "jesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => produ_ + "jera" ; --# notpresent + VPB (Impf Sub Sg P2) => produ_ + "jeras" ; --# notpresent + VPB (Impf Sub Sg P3) => produ_ + "jera" ; --# notpresent + VPB (Impf Sub Pl P1) => produ_ + "jéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => produ_ + "jerais" ; --# notpresent + VPB (Impf Sub Pl P3) => produ_ + "jeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => produ_ + "jese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => produ_ + "jeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => produ_ + "jese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => produ_ + "jésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => produ_ + "jeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => produ_ + "jesen" ; --# notpresent VPB (Pret Sg P1) => produ_ + "je" ; --# notpresent VPB (Pret Sg P2) => produ_ + "jiste" ; --# notpresent VPB (Pret Sg P3) => produ_ + "jo" ; --# notpresent @@ -4221,12 +4612,12 @@ oper producir_62 : Str -> Verbum = \producir -> VPB (Fut Ind Pl P1) => produ_ + "ciremos" ; --# notpresent VPB (Fut Ind Pl P2) => produ_ + "ciréis" ; --# notpresent VPB (Fut Ind Pl P3) => produ_ + "cirán" ; --# notpresent - VPB (Fut Subj Sg P1) => produ_ + "jere" ; --# notpresent - VPB (Fut Subj Sg P2) => produ_ + "jeres" ; --# notpresent - VPB (Fut Subj Sg P3) => produ_ + "jere" ; --# notpresent - VPB (Fut Subj Pl P1) => produ_ + "jéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => produ_ + "jereis" ; --# notpresent - VPB (Fut Subj Pl P3) => produ_ + "jeren" ; --# notpresent + VPB (Fut Sub Sg P1) => produ_ + "jere" ; --# notpresent + VPB (Fut Sub Sg P2) => produ_ + "jeres" ; --# notpresent + VPB (Fut Sub Sg P3) => produ_ + "jere" ; --# notpresent + VPB (Fut Sub Pl P1) => produ_ + "jéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => produ_ + "jereis" ; --# notpresent + VPB (Fut Sub Pl P3) => produ_ + "jeren" ; --# notpresent VPB (Cond Sg P1) => produ_ + "ciría" ; --# notpresent VPB (Cond Sg P2) => produ_ + "cirías" ; --# notpresent VPB (Cond Sg P3) => produ_ + "ciría" ; --# notpresent @@ -4257,24 +4648,30 @@ oper prohibir_63 : Str -> Verbum = \prohibir -> VPB (Pres Ind Pl P1) => proh_ + "ibimos" ; VPB (Pres Ind Pl P2) => proh_ + "ibís" ; VPB (Pres Ind Pl P3) => proh_ + "íben" ; - VPB (Pres Subj Sg P1) => proh_ + "íba" ; - VPB (Pres Subj Sg P2) => proh_ + "íbas" ; - VPB (Pres Subj Sg P3) => proh_ + "íba" ; - VPB (Pres Subj Pl P1) => proh_ + "ibamos" ; - VPB (Pres Subj Pl P2) => proh_ + "ibáis" ; - VPB (Pres Subj Pl P3) => proh_ + "íban" ; + VPB (Pres Sub Sg P1) => proh_ + "íba" ; + VPB (Pres Sub Sg P2) => proh_ + "íbas" ; + VPB (Pres Sub Sg P3) => proh_ + "íba" ; + VPB (Pres Sub Pl P1) => proh_ + "ibamos" ; + VPB (Pres Sub Pl P2) => proh_ + "ibáis" ; + VPB (Pres Sub Pl P3) => proh_ + "íban" ; VPB (Impf Ind Sg P1) => proh_ + "ibía" ; --# notpresent VPB (Impf Ind Sg P2) => proh_ + "ibías" ; --# notpresent VPB (Impf Ind Sg P3) => proh_ + "ibía" ; --# notpresent VPB (Impf Ind Pl P1) => proh_ + "ibíamos" ; --# notpresent VPB (Impf Ind Pl P2) => proh_ + "ibíais" ; --# notpresent VPB (Impf Ind Pl P3) => proh_ + "ibían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {proh_ + "ibieras" ; proh_ + "ibieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {proh_ + "ibiera" ; proh_ + "ibiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {proh_ + "ibiéramos" ; proh_ + "ibiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {proh_ + "ibierais" ; proh_ + "ibieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {proh_ + "ibieran" ; proh_ + "ibiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => proh_ + "ibiera" ; --# notpresent + VPB (Impf Sub Sg P2) => proh_ + "ibieras" ; --# notpresent + VPB (Impf Sub Sg P3) => proh_ + "ibiera" ; --# notpresent + VPB (Impf Sub Pl P1) => proh_ + "ibiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => proh_ + "ibierais" ; --# notpresent + VPB (Impf Sub Pl P3) => proh_ + "ibieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => proh_ + "ibiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => proh_ + "ibieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => proh_ + "ibiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => proh_ + "ibiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => proh_ + "ibieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => proh_ + "ibiesen" ; --# notpresent VPB (Pret Sg P1) => proh_ + "ibí" ; --# notpresent VPB (Pret Sg P2) => proh_ + "ibiste" ; --# notpresent VPB (Pret Sg P3) => proh_ + "ibió" ; --# notpresent @@ -4287,12 +4684,12 @@ oper prohibir_63 : Str -> Verbum = \prohibir -> VPB (Fut Ind Pl P1) => proh_ + "ibiremos" ; --# notpresent VPB (Fut Ind Pl P2) => proh_ + "ibiréis" ; --# notpresent VPB (Fut Ind Pl P3) => proh_ + "ibirán" ; --# notpresent - VPB (Fut Subj Sg P1) => proh_ + "ibiere" ; --# notpresent - VPB (Fut Subj Sg P2) => proh_ + "ibieres" ; --# notpresent - VPB (Fut Subj Sg P3) => proh_ + "ibiere" ; --# notpresent - VPB (Fut Subj Pl P1) => proh_ + "ibiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => proh_ + "ibiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => proh_ + "ibieren" ; --# notpresent + VPB (Fut Sub Sg P1) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Sub Sg P2) => proh_ + "ibieres" ; --# notpresent + VPB (Fut Sub Sg P3) => proh_ + "ibiere" ; --# notpresent + VPB (Fut Sub Pl P1) => proh_ + "ibiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => proh_ + "ibiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => proh_ + "ibieren" ; --# notpresent VPB (Cond Sg P1) => proh_ + "ibiría" ; --# notpresent VPB (Cond Sg P2) => proh_ + "ibirías" ; --# notpresent VPB (Cond Sg P3) => proh_ + "ibiría" ; --# notpresent @@ -4323,24 +4720,30 @@ oper querer_64 : Str -> Verbum = \querer -> VPB (Pres Ind Pl P1) => qu_ + "eremos" ; VPB (Pres Ind Pl P2) => qu_ + "eréis" ; VPB (Pres Ind Pl P3) => qu_ + "ieren" ; - VPB (Pres Subj Sg P1) => qu_ + "iera" ; - VPB (Pres Subj Sg P2) => qu_ + "ieras" ; - VPB (Pres Subj Sg P3) => qu_ + "iera" ; - VPB (Pres Subj Pl P1) => qu_ + "eramos" ; - VPB (Pres Subj Pl P2) => qu_ + "eráis" ; - VPB (Pres Subj Pl P3) => qu_ + "ieran" ; + VPB (Pres Sub Sg P1) => qu_ + "iera" ; + VPB (Pres Sub Sg P2) => qu_ + "ieras" ; + VPB (Pres Sub Sg P3) => qu_ + "iera" ; + VPB (Pres Sub Pl P1) => qu_ + "eramos" ; + VPB (Pres Sub Pl P2) => qu_ + "eráis" ; + VPB (Pres Sub Pl P3) => qu_ + "ieran" ; VPB (Impf Ind Sg P1) => qu_ + "ería" ; --# notpresent VPB (Impf Ind Sg P2) => qu_ + "erías" ; --# notpresent VPB (Impf Ind Sg P3) => qu_ + "ería" ; --# notpresent VPB (Impf Ind Pl P1) => qu_ + "eríamos" ; --# notpresent VPB (Impf Ind Pl P2) => qu_ + "eríais" ; --# notpresent VPB (Impf Ind Pl P3) => qu_ + "erían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {qu_ + "isieras" ; qu_ + "isieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {qu_ + "isiera" ; qu_ + "isiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {qu_ + "isiéramos" ; qu_ + "isiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {qu_ + "isierais" ; qu_ + "isieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {qu_ + "isieran" ; qu_ + "isiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => qu_ + "isiera" ; --# notpresent + VPB (Impf Sub Sg P2) => qu_ + "isieras" ; --# notpresent + VPB (Impf Sub Sg P3) => qu_ + "isiera" ; --# notpresent + VPB (Impf Sub Pl P1) => qu_ + "isiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => qu_ + "isierais" ; --# notpresent + VPB (Impf Sub Pl P3) => qu_ + "isieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => qu_ + "isiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => qu_ + "isieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => qu_ + "isiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => qu_ + "isiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => qu_ + "isieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => qu_ + "isiesen" ; --# notpresent VPB (Pret Sg P1) => qu_ + "ise" ; --# notpresent VPB (Pret Sg P2) => qu_ + "isiste" ; --# notpresent VPB (Pret Sg P3) => qu_ + "iso" ; --# notpresent @@ -4353,12 +4756,12 @@ oper querer_64 : Str -> Verbum = \querer -> VPB (Fut Ind Pl P1) => qu_ + "erremos" ; --# notpresent VPB (Fut Ind Pl P2) => qu_ + "erréis" ; --# notpresent VPB (Fut Ind Pl P3) => qu_ + "errán" ; --# notpresent - VPB (Fut Subj Sg P1) => qu_ + "isiere" ; --# notpresent - VPB (Fut Subj Sg P2) => qu_ + "isieres" ; --# notpresent - VPB (Fut Subj Sg P3) => qu_ + "isiere" ; --# notpresent - VPB (Fut Subj Pl P1) => qu_ + "isiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => qu_ + "isiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => qu_ + "isieren" ; --# notpresent + VPB (Fut Sub Sg P1) => qu_ + "isiere" ; --# notpresent + VPB (Fut Sub Sg P2) => qu_ + "isieres" ; --# notpresent + VPB (Fut Sub Sg P3) => qu_ + "isiere" ; --# notpresent + VPB (Fut Sub Pl P1) => qu_ + "isiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => qu_ + "isiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => qu_ + "isieren" ; --# notpresent VPB (Cond Sg P1) => qu_ + "erría" ; --# notpresent VPB (Cond Sg P2) => qu_ + "errías" ; --# notpresent VPB (Cond Sg P3) => qu_ + "erría" ; --# notpresent @@ -4389,24 +4792,30 @@ oper raer_65 : Str -> Verbum = \raer -> VPB (Pres Ind Pl P1) => ra_ + "emos" ; VPB (Pres Ind Pl P2) => ra_ + "éis" ; VPB (Pres Ind Pl P3) => ra_ + "en" ; - VPB (Pres Subj Sg P1) => ra_ + "iga" ; - VPB (Pres Subj Sg P2) => ra_ + "igas" ; - VPB (Pres Subj Sg P3) => ra_ + "iga" ; - VPB (Pres Subj Pl P1) => ra_ + "igamos" ; - VPB (Pres Subj Pl P2) => ra_ + "igáis" ; - VPB (Pres Subj Pl P3) => ra_ + "igan" ; + VPB (Pres Sub Sg P1) => ra_ + "iga" ; + VPB (Pres Sub Sg P2) => ra_ + "igas" ; + VPB (Pres Sub Sg P3) => ra_ + "iga" ; + VPB (Pres Sub Pl P1) => ra_ + "igamos" ; + VPB (Pres Sub Pl P2) => ra_ + "igáis" ; + VPB (Pres Sub Pl P3) => ra_ + "igan" ; VPB (Impf Ind Sg P1) => ra_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => ra_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => ra_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => ra_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => ra_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => ra_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ra_ + "yeras" ; ra_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ra_ + "yera" ; ra_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ra_ + "yéramos" ; ra_ + "yésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ra_ + "yerais" ; ra_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ra_ + "yeran" ; ra_ + "yesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ra_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => ra_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => ra_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => ra_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ra_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => ra_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ra_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ra_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ra_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ra_ + "yesen" ; --# notpresent VPB (Pret Sg P1) => ra_ + "í" ; --# notpresent VPB (Pret Sg P2) => ra_ + "íste" ; --# notpresent VPB (Pret Sg P3) => ra_ + "yó" ; --# notpresent @@ -4419,12 +4828,12 @@ oper raer_65 : Str -> Verbum = \raer -> VPB (Fut Ind Pl P1) => ra_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ra_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => ra_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => ra_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => ra_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => ra_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => ra_ + "yéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ra_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ra_ + "yeren" ; --# notpresent + VPB (Fut Sub Sg P1) => ra_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => ra_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => ra_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => ra_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ra_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => ra_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => ra_ + "ería" ; --# notpresent VPB (Cond Sg P2) => ra_ + "erías" ; --# notpresent VPB (Cond Sg P3) => ra_ + "ería" ; --# notpresent @@ -4455,24 +4864,30 @@ oper regar_66 : Str -> Verbum = \regar -> VPB (Pres Ind Pl P1) => r_ + "egamos" ; VPB (Pres Ind Pl P2) => r_ + "egáis" ; VPB (Pres Ind Pl P3) => r_ + "iegan" ; - VPB (Pres Subj Sg P1) => r_ + "iegue" ; - VPB (Pres Subj Sg P2) => r_ + "iegues" ; - VPB (Pres Subj Sg P3) => r_ + "iegue" ; - VPB (Pres Subj Pl P1) => r_ + "eguemos" ; - VPB (Pres Subj Pl P2) => r_ + "eguéis" ; - VPB (Pres Subj Pl P3) => r_ + "ieguen" ; + VPB (Pres Sub Sg P1) => r_ + "iegue" ; + VPB (Pres Sub Sg P2) => r_ + "iegues" ; + VPB (Pres Sub Sg P3) => r_ + "iegue" ; + VPB (Pres Sub Pl P1) => r_ + "eguemos" ; + VPB (Pres Sub Pl P2) => r_ + "eguéis" ; + VPB (Pres Sub Pl P3) => r_ + "ieguen" ; VPB (Impf Ind Sg P1) => r_ + "egaba" ; --# notpresent VPB (Impf Ind Sg P2) => r_ + "egabas" ; --# notpresent VPB (Impf Ind Sg P3) => r_ + "egaba" ; --# notpresent VPB (Impf Ind Pl P1) => r_ + "egábamos" ; --# notpresent VPB (Impf Ind Pl P2) => r_ + "egabais" ; --# notpresent VPB (Impf Ind Pl P3) => r_ + "egaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {r_ + "egaras" ; r_ + "egases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {r_ + "egara" ; r_ + "egase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {r_ + "egáramos" ; r_ + "egásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {r_ + "egarais" ; r_ + "egaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {r_ + "egaran" ; r_ + "egasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => r_ + "egara" ; --# notpresent + VPB (Impf Sub Sg P2) => r_ + "egaras" ; --# notpresent + VPB (Impf Sub Sg P3) => r_ + "egara" ; --# notpresent + VPB (Impf Sub Pl P1) => r_ + "egáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => r_ + "egarais" ; --# notpresent + VPB (Impf Sub Pl P3) => r_ + "egaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => r_ + "egase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => r_ + "egases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => r_ + "egase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => r_ + "egásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => r_ + "egaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => r_ + "egasen" ; --# notpresent VPB (Pret Sg P1) => r_ + "egué" ; --# notpresent VPB (Pret Sg P2) => r_ + "egaste" ; --# notpresent VPB (Pret Sg P3) => r_ + "egó" ; --# notpresent @@ -4485,12 +4900,12 @@ oper regar_66 : Str -> Verbum = \regar -> VPB (Fut Ind Pl P1) => r_ + "egaremos" ; --# notpresent VPB (Fut Ind Pl P2) => r_ + "egaréis" ; --# notpresent VPB (Fut Ind Pl P3) => r_ + "egarán" ; --# notpresent - VPB (Fut Subj Sg P1) => r_ + "egare" ; --# notpresent - VPB (Fut Subj Sg P2) => r_ + "egares" ; --# notpresent - VPB (Fut Subj Sg P3) => r_ + "egare" ; --# notpresent - VPB (Fut Subj Pl P1) => r_ + "egáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => r_ + "egareis" ; --# notpresent - VPB (Fut Subj Pl P3) => r_ + "egaren" ; --# notpresent + VPB (Fut Sub Sg P1) => r_ + "egare" ; --# notpresent + VPB (Fut Sub Sg P2) => r_ + "egares" ; --# notpresent + VPB (Fut Sub Sg P3) => r_ + "egare" ; --# notpresent + VPB (Fut Sub Pl P1) => r_ + "egáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => r_ + "egareis" ; --# notpresent + VPB (Fut Sub Pl P3) => r_ + "egaren" ; --# notpresent VPB (Cond Sg P1) => r_ + "egaría" ; --# notpresent VPB (Cond Sg P2) => r_ + "egarías" ; --# notpresent VPB (Cond Sg P3) => r_ + "egaría" ; --# notpresent @@ -4521,24 +4936,30 @@ oper re VPB (Pres Ind Pl P1) => r_ + "eñimos" ; VPB (Pres Ind Pl P2) => r_ + "eñís" ; VPB (Pres Ind Pl P3) => r_ + "iñen" ; - VPB (Pres Subj Sg P1) => r_ + "iña" ; - VPB (Pres Subj Sg P2) => r_ + "iñas" ; - VPB (Pres Subj Sg P3) => r_ + "iña" ; - VPB (Pres Subj Pl P1) => r_ + "iñamos" ; - VPB (Pres Subj Pl P2) => r_ + "iñáis" ; - VPB (Pres Subj Pl P3) => r_ + "iñan" ; + VPB (Pres Sub Sg P1) => r_ + "iña" ; + VPB (Pres Sub Sg P2) => r_ + "iñas" ; + VPB (Pres Sub Sg P3) => r_ + "iña" ; + VPB (Pres Sub Pl P1) => r_ + "iñamos" ; + VPB (Pres Sub Pl P2) => r_ + "iñáis" ; + VPB (Pres Sub Pl P3) => r_ + "iñan" ; VPB (Impf Ind Sg P1) => r_ + "eñía" ; --# notpresent VPB (Impf Ind Sg P2) => r_ + "eñías" ; --# notpresent VPB (Impf Ind Sg P3) => r_ + "eñía" ; --# notpresent VPB (Impf Ind Pl P1) => r_ + "eñíamos" ; --# notpresent VPB (Impf Ind Pl P2) => r_ + "eñíais" ; --# notpresent VPB (Impf Ind Pl P3) => r_ + "eñían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {r_ + "iñera" ; r_ + "iñese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {r_ + "iñeras" ; r_ + "iñeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {r_ + "iñera" ; r_ + "iñese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {r_ + "iñéramos" ; r_ + "iñésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {r_ + "iñerais" ; r_ + "iñeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {r_ + "iñeran" ; r_ + "iñesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => r_ + "iñera" ; --# notpresent + VPB (Impf Sub Sg P2) => r_ + "iñeras" ; --# notpresent + VPB (Impf Sub Sg P3) => r_ + "iñera" ; --# notpresent + VPB (Impf Sub Pl P1) => r_ + "iñéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => r_ + "iñerais" ; --# notpresent + VPB (Impf Sub Pl P3) => r_ + "iñeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => r_ + "iñese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => r_ + "iñeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => r_ + "iñese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => r_ + "iñésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => r_ + "iñeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => r_ + "iñesen" ; --# notpresent VPB (Pret Sg P1) => r_ + "eñí" ; --# notpresent VPB (Pret Sg P2) => r_ + "eñiste" ; --# notpresent VPB (Pret Sg P3) => r_ + "iñó" ; --# notpresent @@ -4551,12 +4972,12 @@ oper re VPB (Fut Ind Pl P1) => r_ + "eñiremos" ; --# notpresent VPB (Fut Ind Pl P2) => r_ + "eñiréis" ; --# notpresent VPB (Fut Ind Pl P3) => r_ + "eñirán" ; --# notpresent - VPB (Fut Subj Sg P1) => r_ + "iñere" ; --# notpresent - VPB (Fut Subj Sg P2) => r_ + "iñeres" ; --# notpresent - VPB (Fut Subj Sg P3) => r_ + "iñere" ; --# notpresent - VPB (Fut Subj Pl P1) => r_ + "iñéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => r_ + "iñereis" ; --# notpresent - VPB (Fut Subj Pl P3) => r_ + "iñeren" ; --# notpresent + VPB (Fut Sub Sg P1) => r_ + "iñere" ; --# notpresent + VPB (Fut Sub Sg P2) => r_ + "iñeres" ; --# notpresent + VPB (Fut Sub Sg P3) => r_ + "iñere" ; --# notpresent + VPB (Fut Sub Pl P1) => r_ + "iñéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => r_ + "iñereis" ; --# notpresent + VPB (Fut Sub Pl P3) => r_ + "iñeren" ; --# notpresent VPB (Cond Sg P1) => r_ + "eñiría" ; --# notpresent VPB (Cond Sg P2) => r_ + "eñirías" ; --# notpresent VPB (Cond Sg P3) => r_ + "eñiría" ; --# notpresent @@ -4587,24 +5008,30 @@ oper reunir_69 : Str -> Verbum = \reunir -> VPB (Pres Ind Pl P1) => re_ + "unimos" ; VPB (Pres Ind Pl P2) => re_ + "unís" ; VPB (Pres Ind Pl P3) => re_ + "únen" ; - VPB (Pres Subj Sg P1) => re_ + "úna" ; - VPB (Pres Subj Sg P2) => re_ + "únas" ; - VPB (Pres Subj Sg P3) => re_ + "úna" ; - VPB (Pres Subj Pl P1) => re_ + "unamos" ; - VPB (Pres Subj Pl P2) => re_ + "unáis" ; - VPB (Pres Subj Pl P3) => re_ + "únan" ; + VPB (Pres Sub Sg P1) => re_ + "úna" ; + VPB (Pres Sub Sg P2) => re_ + "únas" ; + VPB (Pres Sub Sg P3) => re_ + "úna" ; + VPB (Pres Sub Pl P1) => re_ + "unamos" ; + VPB (Pres Sub Pl P2) => re_ + "unáis" ; + VPB (Pres Sub Pl P3) => re_ + "únan" ; VPB (Impf Ind Sg P1) => re_ + "unía" ; --# notpresent VPB (Impf Ind Sg P2) => re_ + "unías" ; --# notpresent VPB (Impf Ind Sg P3) => re_ + "unía" ; --# notpresent VPB (Impf Ind Pl P1) => re_ + "uníamos" ; --# notpresent VPB (Impf Ind Pl P2) => re_ + "uníais" ; --# notpresent VPB (Impf Ind Pl P3) => re_ + "unían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {re_ + "unieras" ; re_ + "unieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {re_ + "uniera" ; re_ + "uniese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {re_ + "uniéramos" ; re_ + "uniésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {re_ + "unierais" ; re_ + "unieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {re_ + "unieran" ; re_ + "uniesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => re_ + "uniera" ; --# notpresent + VPB (Impf Sub Sg P2) => re_ + "unieras" ; --# notpresent + VPB (Impf Sub Sg P3) => re_ + "uniera" ; --# notpresent + VPB (Impf Sub Pl P1) => re_ + "uniéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => re_ + "unierais" ; --# notpresent + VPB (Impf Sub Pl P3) => re_ + "unieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => re_ + "uniese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => re_ + "unieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => re_ + "uniese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => re_ + "uniésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => re_ + "unieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => re_ + "uniesen" ; --# notpresent VPB (Pret Sg P1) => re_ + "uní" ; --# notpresent VPB (Pret Sg P2) => re_ + "uniste" ; --# notpresent VPB (Pret Sg P3) => re_ + "unió" ; --# notpresent @@ -4617,12 +5044,12 @@ oper reunir_69 : Str -> Verbum = \reunir -> VPB (Fut Ind Pl P1) => re_ + "uniremos" ; --# notpresent VPB (Fut Ind Pl P2) => re_ + "uniréis" ; --# notpresent VPB (Fut Ind Pl P3) => re_ + "unirán" ; --# notpresent - VPB (Fut Subj Sg P1) => re_ + "uniere" ; --# notpresent - VPB (Fut Subj Sg P2) => re_ + "unieres" ; --# notpresent - VPB (Fut Subj Sg P3) => re_ + "uniere" ; --# notpresent - VPB (Fut Subj Pl P1) => re_ + "uniéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => re_ + "uniereis" ; --# notpresent - VPB (Fut Subj Pl P3) => re_ + "unieren" ; --# notpresent + VPB (Fut Sub Sg P1) => re_ + "uniere" ; --# notpresent + VPB (Fut Sub Sg P2) => re_ + "unieres" ; --# notpresent + VPB (Fut Sub Sg P3) => re_ + "uniere" ; --# notpresent + VPB (Fut Sub Pl P1) => re_ + "uniéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => re_ + "uniereis" ; --# notpresent + VPB (Fut Sub Pl P3) => re_ + "unieren" ; --# notpresent VPB (Cond Sg P1) => re_ + "uniría" ; --# notpresent VPB (Cond Sg P2) => re_ + "unirías" ; --# notpresent VPB (Cond Sg P3) => re_ + "uniría" ; --# notpresent @@ -4653,24 +5080,30 @@ oper roer_70 : Str -> Verbum = \roer -> VPB (Pres Ind Pl P1) => ro_ + "emos" ; VPB (Pres Ind Pl P2) => ro_ + "éis" ; VPB (Pres Ind Pl P3) => ro_ + "en" ; - VPB (Pres Subj Sg P1) => ro_ + "a" ; - VPB (Pres Subj Sg P2) => ro_ + "as" ; - VPB (Pres Subj Sg P3) => ro_ + "a" ; - VPB (Pres Subj Pl P1) => ro_ + "amos" ; - VPB (Pres Subj Pl P2) => ro_ + "áis" ; - VPB (Pres Subj Pl P3) => ro_ + "an" ; + VPB (Pres Sub Sg P1) => ro_ + "a" ; + VPB (Pres Sub Sg P2) => ro_ + "as" ; + VPB (Pres Sub Sg P3) => ro_ + "a" ; + VPB (Pres Sub Pl P1) => ro_ + "amos" ; + VPB (Pres Sub Pl P2) => ro_ + "áis" ; + VPB (Pres Sub Pl P3) => ro_ + "an" ; VPB (Impf Ind Sg P1) => ro_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => ro_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => ro_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => ro_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => ro_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => ro_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ro_ + "yeras" ; ro_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ro_ + "yera" ; ro_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ro_ + "yéramos" ; ro_ + "yésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ro_ + "yerais" ; ro_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ro_ + "yeran" ; ro_ + "yesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ro_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => ro_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => ro_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => ro_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ro_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => ro_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ro_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ro_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ro_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ro_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ro_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ro_ + "yesen" ; --# notpresent VPB (Pret Sg P1) => ro_ + "í" ; --# notpresent VPB (Pret Sg P2) => ro_ + "íste" ; --# notpresent VPB (Pret Sg P3) => ro_ + "yó" ; --# notpresent @@ -4683,12 +5116,12 @@ oper roer_70 : Str -> Verbum = \roer -> VPB (Fut Ind Pl P1) => ro_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => ro_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => ro_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => ro_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => ro_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => ro_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => ro_ + "yéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ro_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ro_ + "yeren" ; --# notpresent + VPB (Fut Sub Sg P1) => ro_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => ro_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => ro_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => ro_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ro_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => ro_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => ro_ + "ería" ; --# notpresent VPB (Cond Sg P2) => ro_ + "erías" ; --# notpresent VPB (Cond Sg P3) => ro_ + "ería" ; --# notpresent @@ -4719,24 +5152,30 @@ oper saber_71 : Str -> Verbum = \saber -> VPB (Pres Ind Pl P1) => s_ + "abemos" ; VPB (Pres Ind Pl P2) => s_ + "abéis" ; VPB (Pres Ind Pl P3) => s_ + "aben" ; - VPB (Pres Subj Sg P1) => s_ + "epa" ; - VPB (Pres Subj Sg P2) => s_ + "epas" ; - VPB (Pres Subj Sg P3) => s_ + "epa" ; - VPB (Pres Subj Pl P1) => s_ + "epamos" ; - VPB (Pres Subj Pl P2) => s_ + "epáis" ; - VPB (Pres Subj Pl P3) => s_ + "epan" ; + VPB (Pres Sub Sg P1) => s_ + "epa" ; + VPB (Pres Sub Sg P2) => s_ + "epas" ; + VPB (Pres Sub Sg P3) => s_ + "epa" ; + VPB (Pres Sub Pl P1) => s_ + "epamos" ; + VPB (Pres Sub Pl P2) => s_ + "epáis" ; + VPB (Pres Sub Pl P3) => s_ + "epan" ; VPB (Impf Ind Sg P1) => s_ + "abía" ; --# notpresent VPB (Impf Ind Sg P2) => s_ + "abías" ; --# notpresent VPB (Impf Ind Sg P3) => s_ + "abía" ; --# notpresent VPB (Impf Ind Pl P1) => s_ + "abíamos" ; --# notpresent VPB (Impf Ind Pl P2) => s_ + "abíais" ; --# notpresent VPB (Impf Ind Pl P3) => s_ + "abían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {s_ + "upieras" ; s_ + "upieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {s_ + "upiera" ; s_ + "upiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {s_ + "upiéramos" ; s_ + "upiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {s_ + "upierais" ; s_ + "upieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {s_ + "upieran" ; s_ + "upiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => s_ + "upiera" ; --# notpresent + VPB (Impf Sub Sg P2) => s_ + "upieras" ; --# notpresent + VPB (Impf Sub Sg P3) => s_ + "upiera" ; --# notpresent + VPB (Impf Sub Pl P1) => s_ + "upiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => s_ + "upierais" ; --# notpresent + VPB (Impf Sub Pl P3) => s_ + "upieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => s_ + "upiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => s_ + "upieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => s_ + "upiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => s_ + "upiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => s_ + "upieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => s_ + "upiesen" ; --# notpresent VPB (Pret Sg P1) => s_ + "upe" ; --# notpresent VPB (Pret Sg P2) => s_ + "upiste" ; --# notpresent VPB (Pret Sg P3) => s_ + "upo" ; --# notpresent @@ -4749,12 +5188,12 @@ oper saber_71 : Str -> Verbum = \saber -> VPB (Fut Ind Pl P1) => s_ + "abremos" ; --# notpresent VPB (Fut Ind Pl P2) => s_ + "abréis" ; --# notpresent VPB (Fut Ind Pl P3) => s_ + "abrán" ; --# notpresent - VPB (Fut Subj Sg P1) => s_ + "upiere" ; --# notpresent - VPB (Fut Subj Sg P2) => s_ + "upieres" ; --# notpresent - VPB (Fut Subj Sg P3) => s_ + "upiere" ; --# notpresent - VPB (Fut Subj Pl P1) => s_ + "upiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => s_ + "upiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => s_ + "upieren" ; --# notpresent + VPB (Fut Sub Sg P1) => s_ + "upiere" ; --# notpresent + VPB (Fut Sub Sg P2) => s_ + "upieres" ; --# notpresent + VPB (Fut Sub Sg P3) => s_ + "upiere" ; --# notpresent + VPB (Fut Sub Pl P1) => s_ + "upiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => s_ + "upiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => s_ + "upieren" ; --# notpresent VPB (Cond Sg P1) => s_ + "abría" ; --# notpresent VPB (Cond Sg P2) => s_ + "abrías" ; --# notpresent VPB (Cond Sg P3) => s_ + "abría" ; --# notpresent @@ -4785,24 +5224,30 @@ oper sacar_72 : Str -> Verbum = \sacar -> VPB (Pres Ind Pl P1) => sa_ + "camos" ; VPB (Pres Ind Pl P2) => sa_ + "cáis" ; VPB (Pres Ind Pl P3) => sa_ + "can" ; - VPB (Pres Subj Sg P1) => sa_ + "que" ; - VPB (Pres Subj Sg P2) => sa_ + "ques" ; - VPB (Pres Subj Sg P3) => sa_ + "que" ; - VPB (Pres Subj Pl P1) => sa_ + "quemos" ; - VPB (Pres Subj Pl P2) => sa_ + "quéis" ; - VPB (Pres Subj Pl P3) => sa_ + "quen" ; + VPB (Pres Sub Sg P1) => sa_ + "que" ; + VPB (Pres Sub Sg P2) => sa_ + "ques" ; + VPB (Pres Sub Sg P3) => sa_ + "que" ; + VPB (Pres Sub Pl P1) => sa_ + "quemos" ; + VPB (Pres Sub Pl P2) => sa_ + "quéis" ; + VPB (Pres Sub Pl P3) => sa_ + "quen" ; VPB (Impf Ind Sg P1) => sa_ + "caba" ; --# notpresent VPB (Impf Ind Sg P2) => sa_ + "cabas" ; --# notpresent VPB (Impf Ind Sg P3) => sa_ + "caba" ; --# notpresent VPB (Impf Ind Pl P1) => sa_ + "cábamos" ; --# notpresent VPB (Impf Ind Pl P2) => sa_ + "cabais" ; --# notpresent VPB (Impf Ind Pl P3) => sa_ + "caban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {sa_ + "caras" ; sa_ + "cases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {sa_ + "cara" ; sa_ + "case"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {sa_ + "cáramos" ; sa_ + "cásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {sa_ + "carais" ; sa_ + "caseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {sa_ + "caran" ; sa_ + "casen"} ; --# notpresent + VPB (Impf Sub Sg P1) => sa_ + "cara" ; --# notpresent + VPB (Impf Sub Sg P2) => sa_ + "caras" ; --# notpresent + VPB (Impf Sub Sg P3) => sa_ + "cara" ; --# notpresent + VPB (Impf Sub Pl P1) => sa_ + "cáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => sa_ + "carais" ; --# notpresent + VPB (Impf Sub Pl P3) => sa_ + "caran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => sa_ + "case" ; --# notpresent + VPB (ImpfSub2 Sg P2) => sa_ + "cases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => sa_ + "case" ; --# notpresent + VPB (ImpfSub2 Pl P1) => sa_ + "cásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => sa_ + "caseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => sa_ + "casen" ; --# notpresent VPB (Pret Sg P1) => sa_ + "qué" ; --# notpresent VPB (Pret Sg P2) => sa_ + "caste" ; --# notpresent VPB (Pret Sg P3) => sa_ + "có" ; --# notpresent @@ -4815,12 +5260,12 @@ oper sacar_72 : Str -> Verbum = \sacar -> VPB (Fut Ind Pl P1) => sa_ + "caremos" ; --# notpresent VPB (Fut Ind Pl P2) => sa_ + "caréis" ; --# notpresent VPB (Fut Ind Pl P3) => sa_ + "carán" ; --# notpresent - VPB (Fut Subj Sg P1) => sa_ + "care" ; --# notpresent - VPB (Fut Subj Sg P2) => sa_ + "cares" ; --# notpresent - VPB (Fut Subj Sg P3) => sa_ + "care" ; --# notpresent - VPB (Fut Subj Pl P1) => sa_ + "cáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => sa_ + "careis" ; --# notpresent - VPB (Fut Subj Pl P3) => sa_ + "caren" ; --# notpresent + VPB (Fut Sub Sg P1) => sa_ + "care" ; --# notpresent + VPB (Fut Sub Sg P2) => sa_ + "cares" ; --# notpresent + VPB (Fut Sub Sg P3) => sa_ + "care" ; --# notpresent + VPB (Fut Sub Pl P1) => sa_ + "cáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => sa_ + "careis" ; --# notpresent + VPB (Fut Sub Pl P3) => sa_ + "caren" ; --# notpresent VPB (Cond Sg P1) => sa_ + "caría" ; --# notpresent VPB (Cond Sg P2) => sa_ + "carías" ; --# notpresent VPB (Cond Sg P3) => sa_ + "caría" ; --# notpresent @@ -4851,24 +5296,30 @@ oper salir_73 : Str -> Verbum = \salir -> VPB (Pres Ind Pl P1) => sal_ + "imos" ; VPB (Pres Ind Pl P2) => sal_ + "ís" ; VPB (Pres Ind Pl P3) => sal_ + "en" ; - VPB (Pres Subj Sg P1) => sal_ + "ga" ; - VPB (Pres Subj Sg P2) => sal_ + "gas" ; - VPB (Pres Subj Sg P3) => sal_ + "ga" ; - VPB (Pres Subj Pl P1) => sal_ + "gamos" ; - VPB (Pres Subj Pl P2) => sal_ + "gáis" ; - VPB (Pres Subj Pl P3) => sal_ + "gan" ; + VPB (Pres Sub Sg P1) => sal_ + "ga" ; + VPB (Pres Sub Sg P2) => sal_ + "gas" ; + VPB (Pres Sub Sg P3) => sal_ + "ga" ; + VPB (Pres Sub Pl P1) => sal_ + "gamos" ; + VPB (Pres Sub Pl P2) => sal_ + "gáis" ; + VPB (Pres Sub Pl P3) => sal_ + "gan" ; VPB (Impf Ind Sg P1) => sal_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => sal_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => sal_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => sal_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => sal_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => sal_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {sal_ + "ieras" ; sal_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {sal_ + "iera" ; sal_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {sal_ + "iéramos" ; sal_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {sal_ + "ierais" ; sal_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {sal_ + "ieran" ; sal_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => sal_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => sal_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => sal_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => sal_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => sal_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => sal_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => sal_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => sal_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => sal_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => sal_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => sal_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => sal_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => sal_ + "í" ; --# notpresent VPB (Pret Sg P2) => sal_ + "iste" ; --# notpresent VPB (Pret Sg P3) => sal_ + "ió" ; --# notpresent @@ -4881,12 +5332,12 @@ oper salir_73 : Str -> Verbum = \salir -> VPB (Fut Ind Pl P1) => sal_ + "dremos" ; --# notpresent VPB (Fut Ind Pl P2) => sal_ + "dréis" ; --# notpresent VPB (Fut Ind Pl P3) => sal_ + "drán" ; --# notpresent - VPB (Fut Subj Sg P1) => sal_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => sal_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => sal_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => sal_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => sal_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => sal_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => sal_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => sal_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => sal_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => sal_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => sal_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => sal_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => sal_ + "dría" ; --# notpresent VPB (Cond Sg P2) => sal_ + "drías" ; --# notpresent VPB (Cond Sg P3) => sal_ + "dría" ; --# notpresent @@ -4917,24 +5368,30 @@ oper satisfacer_74 : Str -> Verbum = \satisfacer -> VPB (Pres Ind Pl P1) => satisf_ + "acemos" ; VPB (Pres Ind Pl P2) => satisf_ + "acéis" ; VPB (Pres Ind Pl P3) => satisf_ + "acen" ; - VPB (Pres Subj Sg P1) => satisf_ + "aga" ; - VPB (Pres Subj Sg P2) => satisf_ + "agas" ; - VPB (Pres Subj Sg P3) => satisf_ + "aga" ; - VPB (Pres Subj Pl P1) => satisf_ + "agamos" ; - VPB (Pres Subj Pl P2) => satisf_ + "agáis" ; - VPB (Pres Subj Pl P3) => satisf_ + "agan" ; + VPB (Pres Sub Sg P1) => satisf_ + "aga" ; + VPB (Pres Sub Sg P2) => satisf_ + "agas" ; + VPB (Pres Sub Sg P3) => satisf_ + "aga" ; + VPB (Pres Sub Pl P1) => satisf_ + "agamos" ; + VPB (Pres Sub Pl P2) => satisf_ + "agáis" ; + VPB (Pres Sub Pl P3) => satisf_ + "agan" ; VPB (Impf Ind Sg P1) => satisf_ + "acía" ; --# notpresent VPB (Impf Ind Sg P2) => satisf_ + "acías" ; --# notpresent VPB (Impf Ind Sg P3) => satisf_ + "acía" ; --# notpresent VPB (Impf Ind Pl P1) => satisf_ + "acíamos" ; --# notpresent VPB (Impf Ind Pl P2) => satisf_ + "acíais" ; --# notpresent VPB (Impf Ind Pl P3) => satisf_ + "acían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {satisf_ + "icieras" ; satisf_ + "icieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {satisf_ + "iciera" ; satisf_ + "iciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {satisf_ + "iciéramos" ; satisf_ + "iciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {satisf_ + "icierais" ; satisf_ + "icieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {satisf_ + "icieran" ; satisf_ + "iciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => satisf_ + "iciera" ; --# notpresent + VPB (Impf Sub Sg P2) => satisf_ + "icieras" ; --# notpresent + VPB (Impf Sub Sg P3) => satisf_ + "iciera" ; --# notpresent + VPB (Impf Sub Pl P1) => satisf_ + "iciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => satisf_ + "icierais" ; --# notpresent + VPB (Impf Sub Pl P3) => satisf_ + "icieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => satisf_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => satisf_ + "icieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => satisf_ + "iciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => satisf_ + "iciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => satisf_ + "icieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => satisf_ + "iciesen" ; --# notpresent VPB (Pret Sg P1) => satisf_ + "ice" ; --# notpresent VPB (Pret Sg P2) => satisf_ + "iciste" ; --# notpresent VPB (Pret Sg P3) => satisf_ + "izo" ; --# notpresent @@ -4947,12 +5404,12 @@ oper satisfacer_74 : Str -> Verbum = \satisfacer -> VPB (Fut Ind Pl P1) => satisf_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => satisf_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => satisf_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => satisf_ + "iciere" ; --# notpresent - VPB (Fut Subj Sg P2) => satisf_ + "icieres" ; --# notpresent - VPB (Fut Subj Sg P3) => satisf_ + "iciere" ; --# notpresent - VPB (Fut Subj Pl P1) => satisf_ + "iciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => satisf_ + "iciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => satisf_ + "icieren" ; --# notpresent + VPB (Fut Sub Sg P1) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Sub Sg P2) => satisf_ + "icieres" ; --# notpresent + VPB (Fut Sub Sg P3) => satisf_ + "iciere" ; --# notpresent + VPB (Fut Sub Pl P1) => satisf_ + "iciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => satisf_ + "iciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => satisf_ + "icieren" ; --# notpresent VPB (Cond Sg P1) => satisf_ + "aría" ; --# notpresent VPB (Cond Sg P2) => satisf_ + "arías" ; --# notpresent VPB (Cond Sg P3) => satisf_ + "aría" ; --# notpresent @@ -4983,24 +5440,30 @@ oper sentir_76 : Str -> Verbum = \sentir -> VPB (Pres Ind Pl P1) => s_ + "entimos" ; VPB (Pres Ind Pl P2) => s_ + "entís" ; VPB (Pres Ind Pl P3) => s_ + "ienten" ; - VPB (Pres Subj Sg P1) => s_ + "ienta" ; - VPB (Pres Subj Sg P2) => s_ + "ientas" ; - VPB (Pres Subj Sg P3) => s_ + "ienta" ; - VPB (Pres Subj Pl P1) => s_ + "intamos" ; - VPB (Pres Subj Pl P2) => s_ + "intáis" ; - VPB (Pres Subj Pl P3) => s_ + "ientan" ; + VPB (Pres Sub Sg P1) => s_ + "ienta" ; + VPB (Pres Sub Sg P2) => s_ + "ientas" ; + VPB (Pres Sub Sg P3) => s_ + "ienta" ; + VPB (Pres Sub Pl P1) => s_ + "intamos" ; + VPB (Pres Sub Pl P2) => s_ + "intáis" ; + VPB (Pres Sub Pl P3) => s_ + "ientan" ; VPB (Impf Ind Sg P1) => s_ + "entía" ; --# notpresent VPB (Impf Ind Sg P2) => s_ + "entías" ; --# notpresent VPB (Impf Ind Sg P3) => s_ + "entía" ; --# notpresent VPB (Impf Ind Pl P1) => s_ + "entíamos" ; --# notpresent VPB (Impf Ind Pl P2) => s_ + "entíais" ; --# notpresent VPB (Impf Ind Pl P3) => s_ + "entían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {s_ + "intieras" ; s_ + "intieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {s_ + "intiera" ; s_ + "intiese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {s_ + "intiéramos" ; s_ + "intiésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {s_ + "intierais" ; s_ + "intieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {s_ + "intieran" ; s_ + "intiesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => s_ + "intiera" ; --# notpresent + VPB (Impf Sub Sg P2) => s_ + "intieras" ; --# notpresent + VPB (Impf Sub Sg P3) => s_ + "intiera" ; --# notpresent + VPB (Impf Sub Pl P1) => s_ + "intiéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => s_ + "intierais" ; --# notpresent + VPB (Impf Sub Pl P3) => s_ + "intieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => s_ + "intiese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => s_ + "intieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => s_ + "intiese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => s_ + "intiésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => s_ + "intieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => s_ + "intiesen" ; --# notpresent VPB (Pret Sg P1) => s_ + "entí" ; --# notpresent VPB (Pret Sg P2) => s_ + "entiste" ; --# notpresent VPB (Pret Sg P3) => s_ + "intió" ; --# notpresent @@ -5013,12 +5476,12 @@ oper sentir_76 : Str -> Verbum = \sentir -> VPB (Fut Ind Pl P1) => s_ + "entiremos" ; --# notpresent VPB (Fut Ind Pl P2) => s_ + "entiréis" ; --# notpresent VPB (Fut Ind Pl P3) => s_ + "entirán" ; --# notpresent - VPB (Fut Subj Sg P1) => s_ + "intiere" ; --# notpresent - VPB (Fut Subj Sg P2) => s_ + "intieres" ; --# notpresent - VPB (Fut Subj Sg P3) => s_ + "intiere" ; --# notpresent - VPB (Fut Subj Pl P1) => s_ + "intiéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => s_ + "intiereis" ; --# notpresent - VPB (Fut Subj Pl P3) => s_ + "intieren" ; --# notpresent + VPB (Fut Sub Sg P1) => s_ + "intiere" ; --# notpresent + VPB (Fut Sub Sg P2) => s_ + "intieres" ; --# notpresent + VPB (Fut Sub Sg P3) => s_ + "intiere" ; --# notpresent + VPB (Fut Sub Pl P1) => s_ + "intiéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => s_ + "intiereis" ; --# notpresent + VPB (Fut Sub Pl P3) => s_ + "intieren" ; --# notpresent VPB (Cond Sg P1) => s_ + "entiría" ; --# notpresent VPB (Cond Sg P2) => s_ + "entirías" ; --# notpresent VPB (Cond Sg P3) => s_ + "entiría" ; --# notpresent @@ -5049,24 +5512,30 @@ oper soler_77 : Str -> Verbum = \soler -> VPB (Pres Ind Pl P1) => s_ + "olemos" ; VPB (Pres Ind Pl P2) => s_ + "oléis" ; VPB (Pres Ind Pl P3) => s_ + "uelen" ; - VPB (Pres Subj Sg P1) => s_ + "uela" ; - VPB (Pres Subj Sg P2) => s_ + "uelas" ; - VPB (Pres Subj Sg P3) => s_ + "uela" ; - VPB (Pres Subj Pl P1) => s_ + "olamos" ; - VPB (Pres Subj Pl P2) => s_ + "oláis" ; - VPB (Pres Subj Pl P3) => s_ + "uelan" ; + VPB (Pres Sub Sg P1) => s_ + "uela" ; + VPB (Pres Sub Sg P2) => s_ + "uelas" ; + VPB (Pres Sub Sg P3) => s_ + "uela" ; + VPB (Pres Sub Pl P1) => s_ + "olamos" ; + VPB (Pres Sub Pl P2) => s_ + "oláis" ; + VPB (Pres Sub Pl P3) => s_ + "uelan" ; VPB (Impf Ind Sg P1) => s_ + "olía" ; --# notpresent VPB (Impf Ind Sg P2) => s_ + "olías" ; --# notpresent VPB (Impf Ind Sg P3) => s_ + "olía" ; --# notpresent VPB (Impf Ind Pl P1) => s_ + "olíamos" ; --# notpresent VPB (Impf Ind Pl P2) => s_ + "olíais" ; --# notpresent VPB (Impf Ind Pl P3) => s_ + "olían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {s_ + "olieras" ; s_ + "olieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {s_ + "oliera" ; s_ + "oliese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {s_ + "oliéramos" ; s_ + "oliésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {s_ + "olierais" ; s_ + "olieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {s_ + "olieran" ; s_ + "oliesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => s_ + "oliera" ; --# notpresent + VPB (Impf Sub Sg P2) => s_ + "olieras" ; --# notpresent + VPB (Impf Sub Sg P3) => s_ + "oliera" ; --# notpresent + VPB (Impf Sub Pl P1) => s_ + "oliéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => s_ + "olierais" ; --# notpresent + VPB (Impf Sub Pl P3) => s_ + "olieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => s_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => s_ + "olieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => s_ + "oliese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => s_ + "oliésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => s_ + "olieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => s_ + "oliesen" ; --# notpresent VPB (Pret Sg P1) => s_ + "olí" ; --# notpresent VPB (Pret Sg P2) => s_ + "oliste" ; --# notpresent VPB (Pret Sg P3) => s_ + "olió" ; --# notpresent @@ -5079,12 +5548,12 @@ oper soler_77 : Str -> Verbum = \soler -> VPB (Fut Ind Pl P1) => variants {} ; --# notpresent VPB (Fut Ind Pl P2) => variants {} ; --# notpresent VPB (Fut Ind Pl P3) => variants {} ; --# notpresent - VPB (Fut Subj Sg P1) => variants {} ; --# notpresent - VPB (Fut Subj Sg P2) => variants {} ; --# notpresent - VPB (Fut Subj Sg P3) => variants {} ; --# notpresent - VPB (Fut Subj Pl P1) => variants {} ; --# notpresent - VPB (Fut Subj Pl P2) => variants {} ; --# notpresent - VPB (Fut Subj Pl P3) => variants {} ; --# notpresent + VPB (Fut Sub Sg P1) => variants {} ; --# notpresent + VPB (Fut Sub Sg P2) => variants {} ; --# notpresent + VPB (Fut Sub Sg P3) => variants {} ; --# notpresent + VPB (Fut Sub Pl P1) => variants {} ; --# notpresent + VPB (Fut Sub Pl P2) => variants {} ; --# notpresent + VPB (Fut Sub Pl P3) => variants {} ; --# notpresent VPB (Cond Sg P1) => variants {} ; --# notpresent VPB (Cond Sg P2) => variants {} ; --# notpresent VPB (Cond Sg P3) => variants {} ; --# notpresent @@ -5115,24 +5584,30 @@ oper ta VPB (Pres Ind Pl P1) => tañ_ + "emos" ; VPB (Pres Ind Pl P2) => tañ_ + "éis" ; VPB (Pres Ind Pl P3) => tañ_ + "en" ; - VPB (Pres Subj Sg P1) => tañ_ + "a" ; - VPB (Pres Subj Sg P2) => tañ_ + "as" ; - VPB (Pres Subj Sg P3) => tañ_ + "a" ; - VPB (Pres Subj Pl P1) => tañ_ + "amos" ; - VPB (Pres Subj Pl P2) => tañ_ + "áis" ; - VPB (Pres Subj Pl P3) => tañ_ + "an" ; + VPB (Pres Sub Sg P1) => tañ_ + "a" ; + VPB (Pres Sub Sg P2) => tañ_ + "as" ; + VPB (Pres Sub Sg P3) => tañ_ + "a" ; + VPB (Pres Sub Pl P1) => tañ_ + "amos" ; + VPB (Pres Sub Pl P2) => tañ_ + "áis" ; + VPB (Pres Sub Pl P3) => tañ_ + "an" ; VPB (Impf Ind Sg P1) => tañ_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => tañ_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => tañ_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => tañ_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => tañ_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => tañ_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {tañ_ + "era" ; tañ_ + "ese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {tañ_ + "eras" ; tañ_ + "eses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {tañ_ + "era" ; tañ_ + "ese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {tañ_ + "éramos" ; tañ_ + "ésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {tañ_ + "erais" ; tañ_ + "eseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {tañ_ + "eran" ; tañ_ + "esen"} ; --# notpresent + VPB (Impf Sub Sg P1) => tañ_ + "era" ; --# notpresent + VPB (Impf Sub Sg P2) => tañ_ + "eras" ; --# notpresent + VPB (Impf Sub Sg P3) => tañ_ + "era" ; --# notpresent + VPB (Impf Sub Pl P1) => tañ_ + "éramos" ; --# notpresent + VPB (Impf Sub Pl P2) => tañ_ + "erais" ; --# notpresent + VPB (Impf Sub Pl P3) => tañ_ + "eran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => tañ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => tañ_ + "eses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => tañ_ + "ese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => tañ_ + "ésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => tañ_ + "eseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => tañ_ + "esen" ; --# notpresent VPB (Pret Sg P1) => tañ_ + "í" ; --# notpresent VPB (Pret Sg P2) => tañ_ + "iste" ; --# notpresent VPB (Pret Sg P3) => tañ_ + "ó" ; --# notpresent @@ -5145,12 +5620,12 @@ oper ta VPB (Fut Ind Pl P1) => tañ_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => tañ_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => tañ_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => tañ_ + "ere" ; --# notpresent - VPB (Fut Subj Sg P2) => tañ_ + "eres" ; --# notpresent - VPB (Fut Subj Sg P3) => tañ_ + "ere" ; --# notpresent - VPB (Fut Subj Pl P1) => tañ_ + "éremos" ; --# notpresent - VPB (Fut Subj Pl P2) => tañ_ + "ereis" ; --# notpresent - VPB (Fut Subj Pl P3) => tañ_ + "eren" ; --# notpresent + VPB (Fut Sub Sg P1) => tañ_ + "ere" ; --# notpresent + VPB (Fut Sub Sg P2) => tañ_ + "eres" ; --# notpresent + VPB (Fut Sub Sg P3) => tañ_ + "ere" ; --# notpresent + VPB (Fut Sub Pl P1) => tañ_ + "éremos" ; --# notpresent + VPB (Fut Sub Pl P2) => tañ_ + "ereis" ; --# notpresent + VPB (Fut Sub Pl P3) => tañ_ + "eren" ; --# notpresent VPB (Cond Sg P1) => tañ_ + "ería" ; --# notpresent VPB (Cond Sg P2) => tañ_ + "erías" ; --# notpresent VPB (Cond Sg P3) => tañ_ + "ería" ; --# notpresent @@ -5181,24 +5656,30 @@ oper traer_79 : Str -> Verbum = \traer -> VPB (Pres Ind Pl P1) => tra_ + "emos" ; VPB (Pres Ind Pl P2) => tra_ + "éis" ; VPB (Pres Ind Pl P3) => tra_ + "en" ; - VPB (Pres Subj Sg P1) => tra_ + "a" ; - VPB (Pres Subj Sg P2) => tra_ + "as" ; - VPB (Pres Subj Sg P3) => tra_ + "a" ; - VPB (Pres Subj Pl P1) => tra_ + "amos" ; - VPB (Pres Subj Pl P2) => tra_ + "áis" ; - VPB (Pres Subj Pl P3) => tra_ + "an" ; + VPB (Pres Sub Sg P1) => tra_ + "a" ; + VPB (Pres Sub Sg P2) => tra_ + "as" ; + VPB (Pres Sub Sg P3) => tra_ + "a" ; + VPB (Pres Sub Pl P1) => tra_ + "amos" ; + VPB (Pres Sub Pl P2) => tra_ + "áis" ; + VPB (Pres Sub Pl P3) => tra_ + "an" ; VPB (Impf Ind Sg P1) => tra_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => tra_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => tra_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => tra_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => tra_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => tra_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {tra_ + "yeras" ; tra_ + "yeses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {tra_ + "yera" ; tra_ + "yese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {tra_ + "yéramos" ; tra_ + "yésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {tra_ + "yerais" ; tra_ + "yeseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {tra_ + "yeran" ; tra_ + "yesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => tra_ + "yera" ; --# notpresent + VPB (Impf Sub Sg P2) => tra_ + "yeras" ; --# notpresent + VPB (Impf Sub Sg P3) => tra_ + "yera" ; --# notpresent + VPB (Impf Sub Pl P1) => tra_ + "yéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => tra_ + "yerais" ; --# notpresent + VPB (Impf Sub Pl P3) => tra_ + "yeran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => tra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => tra_ + "yeses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => tra_ + "yese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => tra_ + "yésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => tra_ + "yeseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => tra_ + "yesen" ; --# notpresent VPB (Pret Sg P1) => tra_ + "í" ; --# notpresent VPB (Pret Sg P2) => tra_ + "íste" ; --# notpresent VPB (Pret Sg P3) => tra_ + "yó" ; --# notpresent @@ -5211,12 +5692,12 @@ oper traer_79 : Str -> Verbum = \traer -> VPB (Fut Ind Pl P1) => tra_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => tra_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => tra_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => tra_ + "yere" ; --# notpresent - VPB (Fut Subj Sg P2) => tra_ + "yeres" ; --# notpresent - VPB (Fut Subj Sg P3) => tra_ + "yere" ; --# notpresent - VPB (Fut Subj Pl P1) => tra_ + "yéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => tra_ + "yereis" ; --# notpresent - VPB (Fut Subj Pl P3) => tra_ + "yeren" ; --# notpresent + VPB (Fut Sub Sg P1) => tra_ + "yere" ; --# notpresent + VPB (Fut Sub Sg P2) => tra_ + "yeres" ; --# notpresent + VPB (Fut Sub Sg P3) => tra_ + "yere" ; --# notpresent + VPB (Fut Sub Pl P1) => tra_ + "yéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => tra_ + "yereis" ; --# notpresent + VPB (Fut Sub Pl P3) => tra_ + "yeren" ; --# notpresent VPB (Cond Sg P1) => tra_ + "ería" ; --# notpresent VPB (Cond Sg P2) => tra_ + "erías" ; --# notpresent VPB (Cond Sg P3) => tra_ + "ería" ; --# notpresent @@ -5247,24 +5728,30 @@ oper trocar_80 : Str -> Verbum = \trocar -> VPB (Pres Ind Pl P1) => tr_ + "ocamos" ; VPB (Pres Ind Pl P2) => tr_ + "ocáis" ; VPB (Pres Ind Pl P3) => tr_ + "uecan" ; - VPB (Pres Subj Sg P1) => tr_ + "ueque" ; - VPB (Pres Subj Sg P2) => tr_ + "ueques" ; - VPB (Pres Subj Sg P3) => tr_ + "ueque" ; - VPB (Pres Subj Pl P1) => tr_ + "oquemos" ; - VPB (Pres Subj Pl P2) => tr_ + "oquéis" ; - VPB (Pres Subj Pl P3) => tr_ + "uequen" ; + VPB (Pres Sub Sg P1) => tr_ + "ueque" ; + VPB (Pres Sub Sg P2) => tr_ + "ueques" ; + VPB (Pres Sub Sg P3) => tr_ + "ueque" ; + VPB (Pres Sub Pl P1) => tr_ + "oquemos" ; + VPB (Pres Sub Pl P2) => tr_ + "oquéis" ; + VPB (Pres Sub Pl P3) => tr_ + "uequen" ; VPB (Impf Ind Sg P1) => tr_ + "ocaba" ; --# notpresent VPB (Impf Ind Sg P2) => tr_ + "ocabas" ; --# notpresent VPB (Impf Ind Sg P3) => tr_ + "ocaba" ; --# notpresent VPB (Impf Ind Pl P1) => tr_ + "ocábamos" ; --# notpresent VPB (Impf Ind Pl P2) => tr_ + "ocabais" ; --# notpresent VPB (Impf Ind Pl P3) => tr_ + "ocaban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {tr_ + "ocaras" ; tr_ + "ocases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {tr_ + "ocara" ; tr_ + "ocase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {tr_ + "ocáramos" ; tr_ + "ocásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {tr_ + "ocarais" ; tr_ + "ocaseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {tr_ + "ocaran" ; tr_ + "ocasen"} ; --# notpresent + VPB (Impf Sub Sg P1) => tr_ + "ocara" ; --# notpresent + VPB (Impf Sub Sg P2) => tr_ + "ocaras" ; --# notpresent + VPB (Impf Sub Sg P3) => tr_ + "ocara" ; --# notpresent + VPB (Impf Sub Pl P1) => tr_ + "ocáramos" ; --# notpresent + VPB (Impf Sub Pl P2) => tr_ + "ocarais" ; --# notpresent + VPB (Impf Sub Pl P3) => tr_ + "ocaran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => tr_ + "ocase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => tr_ + "ocases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => tr_ + "ocase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => tr_ + "ocásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => tr_ + "ocaseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => tr_ + "ocasen" ; --# notpresent VPB (Pret Sg P1) => tr_ + "oqué" ; --# notpresent VPB (Pret Sg P2) => tr_ + "ocaste" ; --# notpresent VPB (Pret Sg P3) => tr_ + "ocó" ; --# notpresent @@ -5277,12 +5764,12 @@ oper trocar_80 : Str -> Verbum = \trocar -> VPB (Fut Ind Pl P1) => tr_ + "ocaremos" ; --# notpresent VPB (Fut Ind Pl P2) => tr_ + "ocaréis" ; --# notpresent VPB (Fut Ind Pl P3) => tr_ + "ocarán" ; --# notpresent - VPB (Fut Subj Sg P1) => tr_ + "ocare" ; --# notpresent - VPB (Fut Subj Sg P2) => tr_ + "ocares" ; --# notpresent - VPB (Fut Subj Sg P3) => tr_ + "ocare" ; --# notpresent - VPB (Fut Subj Pl P1) => tr_ + "ocáremos" ; --# notpresent - VPB (Fut Subj Pl P2) => tr_ + "ocareis" ; --# notpresent - VPB (Fut Subj Pl P3) => tr_ + "ocaren" ; --# notpresent + VPB (Fut Sub Sg P1) => tr_ + "ocare" ; --# notpresent + VPB (Fut Sub Sg P2) => tr_ + "ocares" ; --# notpresent + VPB (Fut Sub Sg P3) => tr_ + "ocare" ; --# notpresent + VPB (Fut Sub Pl P1) => tr_ + "ocáremos" ; --# notpresent + VPB (Fut Sub Pl P2) => tr_ + "ocareis" ; --# notpresent + VPB (Fut Sub Pl P3) => tr_ + "ocaren" ; --# notpresent VPB (Cond Sg P1) => tr_ + "ocaría" ; --# notpresent VPB (Cond Sg P2) => tr_ + "ocarías" ; --# notpresent VPB (Cond Sg P3) => tr_ + "ocaría" ; --# notpresent @@ -5313,24 +5800,30 @@ oper valer_81 : Str -> Verbum = \valer -> VPB (Pres Ind Pl P1) => val_ + "emos" ; VPB (Pres Ind Pl P2) => val_ + "éis" ; VPB (Pres Ind Pl P3) => val_ + "en" ; - VPB (Pres Subj Sg P1) => val_ + "ga" ; - VPB (Pres Subj Sg P2) => val_ + "gas" ; - VPB (Pres Subj Sg P3) => val_ + "ga" ; - VPB (Pres Subj Pl P1) => val_ + "gamos" ; - VPB (Pres Subj Pl P2) => val_ + "gáis" ; - VPB (Pres Subj Pl P3) => val_ + "gan" ; + VPB (Pres Sub Sg P1) => val_ + "ga" ; + VPB (Pres Sub Sg P2) => val_ + "gas" ; + VPB (Pres Sub Sg P3) => val_ + "ga" ; + VPB (Pres Sub Pl P1) => val_ + "gamos" ; + VPB (Pres Sub Pl P2) => val_ + "gáis" ; + VPB (Pres Sub Pl P3) => val_ + "gan" ; VPB (Impf Ind Sg P1) => val_ + "ía" ; --# notpresent VPB (Impf Ind Sg P2) => val_ + "ías" ; --# notpresent VPB (Impf Ind Sg P3) => val_ + "ía" ; --# notpresent VPB (Impf Ind Pl P1) => val_ + "íamos" ; --# notpresent VPB (Impf Ind Pl P2) => val_ + "íais" ; --# notpresent VPB (Impf Ind Pl P3) => val_ + "ían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {val_ + "ieras" ; val_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {val_ + "iera" ; val_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {val_ + "iéramos" ; val_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {val_ + "ierais" ; val_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {val_ + "ieran" ; val_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => val_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => val_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => val_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => val_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => val_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => val_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => val_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => val_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => val_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => val_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => val_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => val_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => val_ + "í" ; --# notpresent VPB (Pret Sg P2) => val_ + "iste" ; --# notpresent VPB (Pret Sg P3) => val_ + "ió" ; --# notpresent @@ -5343,12 +5836,12 @@ oper valer_81 : Str -> Verbum = \valer -> VPB (Fut Ind Pl P1) => val_ + "dremos" ; --# notpresent VPB (Fut Ind Pl P2) => val_ + "dréis" ; --# notpresent VPB (Fut Ind Pl P3) => val_ + "drán" ; --# notpresent - VPB (Fut Subj Sg P1) => val_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => val_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => val_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => val_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => val_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => val_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => val_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => val_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => val_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => val_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => val_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => val_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => val_ + "dría" ; --# notpresent VPB (Cond Sg P2) => val_ + "drías" ; --# notpresent VPB (Cond Sg P3) => val_ + "dría" ; --# notpresent @@ -5379,24 +5872,30 @@ oper venir_82 : Str -> Verbum = \venir -> VPB (Pres Ind Pl P1) => v_ + "enimos" ; VPB (Pres Ind Pl P2) => v_ + "enís" ; VPB (Pres Ind Pl P3) => v_ + "ienen" ; - VPB (Pres Subj Sg P1) => v_ + "enga" ; - VPB (Pres Subj Sg P2) => v_ + "engas" ; - VPB (Pres Subj Sg P3) => v_ + "enga" ; - VPB (Pres Subj Pl P1) => v_ + "engamos" ; - VPB (Pres Subj Pl P2) => v_ + "engáis" ; - VPB (Pres Subj Pl P3) => v_ + "engan" ; + VPB (Pres Sub Sg P1) => v_ + "enga" ; + VPB (Pres Sub Sg P2) => v_ + "engas" ; + VPB (Pres Sub Sg P3) => v_ + "enga" ; + VPB (Pres Sub Pl P1) => v_ + "engamos" ; + VPB (Pres Sub Pl P2) => v_ + "engáis" ; + VPB (Pres Sub Pl P3) => v_ + "engan" ; VPB (Impf Ind Sg P1) => v_ + "enía" ; --# notpresent VPB (Impf Ind Sg P2) => v_ + "enías" ; --# notpresent VPB (Impf Ind Sg P3) => v_ + "enía" ; --# notpresent VPB (Impf Ind Pl P1) => v_ + "eníamos" ; --# notpresent VPB (Impf Ind Pl P2) => v_ + "eníais" ; --# notpresent VPB (Impf Ind Pl P3) => v_ + "enían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {v_ + "inieras" ; v_ + "inieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {v_ + "iniera" ; v_ + "iniese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {v_ + "iniéramos" ; v_ + "iniésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {v_ + "inierais" ; v_ + "inieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {v_ + "inieran" ; v_ + "iniesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => v_ + "iniera" ; --# notpresent + VPB (Impf Sub Sg P2) => v_ + "inieras" ; --# notpresent + VPB (Impf Sub Sg P3) => v_ + "iniera" ; --# notpresent + VPB (Impf Sub Pl P1) => v_ + "iniéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => v_ + "inierais" ; --# notpresent + VPB (Impf Sub Pl P3) => v_ + "inieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => v_ + "iniese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => v_ + "inieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => v_ + "iniese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => v_ + "iniésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => v_ + "inieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => v_ + "iniesen" ; --# notpresent VPB (Pret Sg P1) => v_ + "ine" ; --# notpresent VPB (Pret Sg P2) => v_ + "iniste" ; --# notpresent VPB (Pret Sg P3) => v_ + "ino" ; --# notpresent @@ -5409,12 +5908,12 @@ oper venir_82 : Str -> Verbum = \venir -> VPB (Fut Ind Pl P1) => v_ + "endremos" ; --# notpresent VPB (Fut Ind Pl P2) => v_ + "endréis" ; --# notpresent VPB (Fut Ind Pl P3) => v_ + "endrán" ; --# notpresent - VPB (Fut Subj Sg P1) => v_ + "iniere" ; --# notpresent - VPB (Fut Subj Sg P2) => v_ + "inieres" ; --# notpresent - VPB (Fut Subj Sg P3) => v_ + "iniere" ; --# notpresent - VPB (Fut Subj Pl P1) => v_ + "iniéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => v_ + "iniereis" ; --# notpresent - VPB (Fut Subj Pl P3) => v_ + "inieren" ; --# notpresent + VPB (Fut Sub Sg P1) => v_ + "iniere" ; --# notpresent + VPB (Fut Sub Sg P2) => v_ + "inieres" ; --# notpresent + VPB (Fut Sub Sg P3) => v_ + "iniere" ; --# notpresent + VPB (Fut Sub Pl P1) => v_ + "iniéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => v_ + "iniereis" ; --# notpresent + VPB (Fut Sub Pl P3) => v_ + "inieren" ; --# notpresent VPB (Cond Sg P1) => v_ + "endría" ; --# notpresent VPB (Cond Sg P2) => v_ + "endrías" ; --# notpresent VPB (Cond Sg P3) => v_ + "endría" ; --# notpresent @@ -5445,24 +5944,30 @@ oper ver_83 : Str -> Verbum = \ver -> VPB (Pres Ind Pl P1) => v_ + "emos" ; VPB (Pres Ind Pl P2) => v_ + "eis" ; VPB (Pres Ind Pl P3) => v_ + "en" ; - VPB (Pres Subj Sg P1) => v_ + "ea" ; - VPB (Pres Subj Sg P2) => v_ + "eas" ; - VPB (Pres Subj Sg P3) => v_ + "ea" ; - VPB (Pres Subj Pl P1) => v_ + "eamos" ; - VPB (Pres Subj Pl P2) => v_ + "eáis" ; - VPB (Pres Subj Pl P3) => v_ + "ean" ; + VPB (Pres Sub Sg P1) => v_ + "ea" ; + VPB (Pres Sub Sg P2) => v_ + "eas" ; + VPB (Pres Sub Sg P3) => v_ + "ea" ; + VPB (Pres Sub Pl P1) => v_ + "eamos" ; + VPB (Pres Sub Pl P2) => v_ + "eáis" ; + VPB (Pres Sub Pl P3) => v_ + "ean" ; VPB (Impf Ind Sg P1) => v_ + "eía" ; --# notpresent VPB (Impf Ind Sg P2) => v_ + "eías" ; --# notpresent VPB (Impf Ind Sg P3) => v_ + "eía" ; --# notpresent VPB (Impf Ind Pl P1) => v_ + "eíamos" ; --# notpresent VPB (Impf Ind Pl P2) => v_ + "eíais" ; --# notpresent VPB (Impf Ind Pl P3) => v_ + "eían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {v_ + "ieras" ; v_ + "ieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {v_ + "iera" ; v_ + "iese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {v_ + "iéramos" ; v_ + "iésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {v_ + "ierais" ; v_ + "ieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {v_ + "ieran" ; v_ + "iesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => v_ + "iera" ; --# notpresent + VPB (Impf Sub Sg P2) => v_ + "ieras" ; --# notpresent + VPB (Impf Sub Sg P3) => v_ + "iera" ; --# notpresent + VPB (Impf Sub Pl P1) => v_ + "iéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => v_ + "ierais" ; --# notpresent + VPB (Impf Sub Pl P3) => v_ + "ieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => v_ + "iese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => v_ + "ieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => v_ + "iese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => v_ + "iésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => v_ + "ieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => v_ + "iesen" ; --# notpresent VPB (Pret Sg P1) => v_ + "i" ; --# notpresent VPB (Pret Sg P2) => v_ + "iste" ; --# notpresent VPB (Pret Sg P3) => v_ + "io" ; --# notpresent @@ -5475,12 +5980,12 @@ oper ver_83 : Str -> Verbum = \ver -> VPB (Fut Ind Pl P1) => v_ + "eremos" ; --# notpresent VPB (Fut Ind Pl P2) => v_ + "eréis" ; --# notpresent VPB (Fut Ind Pl P3) => v_ + "erán" ; --# notpresent - VPB (Fut Subj Sg P1) => v_ + "iere" ; --# notpresent - VPB (Fut Subj Sg P2) => v_ + "ieres" ; --# notpresent - VPB (Fut Subj Sg P3) => v_ + "iere" ; --# notpresent - VPB (Fut Subj Pl P1) => v_ + "iéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => v_ + "iereis" ; --# notpresent - VPB (Fut Subj Pl P3) => v_ + "ieren" ; --# notpresent + VPB (Fut Sub Sg P1) => v_ + "iere" ; --# notpresent + VPB (Fut Sub Sg P2) => v_ + "ieres" ; --# notpresent + VPB (Fut Sub Sg P3) => v_ + "iere" ; --# notpresent + VPB (Fut Sub Pl P1) => v_ + "iéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => v_ + "iereis" ; --# notpresent + VPB (Fut Sub Pl P3) => v_ + "ieren" ; --# notpresent VPB (Cond Sg P1) => v_ + "ería" ; --# notpresent VPB (Cond Sg P2) => v_ + "erías" ; --# notpresent VPB (Cond Sg P3) => v_ + "ería" ; --# notpresent @@ -5511,24 +6016,30 @@ oper volver_84 : Str -> Verbum = \volver -> VPB (Pres Ind Pl P1) => v_ + "olvemos" ; VPB (Pres Ind Pl P2) => v_ + "olvéis" ; VPB (Pres Ind Pl P3) => v_ + "uelven" ; - VPB (Pres Subj Sg P1) => v_ + "uelva" ; - VPB (Pres Subj Sg P2) => v_ + "uelvas" ; - VPB (Pres Subj Sg P3) => v_ + "uelva" ; - VPB (Pres Subj Pl P1) => v_ + "olvamos" ; - VPB (Pres Subj Pl P2) => v_ + "olváis" ; - VPB (Pres Subj Pl P3) => v_ + "uelvan" ; + VPB (Pres Sub Sg P1) => v_ + "uelva" ; + VPB (Pres Sub Sg P2) => v_ + "uelvas" ; + VPB (Pres Sub Sg P3) => v_ + "uelva" ; + VPB (Pres Sub Pl P1) => v_ + "olvamos" ; + VPB (Pres Sub Pl P2) => v_ + "olváis" ; + VPB (Pres Sub Pl P3) => v_ + "uelvan" ; VPB (Impf Ind Sg P1) => v_ + "olvía" ; --# notpresent VPB (Impf Ind Sg P2) => v_ + "olvías" ; --# notpresent VPB (Impf Ind Sg P3) => v_ + "olvía" ; --# notpresent VPB (Impf Ind Pl P1) => v_ + "olvíamos" ; --# notpresent VPB (Impf Ind Pl P2) => v_ + "olvíais" ; --# notpresent VPB (Impf Ind Pl P3) => v_ + "olvían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {v_ + "olvieras" ; v_ + "olvieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {v_ + "olviera" ; v_ + "olviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {v_ + "olviéramos" ; v_ + "olviésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {v_ + "olvierais" ; v_ + "olvieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {v_ + "olvieran" ; v_ + "olviesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => v_ + "olviera" ; --# notpresent + VPB (Impf Sub Sg P2) => v_ + "olvieras" ; --# notpresent + VPB (Impf Sub Sg P3) => v_ + "olviera" ; --# notpresent + VPB (Impf Sub Pl P1) => v_ + "olviéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => v_ + "olvierais" ; --# notpresent + VPB (Impf Sub Pl P3) => v_ + "olvieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => v_ + "olviese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => v_ + "olvieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => v_ + "olviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => v_ + "olviésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => v_ + "olvieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => v_ + "olviesen" ; --# notpresent VPB (Pret Sg P1) => v_ + "olví" ; --# notpresent VPB (Pret Sg P2) => v_ + "olviste" ; --# notpresent VPB (Pret Sg P3) => v_ + "olvió" ; --# notpresent @@ -5541,12 +6052,12 @@ oper volver_84 : Str -> Verbum = \volver -> VPB (Fut Ind Pl P1) => v_ + "olveremos" ; --# notpresent VPB (Fut Ind Pl P2) => v_ + "olveréis" ; --# notpresent VPB (Fut Ind Pl P3) => v_ + "olverán" ; --# notpresent - VPB (Fut Subj Sg P1) => v_ + "olviere" ; --# notpresent - VPB (Fut Subj Sg P2) => v_ + "olvieres" ; --# notpresent - VPB (Fut Subj Sg P3) => v_ + "olviere" ; --# notpresent - VPB (Fut Subj Pl P1) => v_ + "olviéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => v_ + "olviereis" ; --# notpresent - VPB (Fut Subj Pl P3) => v_ + "olvieren" ; --# notpresent + VPB (Fut Sub Sg P1) => v_ + "olviere" ; --# notpresent + VPB (Fut Sub Sg P2) => v_ + "olvieres" ; --# notpresent + VPB (Fut Sub Sg P3) => v_ + "olviere" ; --# notpresent + VPB (Fut Sub Pl P1) => v_ + "olviéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => v_ + "olviereis" ; --# notpresent + VPB (Fut Sub Pl P3) => v_ + "olvieren" ; --# notpresent VPB (Cond Sg P1) => v_ + "olvería" ; --# notpresent VPB (Cond Sg P2) => v_ + "olverías" ; --# notpresent VPB (Cond Sg P3) => v_ + "olvería" ; --# notpresent @@ -5577,24 +6088,30 @@ oper yacer_85 : Str -> Verbum = \yacer -> VPB (Pres Ind Pl P1) => ya_ + "cemos" ; VPB (Pres Ind Pl P2) => ya_ + "céis" ; VPB (Pres Ind Pl P3) => ya_ + "cen" ; - VPB (Pres Subj Sg P1) => ya_ + "zga" ; - VPB (Pres Subj Sg P2) => ya_ + "zgas" ; - VPB (Pres Subj Sg P3) => ya_ + "zga" ; - VPB (Pres Subj Pl P1) => ya_ + "zgamos" ; - VPB (Pres Subj Pl P2) => ya_ + "zgáis" ; - VPB (Pres Subj Pl P3) => ya_ + "zgan" ; + VPB (Pres Sub Sg P1) => ya_ + "zga" ; + VPB (Pres Sub Sg P2) => ya_ + "zgas" ; + VPB (Pres Sub Sg P3) => ya_ + "zga" ; + VPB (Pres Sub Pl P1) => ya_ + "zgamos" ; + VPB (Pres Sub Pl P2) => ya_ + "zgáis" ; + VPB (Pres Sub Pl P3) => ya_ + "zgan" ; VPB (Impf Ind Sg P1) => ya_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => ya_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => ya_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => ya_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => ya_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => ya_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {ya_ + "cieras" ; ya_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ya_ + "ciera" ; ya_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {ya_ + "ciéramos" ; ya_ + "ciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {ya_ + "cierais" ; ya_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {ya_ + "cieran" ; ya_ + "ciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => ya_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => ya_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => ya_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => ya_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => ya_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => ya_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => ya_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => ya_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => ya_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => ya_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => ya_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => ya_ + "ciesen" ; --# notpresent VPB (Pret Sg P1) => ya_ + "cí" ; --# notpresent VPB (Pret Sg P2) => ya_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => ya_ + "ció" ; --# notpresent @@ -5607,12 +6124,12 @@ oper yacer_85 : Str -> Verbum = \yacer -> VPB (Fut Ind Pl P1) => ya_ + "ceremos" ; --# notpresent VPB (Fut Ind Pl P2) => ya_ + "ceréis" ; --# notpresent VPB (Fut Ind Pl P3) => ya_ + "cerán" ; --# notpresent - VPB (Fut Subj Sg P1) => ya_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => ya_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => ya_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => ya_ + "ciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => ya_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => ya_ + "cieren" ; --# notpresent + VPB (Fut Sub Sg P1) => ya_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => ya_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => ya_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => ya_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => ya_ + "ciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => ya_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => ya_ + "cería" ; --# notpresent VPB (Cond Sg P2) => ya_ + "cerías" ; --# notpresent VPB (Cond Sg P3) => ya_ + "cería" ; --# notpresent @@ -5643,24 +6160,30 @@ oper zurcir_86 : Str -> Verbum = \zurcir -> VPB (Pres Ind Pl P1) => zur_ + "cimos" ; VPB (Pres Ind Pl P2) => zur_ + "cís" ; VPB (Pres Ind Pl P3) => zur_ + "cen" ; - VPB (Pres Subj Sg P1) => zur_ + "za" ; - VPB (Pres Subj Sg P2) => zur_ + "zas" ; - VPB (Pres Subj Sg P3) => zur_ + "za" ; - VPB (Pres Subj Pl P1) => zur_ + "zamos" ; - VPB (Pres Subj Pl P2) => zur_ + "záis" ; - VPB (Pres Subj Pl P3) => zur_ + "zan" ; + VPB (Pres Sub Sg P1) => zur_ + "za" ; + VPB (Pres Sub Sg P2) => zur_ + "zas" ; + VPB (Pres Sub Sg P3) => zur_ + "za" ; + VPB (Pres Sub Pl P1) => zur_ + "zamos" ; + VPB (Pres Sub Pl P2) => zur_ + "záis" ; + VPB (Pres Sub Pl P3) => zur_ + "zan" ; VPB (Impf Ind Sg P1) => zur_ + "cía" ; --# notpresent VPB (Impf Ind Sg P2) => zur_ + "cías" ; --# notpresent VPB (Impf Ind Sg P3) => zur_ + "cía" ; --# notpresent VPB (Impf Ind Pl P1) => zur_ + "cíamos" ; --# notpresent VPB (Impf Ind Pl P2) => zur_ + "cíais" ; --# notpresent VPB (Impf Ind Pl P3) => zur_ + "cían" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {zur_ + "cieras" ; zur_ + "cieses"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {zur_ + "ciera" ; zur_ + "ciese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {zur_ + "ciéramos" ; zur_ + "ciésemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {zur_ + "cierais" ; zur_ + "cieseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {zur_ + "cieran" ; zur_ + "ciesen"} ; --# notpresent + VPB (Impf Sub Sg P1) => zur_ + "ciera" ; --# notpresent + VPB (Impf Sub Sg P2) => zur_ + "cieras" ; --# notpresent + VPB (Impf Sub Sg P3) => zur_ + "ciera" ; --# notpresent + VPB (Impf Sub Pl P1) => zur_ + "ciéramos" ; --# notpresent + VPB (Impf Sub Pl P2) => zur_ + "cierais" ; --# notpresent + VPB (Impf Sub Pl P3) => zur_ + "cieran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => zur_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Sg P2) => zur_ + "cieses" ; --# notpresent + VPB (ImpfSub2 Sg P3) => zur_ + "ciese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => zur_ + "ciésemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => zur_ + "cieseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => zur_ + "ciesen" ; --# notpresent VPB (Pret Sg P1) => zur_ + "cí" ; --# notpresent VPB (Pret Sg P2) => zur_ + "ciste" ; --# notpresent VPB (Pret Sg P3) => zur_ + "ció" ; --# notpresent @@ -5673,12 +6196,12 @@ oper zurcir_86 : Str -> Verbum = \zurcir -> VPB (Fut Ind Pl P1) => zur_ + "ciremos" ; --# notpresent VPB (Fut Ind Pl P2) => zur_ + "ciréis" ; --# notpresent VPB (Fut Ind Pl P3) => zur_ + "cirán" ; --# notpresent - VPB (Fut Subj Sg P1) => zur_ + "ciere" ; --# notpresent - VPB (Fut Subj Sg P2) => zur_ + "cieres" ; --# notpresent - VPB (Fut Subj Sg P3) => zur_ + "ciere" ; --# notpresent - VPB (Fut Subj Pl P1) => zur_ + "ciéremos" ; --# notpresent - VPB (Fut Subj Pl P2) => zur_ + "ciereis" ; --# notpresent - VPB (Fut Subj Pl P3) => zur_ + "cieren" ; --# notpresent + VPB (Fut Sub Sg P1) => zur_ + "ciere" ; --# notpresent + VPB (Fut Sub Sg P2) => zur_ + "cieres" ; --# notpresent + VPB (Fut Sub Sg P3) => zur_ + "ciere" ; --# notpresent + VPB (Fut Sub Pl P1) => zur_ + "ciéremos" ; --# notpresent + VPB (Fut Sub Pl P2) => zur_ + "ciereis" ; --# notpresent + VPB (Fut Sub Pl P3) => zur_ + "cieren" ; --# notpresent VPB (Cond Sg P1) => zur_ + "ciría" ; --# notpresent VPB (Cond Sg P2) => zur_ + "cirías" ; --# notpresent VPB (Cond Sg P3) => zur_ + "ciría" ; --# notpresent @@ -5709,24 +6232,30 @@ oper amar_87 : Str -> Verbum = \amar -> VPB (Pres Ind Pl P1) => am_ + "amos" ; VPB (Pres Ind Pl P2) => am_ + "áis" ; VPB (Pres Ind Pl P3) => am_ + "an" ; - VPB (Pres Subj Sg P1) => am_ + "e" ; - VPB (Pres Subj Sg P2) => am_ + "es" ; - VPB (Pres Subj Sg P3) => am_ + "e" ; - VPB (Pres Subj Pl P1) => am_ + "emos" ; - VPB (Pres Subj Pl P2) => am_ + "éis" ; - VPB (Pres Subj Pl P3) => am_ + "en" ; + VPB (Pres Sub Sg P1) => am_ + "e" ; + VPB (Pres Sub Sg P2) => am_ + "es" ; + VPB (Pres Sub Sg P3) => am_ + "e" ; + VPB (Pres Sub Pl P1) => am_ + "emos" ; + VPB (Pres Sub Pl P2) => am_ + "éis" ; + VPB (Pres Sub Pl P3) => am_ + "en" ; VPB (Impf Ind Sg P1) => am_ + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => am_ + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => am_ + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => am_ + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => am_ + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => am_ + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {am_ + "aras" ; am_ + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {am_ + "ara" ; am_ + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {am_ + "áramos" ; am_ + "ásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {am_ + "arais" ; am_ + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {am_ + "aran" ; am_ + "asen"} ; --# notpresent + VPB (Impf Sub Sg P1) => am_ + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => am_ + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => am_ + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => am_ + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => am_ + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => am_ + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => am_ + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => am_ + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => am_ + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => am_ + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => am_ + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => am_ + "asen" ; --# notpresent VPB (Pret Sg P1) => am_ + "é" ; --# notpresent VPB (Pret Sg P2) => am_ + "aste" ; --# notpresent VPB (Pret Sg P3) => am_ + "ó" ; --# notpresent @@ -5739,12 +6268,12 @@ oper amar_87 : Str -> Verbum = \amar -> VPB (Fut Ind Pl P1) => am_ + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => am_ + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => am_ + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => am_ + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => am_ + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => am_ + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => am_ + "áremos" ; --# notpresent - VPB (Fut Subj Pl P2) => am_ + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => am_ + "aren" ; --# notpresent + VPB (Fut Sub Sg P1) => am_ + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => am_ + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => am_ + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => am_ + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => am_ + "areis" ; --# notpresent + VPB (Fut Sub Pl P3) => am_ + "aren" ; --# notpresent VPB (Cond Sg P1) => am_ + "aría" ; --# notpresent VPB (Cond Sg P2) => am_ + "arías" ; --# notpresent VPB (Cond Sg P3) => am_ + "aría" ; --# notpresent @@ -5775,24 +6304,30 @@ oper llover_89 : Str -> Verbum = \llover -> VPB (Pres Ind Pl P1) => variants {} ; VPB (Pres Ind Pl P2) => variants {} ; VPB (Pres Ind Pl P3) => variants {} ; - VPB (Pres Subj Sg P1) => variants {} ; - VPB (Pres Subj Sg P2) => variants {} ; - VPB (Pres Subj Sg P3) => ll_ + "ueva" ; - VPB (Pres Subj Pl P1) => variants {} ; - VPB (Pres Subj Pl P2) => variants {} ; - VPB (Pres Subj Pl P3) => variants {} ; + VPB (Pres Sub Sg P1) => variants {} ; + VPB (Pres Sub Sg P2) => variants {} ; + VPB (Pres Sub Sg P3) => ll_ + "ueva" ; + VPB (Pres Sub Pl P1) => variants {} ; + VPB (Pres Sub Pl P2) => variants {} ; + VPB (Pres Sub Pl P3) => variants {} ; VPB (Impf Ind Sg P1) => variants {} ; --# notpresent VPB (Impf Ind Sg P2) => variants {} ; --# notpresent VPB (Impf Ind Sg P3) => ll_ + "ovía" ; --# notpresent VPB (Impf Ind Pl P1) => variants {} ; --# notpresent VPB (Impf Ind Pl P2) => variants {} ; --# notpresent VPB (Impf Ind Pl P3) => variants {} ; --# notpresent - VPB (Impf Subj Sg P1) => variants {} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {ll_ + "oviera" ; ll_ + "oviese"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {} ; --# notpresent + VPB (Impf Sub Sg P1) => variants {} ; --# notpresent + VPB (Impf Sub Sg P2) => variants {} ; --# notpresent + VPB (Impf Sub Sg P3) => ll_ + "oviera" ; --# notpresent + VPB (Impf Sub Pl P1) => variants {} ; --# notpresent + VPB (Impf Sub Pl P2) => variants {} ; --# notpresent + VPB (Impf Sub Pl P3) => variants {} ; --# notpresent + VPB (ImpfSub2 Sg P1) => variants {} ; --# notpresent + VPB (ImpfSub2 Sg P2) => variants {} ; --# notpresent + VPB (ImpfSub2 Sg P3) => ll_ + "oviese" ; --# notpresent + VPB (ImpfSub2 Pl P1) => variants {} ; --# notpresent + VPB (ImpfSub2 Pl P2) => variants {} ; --# notpresent + VPB (ImpfSub2 Pl P3) => variants {} ; --# notpresent VPB (Pret Sg P1) => variants {} ; --# notpresent VPB (Pret Sg P2) => variants {} ; --# notpresent VPB (Pret Sg P3) => ll_ + "ovió" ; --# notpresent @@ -5805,12 +6340,12 @@ oper llover_89 : Str -> Verbum = \llover -> VPB (Fut Ind Pl P1) => variants {} ; --# notpresent VPB (Fut Ind Pl P2) => variants {} ; --# notpresent VPB (Fut Ind Pl P3) => variants {} ; --# notpresent - VPB (Fut Subj Sg P1) => variants {} ; --# notpresent - VPB (Fut Subj Sg P2) => variants {} ; --# notpresent - VPB (Fut Subj Sg P3) => ll_ + "oviere" ; --# notpresent - VPB (Fut Subj Pl P1) => variants {} ; --# notpresent - VPB (Fut Subj Pl P2) => variants {} ; --# notpresent - VPB (Fut Subj Pl P3) => variants {} ; --# notpresent + VPB (Fut Sub Sg P1) => variants {} ; --# notpresent + VPB (Fut Sub Sg P2) => variants {} ; --# notpresent + VPB (Fut Sub Sg P3) => ll_ + "oviere" ; --# notpresent + VPB (Fut Sub Pl P1) => variants {} ; --# notpresent + VPB (Fut Sub Pl P2) => variants {} ; --# notpresent + VPB (Fut Sub Pl P3) => variants {} ; --# notpresent VPB (Cond Sg P1) => variants {} ; --# notpresent VPB (Cond Sg P2) => variants {} ; --# notpresent VPB (Cond Sg P3) => ll_ + "overía" ; --# notpresent @@ -5879,6 +6414,7 @@ param VPers = Pres Mode Number Person | Impf Mode Number Person --# notpresent --# notpresent + | ImpfSub2 Number Person --# notpresent --# notpresent | Pret Number Person --# notpresent --# notpresent | Fut Mode Number Person --# notpresent --# notpresent | Cond Number Person --# notpresent --# notpresent @@ -5908,24 +6444,30 @@ oper VPB (Pres Ind Pl P1) => mostr + "amos" ; VPB (Pres Ind Pl P2) => mostr + "áis" ; VPB (Pres Ind Pl P3) => muestr + "an" ; - VPB (Pres Subj Sg P1) => muestr + "ue" ; - VPB (Pres Subj Sg P2) => muestr + "ues" ; - VPB (Pres Subj Sg P3) => muestr + "ue" ; - VPB (Pres Subj Pl P1) => mostr + "uemos" ; - VPB (Pres Subj Pl P2) => mostr + "uéis" ; - VPB (Pres Subj Pl P3) => muestr + "uen" ; + VPB (Pres Sub Sg P1) => muestr + "ue" ; + VPB (Pres Sub Sg P2) => muestr + "ues" ; + VPB (Pres Sub Sg P3) => muestr + "ue" ; + VPB (Pres Sub Pl P1) => mostr + "uemos" ; + VPB (Pres Sub Pl P2) => mostr + "uéis" ; + VPB (Pres Sub Pl P3) => muestr + "uen" ; VPB (Impf Ind Sg P1) => mostr + "aba" ; --# notpresent VPB (Impf Ind Sg P2) => mostr + "abas" ; --# notpresent VPB (Impf Ind Sg P3) => mostr + "aba" ; --# notpresent VPB (Impf Ind Pl P1) => mostr + "ábamos" ; --# notpresent VPB (Impf Ind Pl P2) => mostr + "abais" ; --# notpresent VPB (Impf Ind Pl P3) => mostr + "aban" ; --# notpresent - VPB (Impf Subj Sg P1) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent - VPB (Impf Subj Sg P2) => variants {mostr + "aras" ; mostr + "ases"} ; --# notpresent - VPB (Impf Subj Sg P3) => variants {mostr + "ara" ; mostr + "ase"} ; --# notpresent - VPB (Impf Subj Pl P1) => variants {mostr + "áramos" ; mostr + "ásemos"} ; --# notpresent - VPB (Impf Subj Pl P2) => variants {mostr + "arais" ; mostr + "aseis"} ; --# notpresent - VPB (Impf Subj Pl P3) => variants {mostr + "aran" ; mostr + "asen"} ; --# notpresent + VPB (Impf Sub Sg P1) => mostr + "ara" ; --# notpresent + VPB (Impf Sub Sg P2) => mostr + "aras" ; --# notpresent + VPB (Impf Sub Sg P3) => mostr + "ara" ; --# notpresent + VPB (Impf Sub Pl P1) => mostr + "áramos" ; --# notpresent + VPB (Impf Sub Pl P2) => mostr + "arais" ; --# notpresent + VPB (Impf Sub Pl P3) => mostr + "aran" ; --# notpresent + VPB (ImpfSub2 Sg P1) => mostr + "ase" ; --# notpresent + VPB (ImpfSub2 Sg P2) => mostr + "ases" ; --# notpresent + VPB (ImpfSub2 Sg P3) => mostr + "ase" ; --# notpresent + VPB (ImpfSub2 Pl P1) => mostr + "ásemos" ; --# notpresent + VPB (ImpfSub2 Pl P2) => mostr + "aseis" ; --# notpresent + VPB (ImpfSub2 Pl P3) => mostr + "asen" ; --# notpresent VPB (Pret Sg P1) => mostr + "ué" ; --# notpresent VPB (Pret Sg P2) => mostr + "aste" ; --# notpresent VPB (Pret Sg P3) => mostr + "ó" ; --# notpresent @@ -5938,12 +6480,12 @@ oper VPB (Fut Ind Pl P1) => mostr + "aremos" ; --# notpresent VPB (Fut Ind Pl P2) => mostr + "aréis" ; --# notpresent VPB (Fut Ind Pl P3) => mostr + "arán" ; --# notpresent - VPB (Fut Subj Sg P1) => mostr + "are" ; --# notpresent - VPB (Fut Subj Sg P2) => mostr + "ares" ; --# notpresent - VPB (Fut Subj Sg P3) => mostr + "are" ; --# notpresent - VPB (Fut Subj Pl P1) => mostr + "áremos" ; --# notpresent - VPB (Fut Subj Pl P2) => mostr + "areis" ; --# notpresent - VPB (Fut Subj Pl P3) => mostr + "aren" ; --# notpresent + VPB (Fut Sub Sg P1) => mostr + "are" ; --# notpresent + VPB (Fut Sub Sg P2) => mostr + "ares" ; --# notpresent + VPB (Fut Sub Sg P3) => mostr + "are" ; --# notpresent + VPB (Fut Sub Pl P1) => mostr + "áremos" ; --# notpresent + VPB (Fut Sub Pl P2) => mostr + "areis" ; --# notpresent + VPB (Fut Sub Pl P3) => mostr + "aren" ; --# notpresent VPB (Cond Sg P1) => mostr + "aría" ; --# notpresent VPB (Cond Sg P2) => mostr + "arías" ; --# notpresent VPB (Cond Sg P3) => mostr + "aría" ; --# notpresent diff --git a/next-lib/src/spanish/IrregSpa.gf b/next-lib/src/spanish/IrregSpa.gf index 5953f8063..f2a649846 100644 --- a/next-lib/src/spanish/IrregSpa.gf +++ b/next-lib/src/spanish/IrregSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:prelude +--# -path=.:../romance:../abstract:../common:../prelude -- machine-generated GF file from Andersson & Söderberg's MSc work @@ -18,24 +18,30 @@ lin ser_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "somos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sois" ; {- VPB (Pres Ind C.Pl C.P3) => -} "son" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "seas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "seamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "seáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "seas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "seamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "seáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "era" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "eras" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "era" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "éramos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "erais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "eran" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fuéramos" ; "fuésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "fuesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fueras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fuéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fuerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fueran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fueses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fuésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fueseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fuesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fui" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fue" ;--# notpresent @@ -48,12 +54,12 @@ lin ser_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "seremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "seréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "serán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fuéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fuéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "serías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sería" ;--# notpresent @@ -84,24 +90,30 @@ lin ir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "van" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vaya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vayas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vaya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vayamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vayáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vayan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vaya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vayas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vaya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vayamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vayáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vayan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "iba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ibas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "iba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "íbamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ibais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "iban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fueras" ; "fueses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fuera" ; "fuese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fuéramos" ; "fuésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fuerais" ; "fueseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fueran" ; "fuesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fueras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fuera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fuéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fuerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fueran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fueses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fuese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fuésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fueseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fuesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fui" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fue" ;--# notpresent @@ -114,12 +126,12 @@ lin ir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "iremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "iréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "irán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fueres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fuere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fuéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fuereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fueren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fueres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fuere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fuéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fuereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fueren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "iría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "irías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "iría" ;--# notpresent @@ -150,24 +162,30 @@ lin estar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "están" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esté" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estés" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esté" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estén" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esté" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estés" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esté" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estén" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estuvieras" ; "estuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estuviera" ; "estuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estuviéramos" ; "estuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estuvierais" ; "estuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estuvieran" ; "estuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estuvo" ;--# notpresent @@ -180,12 +198,12 @@ lin estar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estaría" ;--# notpresent @@ -216,24 +234,30 @@ lin haber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "habéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "han" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "haya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hayas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "haya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hayamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hayáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hayan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "haya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hayas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "haya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hayamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hayáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hayan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "había" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "habías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "había" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "habíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "habíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "habían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hubieras" ; "hubieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hubiera" ; "hubiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hubiéramos" ; "hubiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hubierais" ; "hubieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hubieran" ; "hubiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hubiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hubieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hubiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hubiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hubierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hubieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hubiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hubieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hubiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hubiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hubieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hubiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hube" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hubiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hubo" ;--# notpresent @@ -246,12 +270,12 @@ lin haber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "habremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "habréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "habrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hubiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hubieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hubiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hubiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hubiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hubieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hubiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hubieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hubiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hubiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hubiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hubieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "habría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "habrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "habría" ;--# notpresent @@ -282,24 +306,30 @@ lin caber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cabemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cabéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "caben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "quepa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "quepas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "quepa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "quepamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "quepáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "quepan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "quepa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "quepas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "quepa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "quepamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "quepáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "quepan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cabía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cabías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cabía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cabíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cabíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cabían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cupieras" ; "cupieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cupiera" ; "cupiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cupiéramos" ; "cupiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cupierais" ; "cupieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cupieran" ; "cupiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cupiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cupieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cupiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cupiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cupierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cupieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cupieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cupiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cupieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cupiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cupe" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cupiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cupo" ;--# notpresent @@ -312,12 +342,12 @@ lin caber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cabremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cabréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cabrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cupiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cupieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cupiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cupiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cupiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cupieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cupiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cupieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cupiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cupiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cupiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cupieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cabría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cabrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cabría" ;--# notpresent @@ -348,24 +378,30 @@ lin resaber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resabemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resabéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resaben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resepa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resepas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resepa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resepamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resepáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resepan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resepa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resepas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resepa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resepamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resepáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resepan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resabía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resabías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resabía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resabíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resabíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resabían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resupieras" ; "resupieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resupiera" ; "resupiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resupiéramos" ; "resupiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resupierais" ; "resupieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resupieran" ; "resupiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resupiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resupieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resupiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resupiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resupierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resupieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resupieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resupiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resupiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resupieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resupiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resupe" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resupiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resupo" ;--# notpresent @@ -378,12 +414,12 @@ lin resaber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resabremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resabréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resabrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resupiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resupieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resupiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resupiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resupiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resupieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resupiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resupieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resupiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resupiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resupiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resupieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resabría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resabrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resabría" ;--# notpresent @@ -414,24 +450,30 @@ lin saber_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sabemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sabéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "saben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sepa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sepas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sepa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sepamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sepáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sepan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sepa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sepas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sepa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sepamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sepáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sepan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sabía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sabías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sabía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sabíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sabíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sabían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supiera" ; "supiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supieras" ; "supieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supiera" ; "supiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supiéramos" ; "supiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supierais" ; "supieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supieran" ; "supiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "supiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "supieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "supiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "supiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "supierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "supieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "supiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "supieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "supiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "supiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "supieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "supiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "supe" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "supiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "supo" ;--# notpresent @@ -444,12 +486,12 @@ lin saber_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sabremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sabréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sabrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "supiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "supieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "supiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "supiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "supiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "supieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "supiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "supieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "supiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "supiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "supiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "supieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sabría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sabrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sabría" ;--# notpresent @@ -480,24 +522,30 @@ lin abstener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abstenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abstengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abstenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abstengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abstengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abstengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abstenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abstengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abstenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abstengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abstengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abstengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abstenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abstenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "absteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "absteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstuvieras" ; "abstuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstuviera" ; "abstuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstuviéramos" ; "abstuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstuvierais" ; "abstuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstuvieran" ; "abstuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abstuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstuvo" ;--# notpresent @@ -510,12 +558,12 @@ lin abstener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstendría" ;--# notpresent @@ -546,24 +594,30 @@ lin contener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contuvieras" ; "contuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contuviera" ; "contuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contuviéramos" ; "contuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contuvierais" ; "contuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contuvieran" ; "contuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contuvo" ;--# notpresent @@ -576,12 +630,12 @@ lin contener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contendría" ;--# notpresent @@ -612,24 +666,30 @@ lin detener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "detenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "detengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "detenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "detengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "detengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "detengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "detenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "detengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "detenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "detengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "detengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "detengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "detenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "detenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detuvieras" ; "detuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detuviera" ; "detuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detuviéramos" ; "detuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detuvierais" ; "detuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detuvieran" ; "detuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "detuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detuvo" ;--# notpresent @@ -642,12 +702,12 @@ lin detener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detendría" ;--# notpresent @@ -678,24 +738,30 @@ lin entretener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entretenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entretenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entretienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entretenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entretengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entretenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entretengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entretengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entretengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entretenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entretengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entretenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entretengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entretengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entretengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entretenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entretenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entretenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entretenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entretuvieras" ; "entretuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entretuviera" ; "entretuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entretuviéramos" ; "entretuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entretuvierais" ; "entretuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entretuvieran" ; "entretuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entretuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entretuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entretuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entretuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entretuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entretuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entretuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entretuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entretuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entretuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entretuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entretuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entretuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entretuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entretuvo" ;--# notpresent @@ -708,12 +774,12 @@ lin entretener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entretendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entretendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entretendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entretuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entretuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entretuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entretuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entretuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entretuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entretuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entretuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entretuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entretuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entretuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entretendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entretendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entretendría" ;--# notpresent @@ -744,24 +810,30 @@ lin mantener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mantenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mantenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mantienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mantenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mantengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mantenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mantengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mantengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mantengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mantenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mantengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mantenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mantengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mantengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mantengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mantenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mantenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mantenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mantenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mantuvieras" ; "mantuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mantuviera" ; "mantuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mantuviéramos" ; "mantuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mantuvierais" ; "mantuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mantuvieran" ; "mantuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mantuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mantuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mantuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mantuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mantuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mantuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mantuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mantuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mantuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mantuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mantuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mantuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mantuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mantuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mantuvo" ;--# notpresent @@ -774,12 +846,12 @@ lin mantener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mantendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mantendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mantendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mantuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mantuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mantuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mantuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mantuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mantuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mantuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mantuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mantuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mantuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mantuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mantendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mantendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mantendría" ;--# notpresent @@ -810,24 +882,30 @@ lin manutener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manutenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manutenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "manutienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "manutenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "manutengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "manutenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "manutengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "manutengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "manutengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "manutenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "manutengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "manutenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "manutengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "manutengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "manutengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "manutenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manutenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manutenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manuteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manuteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manutenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manutuvieras" ; "manutuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manutuviera" ; "manutuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manutuviéramos" ; "manutuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manutuvierais" ; "manutuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manutuvieran" ; "manutuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "manutuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manutuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "manutuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "manutuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manutuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manutuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "manutuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manutuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "manutuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "manutuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manutuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "manutuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "manutuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "manutuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manutuvo" ;--# notpresent @@ -840,12 +918,12 @@ lin manutener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "manutendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "manutendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manutendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "manutuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manutuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "manutuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "manutuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "manutuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manutuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manutuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "manutuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "manutuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "manutuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manutuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manutendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manutendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manutendría" ;--# notpresent @@ -876,24 +954,30 @@ lin obtener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obtenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obtenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obtienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obtenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obtengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obtenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obtengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obtengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obtengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obtenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obtengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obtenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obtengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obtengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obtengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obtenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obtenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obtenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obtenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obtuvieras" ; "obtuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obtuviera" ; "obtuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obtuviéramos" ; "obtuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obtuvierais" ; "obtuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obtuvieran" ; "obtuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obtuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obtuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obtuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obtuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obtuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obtuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obtuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obtuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obtuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obtuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obtuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obtuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obtuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obtuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obtuvo" ;--# notpresent @@ -906,12 +990,12 @@ lin obtener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obtendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obtendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obtendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obtuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obtuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obtuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obtuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obtuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obtuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obtuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obtuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obtuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obtuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obtuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obtendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obtendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obtendría" ;--# notpresent @@ -942,24 +1026,30 @@ lin retener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retuvieras" ; "retuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retuviera" ; "retuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retuviéramos" ; "retuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retuvierais" ; "retuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retuvieran" ; "retuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retuvo" ;--# notpresent @@ -972,12 +1062,12 @@ lin retener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retendría" ;--# notpresent @@ -1008,24 +1098,30 @@ lin sostener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sostenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sostenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sostienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sostenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sostengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sostenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sostengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sostengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sostengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sostenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sostengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sostenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sostengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sostengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sostengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sostenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sostenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sostenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sosteníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sosteníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sostenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sostuvieras" ; "sostuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sostuviera" ; "sostuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sostuviéramos" ; "sostuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sostuvierais" ; "sostuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sostuvieran" ; "sostuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sostuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sostuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sostuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sostuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sostuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sostuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sostuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sostuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sostuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sostuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sostuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sostuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sostuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sostuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sostuvo" ;--# notpresent @@ -1038,12 +1134,12 @@ lin sostener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sostendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sostendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sostendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sostuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sostuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sostuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sostuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sostuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sostuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sostuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sostuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sostuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sostuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sostuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sostendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sostendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sostendría" ;--# notpresent @@ -1074,24 +1170,30 @@ lin tener_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tenemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tenéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "teníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "teníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tuvieras" ; "tuvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tuviera" ; "tuviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tuviéramos" ; "tuviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tuvierais" ; "tuvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tuvieran" ; "tuviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tuviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tuvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tuviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tuviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tuvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tuvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tuvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tuviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tuviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tuvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tuviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tuve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tuviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tuvo" ;--# notpresent @@ -1104,12 +1206,12 @@ lin tener_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tuviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tuvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tuviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tuviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tuviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tuvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tuviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tuvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tuviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tuviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tuviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tuvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tendría" ;--# notpresent @@ -1140,24 +1242,30 @@ lin anteponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "anteponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anteponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anteponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "anteponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antepongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "anteponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antepongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antepongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antepongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "anteponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antepongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "anteponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antepongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antepongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antepongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "anteponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anteponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "anteponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anteponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anteponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anteponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antepusieras" ; "antepusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antepusiera" ; "antepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antepusiéramos" ; "antepusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antepusierais" ; "antepusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antepusieran" ; "antepusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antepusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antepusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antepusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antepusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antepusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antepusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antepusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antepusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antepusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antepusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antepuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antepusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antepuso" ;--# notpresent @@ -1170,12 +1278,12 @@ lin anteponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antepondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antepondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antepondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antepusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antepusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antepusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antepusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antepusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antepusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antepusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antepusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antepusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antepusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antepusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antepondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antepondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antepondría" ;--# notpresent @@ -1206,24 +1314,30 @@ lin aponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apusieras" ; "apusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apusiera" ; "apusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apusiéramos" ; "apusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apusierais" ; "apusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apusieran" ; "apusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apuso" ;--# notpresent @@ -1236,12 +1350,12 @@ lin aponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apondría" ;--# notpresent @@ -1272,24 +1386,30 @@ lin componer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "componemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "componéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "componen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "componga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "componga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "componga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "componga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "componía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "componías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "componía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "componíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "componíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "componían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compusieras" ; "compusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compusiera" ; "compusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compusiéramos" ; "compusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compusierais" ; "compusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compusieran" ; "compusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compuso" ;--# notpresent @@ -1302,12 +1422,12 @@ lin componer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "compondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "compondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "compondría" ;--# notpresent @@ -1338,24 +1458,30 @@ lin contraponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contraponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contraponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contraponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contraponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contrapongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contraponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contrapongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contrapongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contrapongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contraponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contrapongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contraponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contrapongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contrapongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contrapongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contraponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contraponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contraponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contraponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contraponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contraponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrapusieras" ; "contrapusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrapusiera" ; "contrapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrapusiéramos" ; "contrapusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrapusierais" ; "contrapusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrapusieran" ; "contrapusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contrapusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contrapusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contrapusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contrapusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contrapusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contrapusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrapusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrapusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrapusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrapusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contrapuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contrapusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contrapuso" ;--# notpresent @@ -1368,12 +1494,12 @@ lin contraponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contrapondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contrapondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contrapondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contrapusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contrapusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contrapusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contrapusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contrapusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contrapusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contrapusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contrapusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contrapusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contrapusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contrapondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contrapondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contrapondría" ;--# notpresent @@ -1404,24 +1530,30 @@ lin deponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "depongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "depongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "depongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "depongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "depongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "depongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "depongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "depongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"depusieras" ; "depusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"depusiera" ; "depusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"depusiéramos" ; "depusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"depusierais" ; "depusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"depusieran" ; "depusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "depusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "depusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "depusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "depusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "depusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "depusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "depusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "depusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "depusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "depusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "depusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "depusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "depuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "depusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "depuso" ;--# notpresent @@ -1434,12 +1566,12 @@ lin deponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "depondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "depondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "depondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "depusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "depusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "depusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "depusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "depusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "depusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "depusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "depusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "depusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "depusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "depusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "depusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "depondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "depondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "depondría" ;--# notpresent @@ -1470,24 +1602,30 @@ lin descomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descomponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descompongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descompongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descomponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descomponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descomponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descomponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descomponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descomponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descompusieras" ; "descompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descompusiera" ; "descompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descompusiéramos" ; "descompusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descompusierais" ; "descompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descompusieran" ; "descompusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descompusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descompuso" ;--# notpresent @@ -1500,12 +1638,12 @@ lin descomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descompondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descompondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descompusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descompusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descompondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descompondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descompondría" ;--# notpresent @@ -1536,24 +1674,30 @@ lin desimponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desimponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desimponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desimponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desimponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desimpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desimponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desimpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desimpongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desimpongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desimponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desimpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desimponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desimpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desimpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desimpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desimponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desimponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desimponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desimponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desimponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desimponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desimpusieras" ; "desimpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desimpusiera" ; "desimpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desimpusiéramos" ; "desimpusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desimpusierais" ; "desimpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desimpusieran" ; "desimpusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desimpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desimpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desimpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desimpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desimpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desimpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desimpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desimpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desimpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desimpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desimpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desimpusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desimpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desimpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desimpuso" ;--# notpresent @@ -1566,12 +1710,12 @@ lin desimponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desimpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desimpondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desimpondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desimpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desimpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desimpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desimpusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desimpusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desimpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desimpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desimpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desimpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desimpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desimpondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desimpondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desimpondría" ;--# notpresent @@ -1602,24 +1746,30 @@ lin disponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dispongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dispongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dispongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "dispongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dispongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dispongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dispongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "dispongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dispusieras" ; "dispusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dispusiera" ; "dispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dispusiéramos" ; "dispusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dispusierais" ; "dispusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dispusieran" ; "dispusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dispusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dispusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dispusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dispusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dispusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dispusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dispusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dispusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dispusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dispusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dispuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dispusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dispuso" ;--# notpresent @@ -1632,12 +1782,12 @@ lin disponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dispondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dispondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dispondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dispusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dispusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dispusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dispusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dispusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dispusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dispusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dispusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dispusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dispusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dispusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dispondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dispondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dispondría" ;--# notpresent @@ -1668,24 +1818,30 @@ lin exponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "exponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "exponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "exponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "exponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "expongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "exponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "expongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "expongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "expongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "exponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "expongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "exponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "expongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "expongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "expongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "exponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "exponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "exponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "exponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "exponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "exponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expusieras" ; "expusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expusiera" ; "expusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expusiéramos" ; "expusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expusierais" ; "expusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expusieran" ; "expusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "expusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "expusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "expusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "expusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "expusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "expusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "expusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "expusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "expusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "expusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "expusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "expusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "expuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "expusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "expuso" ;--# notpresent @@ -1698,12 +1854,12 @@ lin exponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "expondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "expondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "expondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "expusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "expusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "expusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "expusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "expusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "expusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "expusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "expusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "expusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "expusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "expusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "expusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "expondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "expondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "expondría" ;--# notpresent @@ -1734,24 +1890,30 @@ lin fotocomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fotocomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fotocomponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fotocomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fotocomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fotocompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fotocomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fotocompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fotocompongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fotocompongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fotocomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fotocompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fotocomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fotocompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fotocompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fotocompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fotocomponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fotocomponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fotocomponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fotocomponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fotocomponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fotocomponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fotocompusieras" ; "fotocompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fotocompusiera" ; "fotocompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fotocompusiéramos" ; "fotocompusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fotocompusierais" ; "fotocompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fotocompusieran" ; "fotocompusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fotocompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fotocompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fotocompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fotocompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fotocompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fotocompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fotocompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fotocompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fotocompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fotocompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fotocompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fotocompusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fotocompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fotocompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fotocompuso" ;--# notpresent @@ -1764,12 +1926,12 @@ lin fotocomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fotocompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fotocompondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fotocompondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fotocompusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fotocompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fotocompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fotocompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fotocompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fotocompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fotocompondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fotocompondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fotocompondría" ;--# notpresent @@ -1800,24 +1962,30 @@ lin imponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "imponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "imponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "imponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "impongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "imponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "impongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "impongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "impongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "imponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "impongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "imponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "impongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "impongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "impongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "imponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "imponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "imponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "imponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "imponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "imponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impusieras" ; "impusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impusiera" ; "impusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impusiéramos" ; "impusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impusierais" ; "impusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impusieran" ; "impusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "impusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "impusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "impusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "impusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "impusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "impusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "impusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "impusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "impusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "impusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "impusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "impusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "impuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "impusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "impuso" ;--# notpresent @@ -1830,12 +1998,12 @@ lin imponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "impondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "impondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "impondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "impusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "impusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "impusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "impusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "impusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "impusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "impusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "impusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "impusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "impusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "impusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "impusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "impondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "impondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "impondría" ;--# notpresent @@ -1866,24 +2034,30 @@ lin indisponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "indisponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "indisponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "indisponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "indisponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "indispongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "indisponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "indispongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "indispongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "indispongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "indisponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "indispongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "indisponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "indispongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "indispongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "indispongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "indisponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "indisponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "indisponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "indisponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "indisponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "indisponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indispusieras" ; "indispusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indispusiera" ; "indispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indispusiéramos" ; "indispusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indispusierais" ; "indispusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indispusieran" ; "indispusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "indispusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "indispusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "indispusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "indispusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "indispusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "indispusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "indispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "indispusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "indispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "indispusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "indispusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "indispusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "indispuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "indispusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "indispuso" ;--# notpresent @@ -1896,12 +2070,12 @@ lin indisponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "indispondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "indispondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "indispondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "indispusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "indispusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "indispusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "indispusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "indispusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "indispusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "indispusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "indispusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "indispusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "indispusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "indispusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "indispondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "indispondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "indispondría" ;--# notpresent @@ -1932,24 +2106,30 @@ lin interponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "interponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "interponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "interponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "interponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "interpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "interponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "interpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "interpongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "interpongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "interponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "interpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "interponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "interpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "interpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "interpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "interponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "interponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "interponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "interponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "interponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "interponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interpusieras" ; "interpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interpusiera" ; "interpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interpusiéramos" ; "interpusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interpusierais" ; "interpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interpusieran" ; "interpusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "interpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "interpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "interpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "interpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "interpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "interpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "interpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "interpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "interpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "interpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "interpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "interpusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "interpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "interpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "interpuso" ;--# notpresent @@ -1962,12 +2142,12 @@ lin interponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "interpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "interpondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "interpondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "interpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "interpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "interpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "interpusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "interpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "interpusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "interpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "interpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "interpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "interpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "interpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "interpondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "interpondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "interpondría" ;--# notpresent @@ -1998,24 +2178,30 @@ lin oponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "oponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "oponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "oponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "opongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "oponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "opongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "opongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "opongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "oponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "opongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "oponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "opongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "opongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "opongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "oponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "oponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "oponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "oponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "oponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "oponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"opusieras" ; "opusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"opusiera" ; "opusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"opusiéramos" ; "opusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"opusierais" ; "opusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"opusieran" ; "opusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "opusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "opusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "opusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "opusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "opusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "opusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "opusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "opusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "opusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "opusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "opusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "opusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "opuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "opusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "opuso" ;--# notpresent @@ -2028,12 +2214,12 @@ lin oponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "opondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "opondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "opondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "opusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "opusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "opusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "opusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "opusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "opusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "opusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "opusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "opusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "opusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "opusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "opusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "opondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "opondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "opondría" ;--# notpresent @@ -2064,24 +2250,30 @@ lin poner_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "poníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "poníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pusieras" ; "pusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pusiera" ; "pusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pusiéramos" ; "pusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pusierais" ; "pusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pusieran" ; "pusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "puse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "puso" ;--# notpresent @@ -2094,12 +2286,12 @@ lin poner_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pondría" ;--# notpresent @@ -2130,24 +2322,30 @@ lin posponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "posponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "posponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "posponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "posponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pospongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "posponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pospongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pospongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pospongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "posponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pospongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "posponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pospongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pospongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pospongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "posponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "posponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "posponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "posponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "posponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "posponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pospusieras" ; "pospusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pospusiera" ; "pospusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pospusiéramos" ; "pospusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pospusierais" ; "pospusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pospusieran" ; "pospusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pospusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pospusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pospusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pospusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pospusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pospusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pospusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pospusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pospusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pospusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pospusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pospusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pospuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pospusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pospuso" ;--# notpresent @@ -2160,12 +2358,12 @@ lin posponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pospondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pospondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pospondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pospusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pospusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pospusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pospusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pospusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pospusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pospusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pospusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pospusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pospusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pospusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pospondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pospondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pospondría" ;--# notpresent @@ -2196,24 +2394,30 @@ lin predisponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "predisponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "predisponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "predisponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "predisponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "predispongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "predisponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "predispongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "predispongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "predispongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "predisponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "predispongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "predisponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "predispongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "predispongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "predispongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "predisponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "predisponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "predisponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "predisponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "predisponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "predisponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predispusieras" ; "predispusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predispusiera" ; "predispusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predispusiéramos" ; "predispusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predispusierais" ; "predispusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predispusieran" ; "predispusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "predispusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "predispusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "predispusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "predispusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "predispusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "predispusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "predispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "predispusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "predispusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "predispusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "predispusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "predispusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "predispuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "predispusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "predispuso" ;--# notpresent @@ -2226,12 +2430,12 @@ lin predisponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "predispondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "predispondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "predispondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "predispusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "predispusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "predispusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "predispusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "predispusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "predispusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "predispusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "predispusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "predispusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "predispusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "predispusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "predispondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "predispondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "predispondría" ;--# notpresent @@ -2262,24 +2466,30 @@ lin preponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prepongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prepongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prepongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prepongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prepongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prepongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prepongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prepongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prepusieras" ; "prepusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prepusiera" ; "prepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prepusiéramos" ; "prepusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prepusierais" ; "prepusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prepusieran" ; "prepusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prepusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prepusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prepusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prepusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prepusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prepusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prepusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prepusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prepusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prepusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prepuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prepusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prepuso" ;--# notpresent @@ -2292,12 +2502,12 @@ lin preponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prepondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prepondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prepondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prepusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prepusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prepusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prepusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prepusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prepusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prepusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prepusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prepusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prepusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prepusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prepondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prepondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prepondría" ;--# notpresent @@ -2328,24 +2538,30 @@ lin presuponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "presuponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "presuponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "presuponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "presuponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "presupongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "presuponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "presupongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "presupongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "presupongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "presuponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "presupongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "presuponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "presupongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "presupongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "presupongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "presuponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "presuponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "presuponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "presuponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "presuponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "presuponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presupusieras" ; "presupusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presupusiera" ; "presupusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presupusiéramos" ; "presupusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presupusierais" ; "presupusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presupusieran" ; "presupusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "presupusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "presupusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "presupusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "presupusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "presupusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "presupusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "presupusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "presupusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "presupusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "presupusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "presupusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "presupusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "presupuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "presupusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "presupuso" ;--# notpresent @@ -2358,12 +2574,12 @@ lin presuponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "presupondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "presupondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "presupondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "presupusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "presupusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "presupusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "presupusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "presupusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "presupusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "presupusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "presupusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "presupusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "presupusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "presupusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "presupondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "presupondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "presupondría" ;--# notpresent @@ -2394,24 +2610,30 @@ lin proponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "proponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "propongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "propongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "propongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "propongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "propongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "propongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "propongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "propongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "proponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "proponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"propusieras" ; "propusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"propusiera" ; "propusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"propusiéramos" ; "propusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"propusierais" ; "propusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"propusieran" ; "propusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "propusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "propusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "propusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "propusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "propusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "propusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "propusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "propusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "propusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "propusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "propusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "propusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "propuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "propusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "propuso" ;--# notpresent @@ -2424,12 +2646,12 @@ lin proponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "propondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "propondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "propondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "propusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "propusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "propusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "propusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "propusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "propusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "propusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "propusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "propusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "propusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "propusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "propusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "propondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "propondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "propondría" ;--# notpresent @@ -2460,24 +2682,30 @@ lin recomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recomponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recompongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recompongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recomponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recomponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recomponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recomponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recomponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recomponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recompusieras" ; "recompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recompusiera" ; "recompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recompusiéramos" ; "recompusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recompusierais" ; "recompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recompusieran" ; "recompusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recompusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recompuso" ;--# notpresent @@ -2490,12 +2718,12 @@ lin recomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recompondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recompondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recompusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recompusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recompondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recompondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recompondría" ;--# notpresent @@ -2526,24 +2754,30 @@ lin reponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repusieras" ; "repusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repusiera" ; "repusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repusiéramos" ; "repusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repusierais" ; "repusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repusieran" ; "repusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repuso" ;--# notpresent @@ -2556,12 +2790,12 @@ lin reponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repondría" ;--# notpresent @@ -2592,24 +2826,30 @@ lin sobreexponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreexponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreexponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreexponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobreexponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreexpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobreexponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobreexpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobreexpongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobreexpongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobreexponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreexpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobreexponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobreexpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobreexpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobreexpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreexponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreexponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreexponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreexponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreexponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreexponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreexpusieras" ; "sobreexpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreexpusiera" ; "sobreexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreexpusiéramos" ; "sobreexpusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreexpusierais" ; "sobreexpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreexpusieran" ; "sobreexpusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobreexpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreexpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobreexpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobreexpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreexpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreexpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreexpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreexpusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobreexpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreexpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobreexpuso" ;--# notpresent @@ -2622,12 +2862,12 @@ lin sobreexponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreexpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreexpondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreexpondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreexpusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobreexpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreexpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreexpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobreexpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobreexpondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreexpondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobreexpondría" ;--# notpresent @@ -2658,24 +2898,30 @@ lin sobreponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobreponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrepongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobreponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrepongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrepongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrepongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobreponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrepongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobreponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrepongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrepongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrepongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrepusieras" ; "sobrepusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrepusiera" ; "sobrepusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrepusiéramos" ; "sobrepusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrepusierais" ; "sobrepusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrepusieran" ; "sobrepusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrepusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrepusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrepusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrepusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrepusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrepusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrepusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrepusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrepusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrepusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrepusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrepuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrepusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrepuso" ;--# notpresent @@ -2688,12 +2934,12 @@ lin sobreponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrepondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrepondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrepondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrepusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrepusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrepusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrepusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrepusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrepusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrepondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrepondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrepondría" ;--# notpresent @@ -2724,24 +2970,30 @@ lin subexponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subexponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subexponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subexponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subexponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subexpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subexponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subexpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subexpongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subexpongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subexponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subexpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subexponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subexpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subexpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subexpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subexponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subexponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subexponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subexponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subexponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subexponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subexpusieras" ; "subexpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subexpusiera" ; "subexpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subexpusiéramos" ; "subexpusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subexpusierais" ; "subexpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subexpusieran" ; "subexpusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subexpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subexpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subexpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subexpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subexpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subexpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subexpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subexpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subexpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subexpusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subexpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subexpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subexpuso" ;--# notpresent @@ -2754,12 +3006,12 @@ lin subexponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subexpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subexpondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subexpondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subexpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subexpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subexpusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subexpusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subexpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subexpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subexpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subexpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subexpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subexpondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subexpondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subexpondría" ;--# notpresent @@ -2790,24 +3042,30 @@ lin superponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "superponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "superponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "superponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "superponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "superpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "superponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "superpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "superpongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "superpongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "superponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "superpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "superponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "superpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "superpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "superpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "superponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "superponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "superponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "superponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "superponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "superponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superpusieras" ; "superpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superpusiera" ; "superpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superpusiéramos" ; "superpusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superpusierais" ; "superpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superpusieran" ; "superpusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "superpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "superpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "superpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "superpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "superpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "superpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "superpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "superpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "superpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "superpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "superpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "superpusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "superpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "superpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "superpuso" ;--# notpresent @@ -2820,12 +3078,12 @@ lin superponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "superpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "superpondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "superpondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "superpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "superpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "superpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "superpusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "superpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "superpusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "superpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "superpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "superpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "superpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "superpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "superpondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "superpondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "superpondría" ;--# notpresent @@ -2856,24 +3114,30 @@ lin suponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "suponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "suponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "supongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "supongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "supongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "supongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "supongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "supongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "supongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "supongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "suponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "suponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "suponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "suponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "suponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "suponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supusieras" ; "supusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"supusiera" ; "supusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"supusiéramos" ; "supusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supusierais" ; "supusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supusieran" ; "supusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "supusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "supusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "supusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "supusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "supusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "supusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "supusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "supusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "supusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "supusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "supusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "supusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "supuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "supusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "supuso" ;--# notpresent @@ -2886,12 +3150,12 @@ lin suponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "supondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "supondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "supondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "supusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "supusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "supusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "supusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "supusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "supusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "supusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "supusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "supusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "supusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "supusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "supusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "supondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "supondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "supondría" ;--# notpresent @@ -2922,24 +3186,30 @@ lin telecomponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "telecomponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "telecomponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "telecomponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "telecomponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "telecompongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "telecomponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "telecompongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "telecompongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "telecompongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "telecomponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "telecompongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "telecomponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "telecompongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "telecompongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "telecompongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "telecomponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "telecomponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "telecomponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "telecomponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "telecomponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "telecomponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"telecompusieras" ; "telecompusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"telecompusiera" ; "telecompusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"telecompusiéramos" ; "telecompusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"telecompusierais" ; "telecompusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"telecompusieran" ; "telecompusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "telecompusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "telecompusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "telecompusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "telecompusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "telecompusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "telecompusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "telecompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "telecompusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "telecompusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "telecompusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "telecompusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "telecompusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "telecompuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "telecompusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "telecompuso" ;--# notpresent @@ -2952,12 +3222,12 @@ lin telecomponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "telecompondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "telecompondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "telecompondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "telecompusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "telecompusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "telecompusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "telecompusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "telecompusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "telecompusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "telecompusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "telecompusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "telecompusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "telecompusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "telecompondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "telecompondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "telecompondría" ;--# notpresent @@ -2988,24 +3258,30 @@ lin transponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transpongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transpongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transpongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transpongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transpongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transpongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transpongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transpongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transpusieras" ; "transpusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transpusiera" ; "transpusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transpusiéramos" ; "transpusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transpusierais" ; "transpusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transpusieran" ; "transpusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transpusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transpusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transpusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transpusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transpusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transpusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transpusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transpusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transpusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transpusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transpusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transpuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transpusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transpuso" ;--# notpresent @@ -3018,12 +3294,12 @@ lin transponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transpondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transpondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transpondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transpusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transpusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transpusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transpusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transpusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transpusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transpusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transpusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transpusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transpusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transpusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transpondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transpondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transpondría" ;--# notpresent @@ -3054,24 +3330,30 @@ lin trasponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "traspongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traspongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traspongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "traspongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "traspongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traspongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traspongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "traspongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traspusieras" ; "traspusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspusiera" ; "traspusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspusiéramos" ; "traspusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traspusierais" ; "traspusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traspusieran" ; "traspusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "traspusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "traspusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "traspusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "traspusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "traspusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "traspusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "traspusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "traspusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "traspusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "traspusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "traspusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "traspusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traspuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "traspusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traspuso" ;--# notpresent @@ -3084,12 +3366,12 @@ lin trasponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traspondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traspondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traspondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "traspusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "traspusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "traspusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "traspusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "traspusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "traspusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "traspusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "traspusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "traspusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "traspusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "traspusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traspondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traspondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traspondría" ;--# notpresent @@ -3120,24 +3402,30 @@ lin yuxtaponer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "yuxtaponemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "yuxtaponéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yuxtaponen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yuxtaponga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yuxtapongas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yuxtaponga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "yuxtapongamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "yuxtapongáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yuxtapongan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yuxtaponga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yuxtapongas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yuxtaponga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "yuxtapongamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "yuxtapongáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yuxtapongan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "yuxtaponía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "yuxtaponías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "yuxtaponía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "yuxtaponíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "yuxtaponíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "yuxtaponían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yuxtapusieras" ; "yuxtapusieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yuxtapusiera" ; "yuxtapusiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yuxtapusiéramos" ; "yuxtapusiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yuxtapusierais" ; "yuxtapusieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yuxtapusieran" ; "yuxtapusiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "yuxtapusiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "yuxtapusieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "yuxtapusiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "yuxtapusiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "yuxtapusierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "yuxtapusieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "yuxtapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "yuxtapusieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "yuxtapusiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "yuxtapusiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "yuxtapusieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "yuxtapusiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "yuxtapuse" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "yuxtapusiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "yuxtapuso" ;--# notpresent @@ -3150,12 +3438,12 @@ lin yuxtaponer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "yuxtapondremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "yuxtapondréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "yuxtapondrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "yuxtapusiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "yuxtapusieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "yuxtapusiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "yuxtapusiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "yuxtapusiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "yuxtapusieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "yuxtapondría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "yuxtapondrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "yuxtapondría" ;--# notpresent @@ -3186,24 +3474,30 @@ lin advenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "advenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "advenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "advienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "advenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "advengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "advenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "advengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "advengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "advengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "advenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "advengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "advenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "advengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "advengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "advengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "advenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "advenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "advenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "advenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advinieras" ; "advinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adviniera" ; "adviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adviniéramos" ; "adviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advinierais" ; "advinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advinieran" ; "adviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "advinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "advinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "advinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "advinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "advinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "advine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "advino" ;--# notpresent @@ -3216,12 +3510,12 @@ lin advenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "advendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "advendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "advendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "advinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "advinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "advinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "advinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "advendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "advendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "advendría" ;--# notpresent @@ -3252,24 +3546,30 @@ lin antevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antevenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antevienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antevengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antevengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antevenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antevenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antevenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anteveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anteveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antevenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevinieras" ; "antevinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviniera" ; "anteviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviniéramos" ; "anteviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevinierais" ; "antevinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevinieran" ; "anteviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anteviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antevinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anteviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anteviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antevinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antevinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anteviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antevinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anteviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anteviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antevinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anteviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antevine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anteviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antevino" ;--# notpresent @@ -3282,12 +3582,12 @@ lin antevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antevendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antevendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anteviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antevinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anteviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anteviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anteviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antevinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antevinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anteviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anteviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anteviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antevinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antevendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antevendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antevendría" ;--# notpresent @@ -3318,24 +3618,30 @@ lin aprevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aprevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aprevenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aprevienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aprevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aprevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aprevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aprevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aprevengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aprevengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aprevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aprevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aprevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aprevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aprevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aprevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aprevenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aprevenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aprevenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apreveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apreveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aprevenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprevinieras" ; "aprevinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apreviniera" ; "apreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apreviniéramos" ; "apreviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprevinierais" ; "aprevinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprevinieran" ; "apreviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apreviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aprevinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apreviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apreviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aprevinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aprevinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aprevinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apreviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aprevinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apreviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aprevine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apreviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aprevino" ;--# notpresent @@ -3348,12 +3654,12 @@ lin aprevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aprevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aprevendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aprevendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apreviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aprevinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apreviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apreviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apreviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aprevinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aprevinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apreviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apreviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apreviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aprevinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aprevendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aprevendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aprevendría" ;--# notpresent @@ -3384,24 +3690,30 @@ lin avenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "avenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "avenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "avenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "avenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "avengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "avengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "avenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "avenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "avengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "avengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "avenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "avenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "avenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "avenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avinieras" ; "avinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aviniera" ; "aviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aviniéramos" ; "aviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avinierais" ; "avinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avinieran" ; "aviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "avinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "avinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "avinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "avinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "avinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avino" ;--# notpresent @@ -3414,12 +3726,12 @@ lin avenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "avendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "avendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "avendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "avinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "avinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "avinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "avinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "avendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "avendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "avendría" ;--# notpresent @@ -3450,24 +3762,30 @@ lin contravenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contravenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contravenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contravienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contravenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contravengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contravenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contravengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contravengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contravengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contravenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contravengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contravenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contravengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contravengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contravengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contravenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contravenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contravenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contraveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contraveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contravenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contravinieras" ; "contravinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contraviniera" ; "contraviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contraviniéramos" ; "contraviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contravinierais" ; "contravinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contravinieran" ; "contraviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contraviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contravinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contraviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contraviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contravinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contravinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contraviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contravinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contraviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contraviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contravinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contraviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contravine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contraviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contravino" ;--# notpresent @@ -3480,12 +3798,12 @@ lin contravenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contravendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contravendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contravendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contraviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contravinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contraviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contraviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contraviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contravinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contravinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contraviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contraviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contraviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contravinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contravendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contravendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contravendría" ;--# notpresent @@ -3516,24 +3834,30 @@ lin convenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "convengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "convengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "convengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "convengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convinieras" ; "convinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conviniera" ; "conviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conviniéramos" ; "conviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convinierais" ; "convinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convinieran" ; "conviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "conviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "conviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "conviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "conviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "conviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "conviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "conviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convino" ;--# notpresent @@ -3546,12 +3870,12 @@ lin convenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "conviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "conviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "conviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "conviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "conviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "conviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "conviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "conviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convendría" ;--# notpresent @@ -3582,24 +3906,30 @@ lin desavenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desavenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desavenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desavienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desavenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desavengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desavenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desavengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desavengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desavengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desavenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desavengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desavenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desavengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desavengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desavengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desavenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desavenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desavenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desavenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desavinieras" ; "desavinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaviniera" ; "desaviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaviniéramos" ; "desaviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desavinierais" ; "desavinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desavinieran" ; "desaviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desavinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desavinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desavinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desavinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desavinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desavine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desavino" ;--# notpresent @@ -3612,12 +3942,12 @@ lin desavenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desavendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desavendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desavendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desavinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desavinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desavinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desavinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desavendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desavendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desavendría" ;--# notpresent @@ -3648,24 +3978,30 @@ lin desconvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconvenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconvengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconvengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconvenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconvenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconvenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconvenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconvinieras" ; "desconvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconviniera" ; "desconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconviniéramos" ; "desconviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconvinierais" ; "desconvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconvinieran" ; "desconviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconvino" ;--# notpresent @@ -3678,12 +4014,12 @@ lin desconvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconvendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconvendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconvinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconvendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconvendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconvendría" ;--# notpresent @@ -3714,24 +4050,30 @@ lin devenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "devenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "devenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "devienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "devenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "devengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "devenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "devengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "devengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "devengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "devenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "devengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "devenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "devengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "devengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "devengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "devenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "devenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "devenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "devenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devinieras" ; "devinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deviniera" ; "deviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deviniéramos" ; "deviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devinierais" ; "devinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devinieran" ; "deviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "devinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "devinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "devinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "devinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "devinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "devine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "devino" ;--# notpresent @@ -3744,12 +4086,12 @@ lin devenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "devendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "devendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "devendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "devinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "devinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "devinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "devinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "devendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "devendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "devendría" ;--# notpresent @@ -3780,24 +4122,30 @@ lin disconvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disconvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disconvenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disconvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disconvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disconvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disconvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disconvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disconvengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disconvengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disconvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disconvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disconvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disconvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disconvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disconvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disconvenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disconvenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disconvenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disconveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disconveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disconvenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disconvinieras" ; "disconvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disconviniera" ; "disconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disconviniéramos" ; "disconviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disconvinierais" ; "disconvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disconvinieran" ; "disconviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disconviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disconvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disconviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disconviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disconvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disconvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disconvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disconviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disconvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disconviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disconvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disconviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disconvino" ;--# notpresent @@ -3810,12 +4158,12 @@ lin disconvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disconvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disconvendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disconvendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disconviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disconvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disconviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disconviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disconviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disconvinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disconvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disconviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disconviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disconviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disconvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disconvendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disconvendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disconvendría" ;--# notpresent @@ -3846,24 +4194,30 @@ lin intervenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "intervenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "intervenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "intervienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "intervenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "intervengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "intervenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "intervengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "intervengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "intervengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "intervenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "intervengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "intervenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "intervengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "intervengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "intervengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "intervenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "intervenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "intervenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "interveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "interveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "intervenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intervinieras" ; "intervinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interviniera" ; "interviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interviniéramos" ; "interviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intervinierais" ; "intervinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intervinieran" ; "interviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "interviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "intervinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "interviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "interviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "intervinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "intervinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "interviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "intervinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "interviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "interviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "intervinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "interviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "intervine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "interviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "intervino" ;--# notpresent @@ -3876,12 +4230,12 @@ lin intervenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "intervendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "intervendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "intervendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "interviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "intervinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "interviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "interviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "interviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "intervinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "interviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "intervinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "interviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "interviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "interviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "intervinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "intervendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "intervendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "intervendría" ;--# notpresent @@ -3912,24 +4266,30 @@ lin prevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prevenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "previenen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prevengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prevenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previniera" ; "previniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previnieras" ; "previnieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previniera" ; "previniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previniéramos" ; "previniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previnierais" ; "previnieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previnieran" ; "previniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "previniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "previnieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "previniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "previniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "previnierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "previnieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "previniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "previnieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "previniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "previniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "previnieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "previniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "previne" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "previniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "previno" ;--# notpresent @@ -3942,12 +4302,12 @@ lin prevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prevendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "previniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "previnieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "previniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "previniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "previniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "previnieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "previniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "previnieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "previniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "previniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "previniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "previnieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prevendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevendría" ;--# notpresent @@ -3978,24 +4338,30 @@ lin provenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "provenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "provenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "provienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "provenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "provengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "provenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "provengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "provengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "provengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "provenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "provengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "provenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "provengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "provengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "provengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "provenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "provenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "provenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "provenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"provinieras" ; "provinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proviniera" ; "proviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proviniéramos" ; "proviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"provinierais" ; "provinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"provinieran" ; "proviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "proviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "provinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "proviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "proviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "provinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "provinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "proviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "provinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "proviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "proviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "provinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "proviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "provine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "provino" ;--# notpresent @@ -4008,12 +4374,12 @@ lin provenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "provendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "provendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "provendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "proviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "provinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "proviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "proviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "proviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "provinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "proviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "provinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "proviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "proviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "proviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "provinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "provendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "provendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "provendría" ;--# notpresent @@ -4044,24 +4410,30 @@ lin reconvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconvenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconvengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconvengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconvenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconvenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconvenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconvenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvinieras" ; "reconvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconviniera" ; "reconviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconviniéramos" ; "reconviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvinierais" ; "reconvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvinieran" ; "reconviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconvino" ;--# notpresent @@ -4074,12 +4446,12 @@ lin reconvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconvendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconvendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconvinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconvendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconvendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconvendría" ;--# notpresent @@ -4110,24 +4482,30 @@ lin revenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revinieras" ; "revinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviniera" ; "reviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviniéramos" ; "reviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revinierais" ; "revinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revinieran" ; "reviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revino" ;--# notpresent @@ -4140,12 +4518,12 @@ lin revenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revendría" ;--# notpresent @@ -4176,24 +4554,30 @@ lin sobrevenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevinieras" ; "sobrevinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreviniera" ; "sobreviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreviniéramos" ; "sobreviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevinierais" ; "sobrevinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevinieran" ; "sobreviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevino" ;--# notpresent @@ -4206,12 +4590,12 @@ lin sobrevenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrevendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevendría" ;--# notpresent @@ -4242,24 +4626,30 @@ lin subvenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subvenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subvenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subvienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subvenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subvengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subvenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subvengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subvengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subvengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subvenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subvengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subvenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subvengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subvengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subvengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subvenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subvenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subvenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subvenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvinieras" ; "subvinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subviniera" ; "subviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subviniéramos" ; "subviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvinierais" ; "subvinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvinieran" ; "subviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subvinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subvinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subvinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subvinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subvinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subvine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subvino" ;--# notpresent @@ -4272,12 +4662,12 @@ lin subvenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subvendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subvendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subvendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subvinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subvinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subvinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subvinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subvendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subvendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subvendría" ;--# notpresent @@ -4308,24 +4698,30 @@ lin supervenir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "supervenimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "supervenís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "supervienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "supervenga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "supervengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "supervenga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "supervengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "supervengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "supervengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "supervenga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "supervengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "supervenga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "supervengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "supervengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "supervengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "supervenía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "supervenías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "supervenía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "superveníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "superveníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "supervenían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"supervinieras" ; "supervinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superviniera" ; "superviniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superviniéramos" ; "superviniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"supervinierais" ; "supervinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"supervinieran" ; "superviniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "superviniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "supervinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "superviniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "superviniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "supervinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "supervinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "superviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "supervinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "superviniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "superviniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "supervinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "superviniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "supervine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "superviniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "supervino" ;--# notpresent @@ -4338,12 +4734,12 @@ lin supervenir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "supervendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "supervendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "supervendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "superviniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "supervinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "superviniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "superviniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "superviniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "supervinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "superviniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "supervinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "superviniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "superviniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "superviniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "supervinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "supervendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "supervendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "supervendría" ;--# notpresent @@ -4374,24 +4770,30 @@ lin venir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "venimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "venís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vienen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "venga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vengas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "venga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vengamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vengáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vengan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "venga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vengas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "venga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vengamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vengáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vengan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "venía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "venías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "venía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "veníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "veníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "venían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viniera" ; "viniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vinieras" ; "vinieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viniera" ; "viniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viniéramos" ; "viniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vinierais" ; "vinieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vinieran" ; "viniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "viniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vinieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "viniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "viniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vinierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vinieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "viniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vinieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "viniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "viniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vinieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "viniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vine" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "viniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vino" ;--# notpresent @@ -4404,12 +4806,12 @@ lin venir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "vendremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "vendréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vendrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "viniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vinieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "viniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "viniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "viniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vinieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "viniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vinieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "viniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "viniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "viniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vinieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vendría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "vendrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vendría" ;--# notpresent @@ -4440,24 +4842,30 @@ lin romper_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rompemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rompéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rompen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rompa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rompas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rompa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rompamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rompáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rompan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rompa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rompas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rompa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rompamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rompáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rompan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rompía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rompías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rompía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rompíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rompíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rompían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rompieras" ; "rompieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rompiera" ; "rompiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rompiéramos" ; "rompiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rompierais" ; "rompieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rompieran" ; "rompiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rompiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rompieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rompiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rompiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rompierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rompieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rompiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rompieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rompiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rompiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rompieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rompiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rompí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rompiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rompió" ;--# notpresent @@ -4470,12 +4878,12 @@ lin romper_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "romperemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "romperéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "romperán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rompiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rompieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rompiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rompiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rompiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rompieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rompiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rompieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rompiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rompiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rompiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rompieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rompería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "romperías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rompería" ;--# notpresent @@ -4506,24 +4914,30 @@ lin volver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "volvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "volvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "volvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "volváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "volvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "volváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "volvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "volvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "volvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "volvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "volvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "volvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volviera" ; "volviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volvieras" ; "volvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volviera" ; "volviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volviéramos" ; "volviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volvierais" ; "volvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volvieran" ; "volviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "volviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "volvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "volviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "volviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "volvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "volvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "volviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "volvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "volviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "volviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "volvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "volviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "volví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "volviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "volvió" ;--# notpresent @@ -4536,12 +4950,12 @@ lin volver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "volveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "volveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "volverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "volviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "volvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "volviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "volviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "volviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "volvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "volviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "volvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "volviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "volviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "volviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "volvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "volvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "volverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "volvería" ;--# notpresent @@ -4572,24 +4986,30 @@ lin pudrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pudrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pudrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pudren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pudra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pudras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pudra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pudramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pudráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pudran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pudra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pudras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pudra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pudramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pudráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pudran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pudría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pudrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pudría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pudríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pudríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pudrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudrieras" ; "pudrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudriera" ; "pudriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudriéramos" ; "pudriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudrierais" ; "pudrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudrieran" ; "pudriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pudriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pudrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pudriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pudriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pudrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pudrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pudriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pudrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pudriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pudriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pudrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pudriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pudrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pudriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pudrió" ;--# notpresent @@ -4602,12 +5022,12 @@ lin pudrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pudriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pudriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pudrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pudriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pudrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pudriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pudriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pudriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pudrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pudriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pudrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pudriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pudriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pudriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pudrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pudriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pudrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pudriría" ;--# notpresent @@ -4638,24 +5058,30 @@ lin adir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4668,12 +5094,12 @@ lin adir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4704,24 +5130,30 @@ lin denegrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4734,12 +5166,12 @@ lin denegrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4770,24 +5202,30 @@ lin descolorir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4800,12 +5238,12 @@ lin descolorir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4836,24 +5274,30 @@ lin fallir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4866,12 +5310,12 @@ lin fallir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4902,24 +5346,30 @@ lin preterir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4932,12 +5382,12 @@ lin preterir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4968,24 +5418,30 @@ lin usucapir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -4998,12 +5454,12 @@ lin usucapir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -5034,24 +5490,30 @@ lin abrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abriera" ; "abriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abrieras" ; "abrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abriera" ; "abriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abriéramos" ; "abriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abrierais" ; "abrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abrieran" ; "abriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abrió" ;--# notpresent @@ -5064,12 +5526,12 @@ lin abrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abriría" ;--# notpresent @@ -5100,24 +5562,30 @@ lin adscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adscribieras" ; "adscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adscribiera" ; "adscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adscribiéramos" ; "adscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adscribierais" ; "adscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adscribieran" ; "adscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adscribió" ;--# notpresent @@ -5130,12 +5598,12 @@ lin adscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adscribiría" ;--# notpresent @@ -5166,24 +5634,30 @@ lin circunscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circunscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circunscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circunscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circunscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circunscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circunscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circunscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circunscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circunscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circunscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circunscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circunscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circunscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circunscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circunscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circunscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circunscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circunscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circunscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circunscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circunscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunscribieras" ; "circunscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunscribiera" ; "circunscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunscribiéramos" ; "circunscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunscribierais" ; "circunscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunscribieran" ; "circunscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circunscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circunscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circunscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circunscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circunscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circunscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circunscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circunscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circunscribió" ;--# notpresent @@ -5196,12 +5670,12 @@ lin circunscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circunscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circunscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circunscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circunscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circunscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circunscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circunscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circunscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circunscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circunscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circunscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circunscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circunscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circunscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circunscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circunscribiría" ;--# notpresent @@ -5232,24 +5706,30 @@ lin cubrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cubrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cubrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cubren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cubra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cubras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cubra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cubramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cubráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cubran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cubra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cubras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cubra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cubramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cubráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cubran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cubría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cubrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cubría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cubríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cubríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cubrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cubrieras" ; "cubrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cubriera" ; "cubriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cubriéramos" ; "cubriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cubrierais" ; "cubrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cubrieran" ; "cubriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cubriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cubrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cubriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cubriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cubrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cubrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cubrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cubriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cubrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cubriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cubrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cubriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cubrió" ;--# notpresent @@ -5262,12 +5742,12 @@ lin cubrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cubriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cubriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cubrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cubriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cubrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cubriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cubriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cubriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cubrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cubriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cubrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cubriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cubriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cubriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cubrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cubriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cubrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cubriría" ;--# notpresent @@ -5298,24 +5778,30 @@ lin describir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "describimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "describís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "describen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "describa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "describas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "describa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "describamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "describáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "describan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "describa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "describas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "describa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "describamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "describáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "describan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "describía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "describías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "describía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "describíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "describíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "describían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"describiera" ; "describiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"describieras" ; "describieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"describiera" ; "describiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"describiéramos" ; "describiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"describierais" ; "describieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"describieran" ; "describiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "describiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "describieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "describiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "describiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "describierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "describieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "describiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "describieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "describiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "describiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "describieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "describiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "describí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "describiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "describió" ;--# notpresent @@ -5328,12 +5814,12 @@ lin describir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "describiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "describiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "describirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "describiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "describieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "describiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "describiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "describiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "describieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "describiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "describieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "describiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "describiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "describiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "describieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "describiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "describirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "describiría" ;--# notpresent @@ -5364,24 +5850,30 @@ lin descubrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descubrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descubrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descubren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descubra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descubras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descubra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descubramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descubráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descubran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descubra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descubras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descubra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descubramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descubráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descubran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descubría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descubrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descubría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descubríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descubríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descubrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descubrieras" ; "descubrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descubriera" ; "descubriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descubriéramos" ; "descubriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descubrierais" ; "descubrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descubrieran" ; "descubriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descubriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descubrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descubriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descubriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descubrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descubrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descubrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descubriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descubrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descubriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descubrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descubriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descubrió" ;--# notpresent @@ -5394,12 +5886,12 @@ lin descubrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descubriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descubriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descubrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descubriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descubrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descubriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descubriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descubriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descubrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descubriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descubrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descubriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descubriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descubriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descubrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descubriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descubrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descubriría" ;--# notpresent @@ -5430,24 +5922,30 @@ lin encubrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encubrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encubrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encubren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encubra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encubras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encubra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encubramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encubráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encubran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encubra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encubras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encubra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encubramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encubráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encubran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encubría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encubrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encubría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encubríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encubríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encubrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubrieras" ; "encubrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubriera" ; "encubriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubriéramos" ; "encubriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubrierais" ; "encubrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubrieran" ; "encubriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encubriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encubrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encubriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encubriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encubrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encubrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encubrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encubriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encubriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encubrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encubriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encubrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encubriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encubrió" ;--# notpresent @@ -5460,12 +5958,12 @@ lin encubrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encubriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encubriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encubrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encubriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encubrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encubriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encubriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encubriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encubrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encubriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encubrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encubriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encubriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encubriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encubrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encubriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encubrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encubriría" ;--# notpresent @@ -5496,24 +5994,30 @@ lin entreabrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entreabrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreabrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreabren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreabra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreabras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreabra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreabramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreabráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreabran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreabra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreabras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreabra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreabramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreabráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreabran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreabría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreabrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreabría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreabríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreabríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreabrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreabrieras" ; "entreabrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreabriera" ; "entreabriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreabriéramos" ; "entreabriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreabrierais" ; "entreabrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreabrieran" ; "entreabriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreabriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entreabrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreabriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreabriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entreabrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entreabrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreabrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreabriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreabrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreabriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreabrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreabriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entreabrió" ;--# notpresent @@ -5526,12 +6030,12 @@ lin entreabrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entreabriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreabriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreabrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreabriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entreabrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreabriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreabriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreabriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entreabrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entreabrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreabriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreabriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreabriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entreabrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreabriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreabrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreabriría" ;--# notpresent @@ -5562,24 +6066,30 @@ lin escribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escribieras" ; "escribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escribiera" ; "escribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escribiéramos" ; "escribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escribierais" ; "escribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escribieran" ; "escribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escribió" ;--# notpresent @@ -5592,12 +6102,12 @@ lin escribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escribiría" ;--# notpresent @@ -5628,24 +6138,30 @@ lin inscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inscribieras" ; "inscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inscribiera" ; "inscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inscribiéramos" ; "inscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inscribierais" ; "inscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inscribieran" ; "inscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inscribió" ;--# notpresent @@ -5658,12 +6174,12 @@ lin inscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inscribiría" ;--# notpresent @@ -5694,24 +6210,30 @@ lin manuscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manuscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manuscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "manuscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "manuscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "manuscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "manuscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "manuscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "manuscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "manuscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "manuscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "manuscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "manuscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "manuscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "manuscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "manuscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "manuscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manuscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manuscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manuscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manuscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manuscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manuscribieras" ; "manuscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manuscribiera" ; "manuscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manuscribiéramos" ; "manuscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manuscribierais" ; "manuscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manuscribieran" ; "manuscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "manuscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manuscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "manuscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "manuscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manuscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manuscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "manuscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manuscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "manuscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "manuscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manuscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "manuscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "manuscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "manuscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manuscribió" ;--# notpresent @@ -5724,12 +6246,12 @@ lin manuscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "manuscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "manuscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manuscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "manuscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manuscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "manuscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "manuscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manuscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manuscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "manuscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "manuscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "manuscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manuscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manuscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manuscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manuscribiría" ;--# notpresent @@ -5760,24 +6282,30 @@ lin prescribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prescribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prescribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prescriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prescriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prescribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prescriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prescribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prescribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prescriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prescriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prescribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prescriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prescribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prescribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prescriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prescribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prescribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prescribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prescribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prescribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prescribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prescribieras" ; "prescribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prescribiera" ; "prescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prescribiéramos" ; "prescribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prescribierais" ; "prescribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prescribieran" ; "prescribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prescribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prescribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prescribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prescribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prescribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prescribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prescribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prescribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prescribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prescribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prescribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prescribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prescribió" ;--# notpresent @@ -5790,12 +6318,12 @@ lin prescribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prescribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prescribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prescribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prescribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prescribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prescribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prescribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prescribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prescribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prescribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prescribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prescribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prescribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prescribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prescribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prescribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prescribiría" ;--# notpresent @@ -5826,24 +6354,30 @@ lin proscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "proscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "proscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "proscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "proscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "proscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "proscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "proscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "proscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "proscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "proscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "proscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proscribieras" ; "proscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proscribiera" ; "proscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proscribiéramos" ; "proscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proscribierais" ; "proscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proscribieran" ; "proscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "proscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "proscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "proscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "proscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "proscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "proscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "proscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "proscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "proscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "proscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "proscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "proscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "proscribió" ;--# notpresent @@ -5856,12 +6390,12 @@ lin proscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "proscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "proscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "proscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "proscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "proscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "proscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "proscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "proscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "proscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "proscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "proscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proscribiría" ;--# notpresent @@ -5892,24 +6426,30 @@ lin reabrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reabrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reabrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reabren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reabra" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reabras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reabra" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reabramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reabráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reabran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reabra" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reabras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reabra" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reabramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reabráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reabran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reabría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reabrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reabría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reabríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reabríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reabrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reabrieras" ; "reabrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reabriera" ; "reabriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reabriéramos" ; "reabriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reabrierais" ; "reabrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reabrieran" ; "reabriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reabriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reabrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reabriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reabriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reabrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reabrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reabrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reabriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reabriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reabrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reabriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reabrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reabriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reabrió" ;--# notpresent @@ -5922,12 +6462,12 @@ lin reabrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reabriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reabriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reabrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reabriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reabrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reabriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reabriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reabriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reabrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reabriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reabrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reabriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reabriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reabriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reabrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reabriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reabrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reabriría" ;--# notpresent @@ -5958,24 +6498,30 @@ lin reinscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reinscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reinscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reinscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reinscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reinscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reinscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reinscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reinscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reinscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reinscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reinscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reinscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reinscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reinscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reinscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reinscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reinscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reinscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reinscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reinscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reinscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reinscribieras" ; "reinscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reinscribiera" ; "reinscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reinscribiéramos" ; "reinscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reinscribierais" ; "reinscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reinscribieran" ; "reinscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reinscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reinscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reinscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reinscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reinscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reinscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reinscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reinscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reinscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reinscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reinscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reinscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reinscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reinscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reinscribió" ;--# notpresent @@ -5988,12 +6534,12 @@ lin reinscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reinscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reinscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reinscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reinscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reinscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reinscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reinscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reinscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reinscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reinscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reinscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reinscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reinscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reinscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reinscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reinscribiría" ;--# notpresent @@ -6024,24 +6570,30 @@ lin rescribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rescribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rescribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rescriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rescriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rescribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rescriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rescribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rescribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rescriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rescriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rescribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rescriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rescribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rescribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rescriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rescribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rescribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rescribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rescribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rescribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rescribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescribieras" ; "rescribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescribiera" ; "rescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescribiéramos" ; "rescribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescribierais" ; "rescribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescribieran" ; "rescribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rescribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rescribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rescribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rescribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rescribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rescribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rescribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rescribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rescribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rescribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rescribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rescribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rescribió" ;--# notpresent @@ -6054,12 +6606,12 @@ lin rescribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rescribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rescribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rescribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rescribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rescribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rescribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rescribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rescribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rescribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rescribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rescribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rescribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rescribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rescribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rescribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rescribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rescribiría" ;--# notpresent @@ -6090,24 +6642,30 @@ lin sobrescribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrescribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrescribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrescriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrescriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrescribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrescriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrescribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrescribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrescriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrescriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrescribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrescriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrescribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrescribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrescriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrescribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrescribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrescribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrescribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrescribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrescribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrescribieras" ; "sobrescribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrescribiera" ; "sobrescribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrescribiéramos" ; "sobrescribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrescribierais" ; "sobrescribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrescribieran" ; "sobrescribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrescribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrescribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrescribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrescribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrescribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrescribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrescribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrescribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrescribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrescribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrescribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrescribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrescribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrescribió" ;--# notpresent @@ -6120,12 +6678,12 @@ lin sobrescribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrescribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrescribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrescribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrescribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrescribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrescribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrescribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrescribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrescribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrescribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrescribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrescribiría" ;--# notpresent @@ -6156,24 +6714,30 @@ lin subscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subscribieras" ; "subscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subscribiera" ; "subscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subscribiéramos" ; "subscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subscribierais" ; "subscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subscribieran" ; "subscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subscribió" ;--# notpresent @@ -6186,12 +6750,12 @@ lin subscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subscribiría" ;--# notpresent @@ -6222,24 +6786,30 @@ lin suscribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "suscribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "suscribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suscriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suscriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suscribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suscriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "suscribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "suscribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suscriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suscriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "suscribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suscriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "suscribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "suscribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suscriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "suscribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "suscribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "suscribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "suscribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "suscribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "suscribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"suscribieras" ; "suscribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"suscribiera" ; "suscribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"suscribiéramos" ; "suscribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"suscribierais" ; "suscribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"suscribieran" ; "suscribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "suscribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "suscribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "suscribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "suscribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "suscribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "suscribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "suscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "suscribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "suscribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "suscribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "suscribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "suscribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "suscribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "suscribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "suscribió" ;--# notpresent @@ -6252,12 +6822,12 @@ lin suscribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "suscribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "suscribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "suscribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "suscribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "suscribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "suscribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "suscribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "suscribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "suscribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "suscribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "suscribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "suscribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "suscribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "suscribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "suscribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "suscribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "suscribiría" ;--# notpresent @@ -6288,24 +6858,30 @@ lin transcribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transcribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transcribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transcriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transcriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transcribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transcriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transcribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transcribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transcriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transcriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transcribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transcriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transcribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transcribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transcriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transcribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transcribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transcribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transcribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transcribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transcribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcribieras" ; "transcribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcribiera" ; "transcribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcribiéramos" ; "transcribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcribierais" ; "transcribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcribieran" ; "transcribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transcribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transcribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transcribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transcribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transcribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transcribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transcribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transcribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transcribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transcribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transcribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transcribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transcribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transcribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transcribió" ;--# notpresent @@ -6318,12 +6894,12 @@ lin transcribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transcribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transcribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transcribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transcribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transcribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transcribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transcribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transcribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transcribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transcribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transcribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transcribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transcribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transcribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transcribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transcribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transcribiría" ;--# notpresent @@ -6354,24 +6930,30 @@ lin trascribir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trascribimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trascribís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trascriben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trascriba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trascribas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trascriba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trascribamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trascribáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trascriban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trascriba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trascribas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trascriba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trascribamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trascribáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trascriban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trascribía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trascribías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trascribía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trascribíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trascribíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trascribían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascribieras" ; "trascribieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascribiera" ; "trascribiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascribiéramos" ; "trascribiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascribierais" ; "trascribieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascribieran" ; "trascribiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trascribiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trascribieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trascribiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trascribiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trascribierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trascribieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascribieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascribiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascribiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascribieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascribiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trascribí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trascribiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trascribió" ;--# notpresent @@ -6384,12 +6966,12 @@ lin trascribir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trascribiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trascribiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trascribirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trascribiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trascribieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trascribiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trascribiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trascribiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trascribieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trascribieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trascribiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trascribiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trascribiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trascribieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trascribiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trascribirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trascribiría" ;--# notpresent @@ -6420,24 +7002,30 @@ lin abolir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abolimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abolís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "abolía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abolías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abolía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abolíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abolíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abolían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abolieras" ; "abolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aboliera" ; "aboliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aboliéramos" ; "aboliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abolierais" ; "abolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abolieran" ; "aboliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aboliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aboliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aboliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aboliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aboliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aboliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aboliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abolí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aboliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abolió" ;--# notpresent @@ -6450,12 +7038,12 @@ lin abolir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aboliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aboliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abolirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aboliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aboliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aboliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aboliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abolieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aboliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aboliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aboliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aboliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aboliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abolirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aboliría" ;--# notpresent @@ -6486,24 +7074,30 @@ lin agredir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "agredimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "agredís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "agredía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "agredías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "agredía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "agredíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "agredíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "agredían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agredieras" ; "agredieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agrediera" ; "agrediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agrediéramos" ; "agrediésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agredierais" ; "agredieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agredieran" ; "agrediesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "agrediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "agredieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "agrediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "agrediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "agredierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "agredieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "agrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "agredieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "agrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "agrediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "agredieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "agrediesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "agredí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "agrediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "agredió" ;--# notpresent @@ -6516,12 +7110,12 @@ lin agredir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "agrediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "agrediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "agredirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "agrediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "agredieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "agrediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "agrediéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "agrediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "agredieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "agrediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "agredieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "agrediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "agrediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "agrediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "agredieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "agrediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "agredirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "agrediría" ;--# notpresent @@ -6552,24 +7146,30 @@ lin aguerrir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aguerrimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aguerrís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "aguerría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aguerrías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aguerría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aguerríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aguerríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aguerrían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aguerrieras" ; "aguerrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aguerriera" ; "aguerriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aguerriéramos" ; "aguerriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aguerrierais" ; "aguerrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aguerrieran" ; "aguerriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aguerriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aguerrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aguerriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aguerriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aguerrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aguerrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aguerriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aguerrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aguerriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aguerriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aguerrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aguerriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aguerrí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aguerriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aguerrió" ;--# notpresent @@ -6582,12 +7182,12 @@ lin aguerrir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aguerriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aguerriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aguerrirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aguerriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aguerrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aguerriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aguerriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aguerriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aguerrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aguerrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aguerriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aguerriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aguerriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aguerrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aguerriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aguerrirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aguerriría" ;--# notpresent @@ -6618,24 +7218,30 @@ lin arrecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arrecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arrecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "arrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrecieras" ; "arrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arreciera" ; "arreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arreciéramos" ; "arreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrecierais" ; "arrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrecieran" ; "arreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arreció" ;--# notpresent @@ -6648,12 +7254,12 @@ lin arrecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arreciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arreciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arrecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arreciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arrecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arreciría" ;--# notpresent @@ -6684,24 +7290,30 @@ lin aterir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aterimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aterís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "atería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aterías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ateríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ateríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aterían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterieras" ; "aterieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ateriera" ; "ateriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ateriéramos" ; "ateriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterierais" ; "aterieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterieran" ; "ateriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ateriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aterieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ateriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ateriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aterierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aterieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ateriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aterieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ateriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ateriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aterieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ateriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aterí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ateriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aterió" ;--# notpresent @@ -6714,12 +7326,12 @@ lin aterir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ateriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ateriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aterirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ateriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aterieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ateriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ateriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ateriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aterieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ateriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aterieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ateriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ateriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ateriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aterieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ateriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aterirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ateriría" ;--# notpresent @@ -6750,24 +7362,30 @@ lin blandir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "blandimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "blandís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "blandía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "blandías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "blandía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "blandíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "blandíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "blandían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blandieras" ; "blandieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blandiera" ; "blandiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blandiéramos" ; "blandiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blandierais" ; "blandieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blandieran" ; "blandiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "blandiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "blandieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "blandiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "blandiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "blandierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "blandieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "blandiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "blandieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "blandiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "blandiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "blandieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "blandiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "blandí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "blandiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "blandió" ;--# notpresent @@ -6780,12 +7398,12 @@ lin blandir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "blandiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "blandiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "blandirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "blandiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "blandieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "blandiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "blandiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "blandiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "blandieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "blandiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "blandieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "blandiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "blandiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "blandiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "blandieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "blandiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "blandirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "blandiría" ;--# notpresent @@ -6816,24 +7434,30 @@ lin colorir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colorimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colorís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "coloría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colorías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coloría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coloríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coloríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colorían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colorieras" ; "colorieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coloriera" ; "coloriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coloriéramos" ; "coloriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colorierais" ; "colorieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colorieran" ; "coloriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coloriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colorieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coloriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coloriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colorierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colorieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coloriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colorieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coloriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coloriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colorieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coloriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colorí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coloriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "colorió" ;--# notpresent @@ -6846,12 +7470,12 @@ lin colorir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coloriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coloriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colorirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coloriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colorieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coloriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coloriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coloriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colorieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coloriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colorieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coloriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coloriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coloriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colorieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coloriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colorirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coloriría" ;--# notpresent @@ -6882,24 +7506,30 @@ lin concernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concernís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "concernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concerníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concerníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniéramos" ; "concerniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "concerniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concerniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concerní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concernió" ;--# notpresent @@ -6912,12 +7542,12 @@ lin concernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concerniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concernirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concerniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concerniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concernirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concerniría" ;--# notpresent @@ -6948,24 +7578,30 @@ lin empedernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empedernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empedernís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "empedernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empedernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empedernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empederníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empederníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empedernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedernieras" ; "empedernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empederniera" ; "empederniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empederniéramos" ; "empederniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedernierais" ; "empedernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedernieran" ; "empederniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empederniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empedernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empederniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empederniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empedernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empedernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empederniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empedernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empederniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empederniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empedernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empederniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empederní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empederniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empedernió" ;--# notpresent @@ -6978,12 +7614,12 @@ lin empedernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empederniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empederniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empedernirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empederniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empedernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empederniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empederniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empederniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empedernieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empederniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empedernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empederniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empederniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empederniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empedernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empederniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empedernirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empederniría" ;--# notpresent @@ -7014,24 +7650,30 @@ lin garantir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "garantimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "garantís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "garantía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "garantías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "garantía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "garantíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "garantíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "garantían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"garantieras" ; "garantieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"garantiera" ; "garantiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"garantiéramos" ; "garantiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"garantierais" ; "garantieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"garantieran" ; "garantiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "garantiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "garantieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "garantiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "garantiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "garantierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "garantieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "garantiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "garantieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "garantiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "garantiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "garantieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "garantiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "garantí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "garantiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "garantió" ;--# notpresent @@ -7044,12 +7686,12 @@ lin garantir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "garantiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "garantiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "garantirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "garantiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "garantieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "garantiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "garantiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "garantiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "garantieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "garantiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "garantieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "garantiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "garantiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "garantiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "garantieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "garantiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "garantirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "garantiría" ;--# notpresent @@ -7080,24 +7722,30 @@ lin manir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "manía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "maníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "maníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maniera" ; "maniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manieras" ; "manieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maniera" ; "maniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maniéramos" ; "maniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manierais" ; "manieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manieran" ; "maniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "maniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "maniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "maniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "maniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "maniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "maniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "maniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "maní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "maniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manió" ;--# notpresent @@ -7110,12 +7758,12 @@ lin manir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "maniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "maniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "maniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "maniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "maniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "maniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "maniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "maniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "maniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "maniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "maniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "maniría" ;--# notpresent @@ -7146,24 +7794,30 @@ lin transgredir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transgredimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transgredís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "transgredía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transgredías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transgredía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transgredíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transgredíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transgredían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transgredieras" ; "transgredieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transgrediera" ; "transgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transgrediéramos" ; "transgrediésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transgredierais" ; "transgredieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transgredieran" ; "transgrediesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transgrediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transgredieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transgrediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transgrediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transgredierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transgredieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transgredieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transgrediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transgredieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transgrediesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transgredí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transgrediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transgredió" ;--# notpresent @@ -7176,12 +7830,12 @@ lin transgredir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transgrediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transgrediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transgredirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transgrediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transgredieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transgrediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transgrediéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transgrediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transgredieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transgredieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transgrediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transgrediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transgrediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transgredieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transgrediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transgredirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transgrediría" ;--# notpresent @@ -7212,24 +7866,30 @@ lin trasgredir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasgredimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasgredís" ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasgredía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasgredías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasgredía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasgredíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasgredíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasgredían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasgredieras" ; "trasgredieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasgrediera" ; "trasgrediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasgrediéramos" ; "trasgrediésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasgredierais" ; "trasgredieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasgredieran" ; "trasgrediesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasgrediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasgredieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasgrediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasgrediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasgredierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasgredieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasgredieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasgrediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasgrediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasgredieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasgrediesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasgredí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasgrediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasgredió" ;--# notpresent @@ -7242,12 +7902,12 @@ lin trasgredir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasgrediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasgrediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasgredirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasgrediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasgredieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasgrediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasgrediéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasgredieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasgredieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasgrediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasgrediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasgrediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasgredieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasgrediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasgredirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasgrediría" ;--# notpresent @@ -7278,24 +7938,30 @@ lin adquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adquirís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adquiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adquiría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adquirías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adquiría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adquiríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adquiríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adquirían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adquirieras" ; "adquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adquiriera" ; "adquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adquiriéramos" ; "adquiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adquirierais" ; "adquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adquirieran" ; "adquiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adquiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adquirí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adquirió" ;--# notpresent @@ -7308,12 +7974,12 @@ lin adquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adquiriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adquirirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adquiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adquirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adquiriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adquirirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adquiriría" ;--# notpresent @@ -7344,24 +8010,30 @@ lin coadquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "coadquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coadquirís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coadquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coadquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coadquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coadquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coadquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coadquiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coadquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coadquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coadquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coadquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coadquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coadquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coadquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coadquiría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coadquirías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coadquiría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coadquiríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coadquiríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coadquirían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coadquirieras" ; "coadquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coadquiriera" ; "coadquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coadquiriéramos" ; "coadquiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coadquirierais" ; "coadquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coadquirieran" ; "coadquiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coadquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coadquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coadquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coadquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coadquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coadquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coadquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coadquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coadquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coadquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coadquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coadquiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coadquirí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coadquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coadquirió" ;--# notpresent @@ -7374,12 +8046,12 @@ lin coadquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coadquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coadquiriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coadquirirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coadquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coadquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coadquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coadquiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coadquirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coadquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coadquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coadquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coadquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coadquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coadquiriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coadquirirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coadquiriría" ;--# notpresent @@ -7410,24 +8082,30 @@ lin inquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inquirís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inquiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inquiría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inquirías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inquiría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inquiríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inquiríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inquirían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inquirieras" ; "inquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inquiriera" ; "inquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inquiriéramos" ; "inquiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inquirierais" ; "inquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inquirieran" ; "inquiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inquiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inquirí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inquirió" ;--# notpresent @@ -7440,12 +8118,12 @@ lin inquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inquiriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inquirirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inquiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inquirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inquiriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inquirirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inquiriría" ;--# notpresent @@ -7476,24 +8154,30 @@ lin perquirir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perquirimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perquirís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "perquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "perquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "perquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perquiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perquiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "perquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "perquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perquiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perquiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perquiría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perquirías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perquiría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perquiríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perquiríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perquirían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perquirieras" ; "perquirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perquiriera" ; "perquiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perquiriéramos" ; "perquiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perquirierais" ; "perquirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perquirieran" ; "perquiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perquiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perquirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perquiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perquiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perquirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perquirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perquirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perquiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perquiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perquirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perquiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perquirí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perquiriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perquirió" ;--# notpresent @@ -7506,12 +8190,12 @@ lin perquirir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perquiriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perquiriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perquirirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perquiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perquirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perquiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perquiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perquiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perquirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perquirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perquiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perquiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perquiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perquirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perquiriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perquirirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perquiriría" ;--# notpresent @@ -7542,24 +8226,30 @@ lin ascender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ascendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ascendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ascienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ascienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ascienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ascendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ascendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ascienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ascienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ascendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ascendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ascendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ascendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ascendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ascendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ascendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ascendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ascendieras" ; "ascendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ascendiera" ; "ascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ascendiéramos" ; "ascendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ascendierais" ; "ascendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ascendieran" ; "ascendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ascendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ascendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ascendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ascendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ascendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ascendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ascendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ascendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ascendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ascendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ascendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ascendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ascendió" ;--# notpresent @@ -7572,12 +8262,12 @@ lin ascender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ascenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ascenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ascenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ascendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ascendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ascendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ascendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ascendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ascendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ascendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ascendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ascendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ascendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ascendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ascendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ascenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ascendería" ;--# notpresent @@ -7608,24 +8298,30 @@ lin atender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atendieras" ; "atendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atendiera" ; "atendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atendiéramos" ; "atendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atendierais" ; "atendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atendieran" ; "atendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atendió" ;--# notpresent @@ -7638,12 +8334,12 @@ lin atender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atendería" ;--# notpresent @@ -7674,24 +8370,30 @@ lin cerner_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cernemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cernéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cernáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cerníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cerníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniéramos" ; "cerniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "cerniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cerní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cernió" ;--# notpresent @@ -7704,12 +8406,12 @@ lin cerner_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cerneremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cerneréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cernerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cerniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cernería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cernerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cernería" ;--# notpresent @@ -7740,24 +8442,30 @@ lin condecender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "condecendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condecendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condecienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condecienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condeciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condecienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condecendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condecendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condeciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condecienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condeciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condecienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condecendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condecendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condeciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condecendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condecendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condecendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condecendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condecendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condecendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condecendieras" ; "condecendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condecendiera" ; "condecendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condecendiéramos" ; "condecendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condecendierais" ; "condecendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condecendieran" ; "condecendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condecendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condecendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condecendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condecendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condecendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condecendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condecendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condecendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condecendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condecendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condecendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condecendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condecendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condecendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condecendió" ;--# notpresent @@ -7770,12 +8478,12 @@ lin condecender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "condecenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condecenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condecenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condecendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condecendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condecendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condecendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condecendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condecendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condecendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condecendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condecendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condecendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condecendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condecendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condecenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condecendería" ;--# notpresent @@ -7806,24 +8514,30 @@ lin condescender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "condescendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condescendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condescienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condescienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condesciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condescienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condescendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condescendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condesciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condescienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condesciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condescienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condescendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condescendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condesciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condescendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condescendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condescendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condescendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condescendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condescendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condescendieras" ; "condescendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condescendiera" ; "condescendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condescendiéramos" ; "condescendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condescendierais" ; "condescendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condescendieran" ; "condescendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condescendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condescendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condescendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condescendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condescendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condescendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condescendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condescendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condescendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condescendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condescendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condescendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condescendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condescendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condescendió" ;--# notpresent @@ -7836,12 +8550,12 @@ lin condescender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "condescenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condescenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condescenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condescendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condescendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condescendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condescendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condescendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condescendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condescendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condescendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condescendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condescendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condescendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condescendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condescenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condescendería" ;--# notpresent @@ -7872,24 +8586,30 @@ lin contender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contendieras" ; "contendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contendiera" ; "contendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contendiéramos" ; "contendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contendierais" ; "contendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contendieran" ; "contendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contendió" ;--# notpresent @@ -7902,12 +8622,12 @@ lin contender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contendería" ;--# notpresent @@ -7938,24 +8658,30 @@ lin defender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "defendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "defendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "defienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "defienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "defiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "defienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "defendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "defendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "defiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "defienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "defiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "defienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "defendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "defendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "defiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "defendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "defendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "defendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "defendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "defendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "defendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defendieras" ; "defendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defendiera" ; "defendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defendiéramos" ; "defendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defendierais" ; "defendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defendieran" ; "defendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "defendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "defendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "defendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "defendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "defendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "defendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "defendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "defendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "defendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "defendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "defendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "defendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "defendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "defendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "defendió" ;--# notpresent @@ -7968,12 +8694,12 @@ lin defender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "defenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "defenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "defenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "defendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "defendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "defendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "defendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "defendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "defendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "defendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "defendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "defendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "defendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "defendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "defendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "defendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "defenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "defendería" ;--# notpresent @@ -8004,24 +8730,30 @@ lin desatender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desatendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desatendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desatienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desatienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desatiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desatienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desatendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desatendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desatiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desatienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desatiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desatienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desatendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desatendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desatiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desatendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desatendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desatendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desatendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desatendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desatendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatendieras" ; "desatendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatendiera" ; "desatendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatendiéramos" ; "desatendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatendierais" ; "desatendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatendieran" ; "desatendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desatendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desatendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desatendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desatendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desatendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desatendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desatendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desatendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desatendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desatendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desatendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desatendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desatendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desatendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desatendió" ;--# notpresent @@ -8034,12 +8766,12 @@ lin desatender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desatenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desatenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desatenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desatendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desatendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desatendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desatendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desatendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desatendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desatendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desatendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desatendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desatendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desatendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desatendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desatenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desatendería" ;--# notpresent @@ -8070,24 +8802,30 @@ lin descender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descendieras" ; "descendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descendiera" ; "descendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descendiéramos" ; "descendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descendierais" ; "descendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descendieran" ; "descendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descendió" ;--# notpresent @@ -8100,12 +8838,12 @@ lin descender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descendería" ;--# notpresent @@ -8136,24 +8874,30 @@ lin distender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distendieras" ; "distendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distendiera" ; "distendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distendiéramos" ; "distendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distendierais" ; "distendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distendieran" ; "distendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distendió" ;--# notpresent @@ -8166,12 +8910,12 @@ lin distender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distendería" ;--# notpresent @@ -8202,24 +8946,30 @@ lin encender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encendieras" ; "encendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encendiera" ; "encendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encendiéramos" ; "encendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encendierais" ; "encendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encendieran" ; "encendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encendió" ;--# notpresent @@ -8232,12 +8982,12 @@ lin encender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encendería" ;--# notpresent @@ -8268,24 +9018,30 @@ lin entender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entendieras" ; "entendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entendiera" ; "entendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entendiéramos" ; "entendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entendierais" ; "entendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entendieran" ; "entendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entendió" ;--# notpresent @@ -8298,12 +9054,12 @@ lin entender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entendería" ;--# notpresent @@ -8334,24 +9090,30 @@ lin extender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "extendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "extendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "extienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "extienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "extiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "extienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "extendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "extendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "extiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "extienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "extiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "extienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "extendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "extendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "extiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "extendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "extendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "extendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "extendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "extendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "extendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extendieras" ; "extendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extendiera" ; "extendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extendiéramos" ; "extendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extendierais" ; "extendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extendieran" ; "extendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "extendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "extendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "extendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "extendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "extendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "extendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "extendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "extendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "extendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "extendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "extendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "extendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "extendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "extendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "extendió" ;--# notpresent @@ -8364,12 +9126,12 @@ lin extender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "extenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "extenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "extenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "extendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "extendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "extendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "extendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "extendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "extendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "extendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "extendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "extendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "extendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "extendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "extendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "extendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "extenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "extendería" ;--# notpresent @@ -8400,24 +9162,30 @@ lin heder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hedemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hedéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hieden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hieda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiedas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hieda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hedamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hedáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiedan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hieda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiedas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hieda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hedamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hedáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiedan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hediera" ; "hediese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hedieras" ; "hedieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hediera" ; "hediese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hediéramos" ; "hediésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hedierais" ; "hedieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hedieran" ; "hediesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hediera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hedieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hediera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hediéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hedierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hedieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hediese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hedieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hediese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hediésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hedieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hediesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hedió" ;--# notpresent @@ -8430,12 +9198,12 @@ lin heder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hederemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hederéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hederán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hediere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hedieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hediere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hediéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hediereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hedieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hediere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hedieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hediere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hediéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hediereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hedieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hedería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hederías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hedería" ;--# notpresent @@ -8466,24 +9234,30 @@ lin hender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiéramos" ; "hendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "hendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hendió" ;--# notpresent @@ -8496,12 +9270,12 @@ lin hender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "henderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "henderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "henderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "henderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hendería" ;--# notpresent @@ -8532,24 +9306,30 @@ lin malentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "malentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "malentendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "malentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "malentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "malentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "malentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "malentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "malentendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "malentiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "malentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "malentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "malentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "malentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "malentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "malentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "malentendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "malentendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "malentendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "malentendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "malentendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "malentendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malentendieras" ; "malentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malentendiera" ; "malentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malentendiéramos" ; "malentendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malentendierais" ; "malentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malentendieran" ; "malentendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "malentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "malentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "malentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "malentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "malentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "malentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "malentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "malentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "malentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "malentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "malentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "malentendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "malentendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "malentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "malentendió" ;--# notpresent @@ -8562,12 +9342,12 @@ lin malentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "malentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "malentenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "malentenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "malentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "malentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "malentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "malentendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "malentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "malentendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "malentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "malentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "malentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "malentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "malentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "malentendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "malentenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "malentendería" ;--# notpresent @@ -8598,24 +9378,30 @@ lin perder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perdemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perdéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pierden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pierda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pierdas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pierda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perdamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perdáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pierdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pierda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pierdas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pierda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perdamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perdáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pierdan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perdía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perdías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perdía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perdíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perdíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perdían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perdieras" ; "perdieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perdiera" ; "perdiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perdiéramos" ; "perdiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perdierais" ; "perdieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perdieran" ; "perdiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perdiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perdieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perdiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perdiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perdierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perdieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perdiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perdieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perdiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perdiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perdieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perdiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perdí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perdiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perdió" ;--# notpresent @@ -8628,12 +9414,12 @@ lin perder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perdiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perdieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perdiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perdiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perdiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perdieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perdiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perdieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perdiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perdiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perdiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perdieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perdería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perdería" ;--# notpresent @@ -8664,24 +9450,30 @@ lin reverter_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revertéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revertáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revertieras" ; "revertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revertiera" ; "revertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revertiéramos" ; "revertiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revertierais" ; "revertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revertieran" ; "revertiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revertiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revertió" ;--# notpresent @@ -8694,12 +9486,12 @@ lin reverter_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reverteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reverteréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reverterán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revertiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revertieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revertería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reverterías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revertería" ;--# notpresent @@ -8730,24 +9522,30 @@ lin sobreentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreentendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobreentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobreentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobreentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobreentendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobreentiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobreentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobreentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobreentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobreentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobreentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreentendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreentendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreentendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreentendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreentendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreentendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreentendieras" ; "sobreentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreentendiera" ; "sobreentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreentendiéramos" ; "sobreentendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreentendierais" ; "sobreentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreentendieran" ; "sobreentendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobreentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobreentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobreentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreentendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobreentendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobreentendió" ;--# notpresent @@ -8760,12 +9558,12 @@ lin sobreentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreentenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreentenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreentendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobreentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobreentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobreentendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreentenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobreentendería" ;--# notpresent @@ -8796,24 +9594,30 @@ lin sobrentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrentendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrentendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrentiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrentendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrentendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrentendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrentendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrentendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrentendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrentendieras" ; "sobrentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrentendiera" ; "sobrentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrentendiéramos" ; "sobrentendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrentendierais" ; "sobrentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrentendieran" ; "sobrentendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrentendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrentendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrentendió" ;--# notpresent @@ -8826,12 +9630,12 @@ lin sobrentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrentenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrentenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrentendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrentendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrentenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrentendería" ;--# notpresent @@ -8862,24 +9666,30 @@ lin subentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subentendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subentendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subentiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subentendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subentendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subentendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subentendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subentendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subentendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subentendieras" ; "subentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subentendiera" ; "subentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subentendiéramos" ; "subentendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subentendierais" ; "subentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subentendieran" ; "subentendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subentendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subentendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subentendió" ;--# notpresent @@ -8892,12 +9702,12 @@ lin subentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subentenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subentenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subentendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subentendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subentendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subentenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subentendería" ;--# notpresent @@ -8928,24 +9738,30 @@ lin subtender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subtendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subtendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subtienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subtienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subtiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subtienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subtendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subtendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subtiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subtienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subtiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subtienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subtendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subtendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subtiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subtendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subtendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subtendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subtendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subtendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subtendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subtendieras" ; "subtendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subtendiera" ; "subtendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subtendiéramos" ; "subtendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subtendierais" ; "subtendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subtendieran" ; "subtendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subtendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subtendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subtendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subtendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subtendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subtendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subtendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subtendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subtendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subtendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subtendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subtendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subtendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subtendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subtendió" ;--# notpresent @@ -8958,12 +9774,12 @@ lin subtender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subtenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subtenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subtenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subtendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subtendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subtendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subtendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subtendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subtendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subtendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subtendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subtendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subtendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subtendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subtendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subtenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subtendería" ;--# notpresent @@ -8994,24 +9810,30 @@ lin superentender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "superentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "superentendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "superentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "superentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "superentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "superentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "superentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "superentendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "superentiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "superentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "superentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "superentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "superentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "superentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "superentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "superentendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "superentendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "superentendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "superentendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "superentendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "superentendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"superentendieras" ; "superentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"superentendiera" ; "superentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"superentendiéramos" ; "superentendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"superentendierais" ; "superentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"superentendieran" ; "superentendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "superentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "superentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "superentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "superentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "superentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "superentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "superentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "superentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "superentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "superentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "superentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "superentendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "superentendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "superentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "superentendió" ;--# notpresent @@ -9024,12 +9846,12 @@ lin superentender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "superentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "superentenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "superentenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "superentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "superentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "superentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "superentendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "superentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "superentendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "superentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "superentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "superentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "superentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "superentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "superentendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "superentenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "superentendería" ;--# notpresent @@ -9060,24 +9882,30 @@ lin tender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tendieras" ; "tendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tendiera" ; "tendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tendiéramos" ; "tendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tendierais" ; "tendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tendieran" ; "tendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tendió" ;--# notpresent @@ -9090,12 +9918,12 @@ lin tender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tendería" ;--# notpresent @@ -9126,24 +9954,30 @@ lin transcender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transcendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transcendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transcienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transcienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transcienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transcendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transcendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transcienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transcienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transcendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transcendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transcendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transcendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transcendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transcendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transcendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transcendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transcendieras" ; "transcendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transcendiera" ; "transcendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transcendiéramos" ; "transcendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transcendierais" ; "transcendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transcendieran" ; "transcendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transcendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transcendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transcendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transcendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transcendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transcendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transcendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transcendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transcendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transcendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transcendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transcendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transcendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transcendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transcendió" ;--# notpresent @@ -9156,12 +9990,12 @@ lin transcender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transcenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transcenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transcenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transcendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transcendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transcendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transcendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transcendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transcendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transcendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transcendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transcendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transcendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transcendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transcendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transcenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transcendería" ;--# notpresent @@ -9192,24 +10026,30 @@ lin trascender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trascendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trascendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trascienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trascienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasciendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trascienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trascendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trascendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasciendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trascienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasciendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trascienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trascendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trascendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasciendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trascendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trascendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trascendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trascendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trascendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trascendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascendieras" ; "trascendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascendiera" ; "trascendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascendiéramos" ; "trascendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascendierais" ; "trascendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascendieran" ; "trascendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trascendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trascendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trascendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trascendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trascendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trascendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trascendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trascendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trascendió" ;--# notpresent @@ -9222,12 +10062,12 @@ lin trascender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trascenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trascenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trascenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trascendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trascendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trascendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trascendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trascendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trascendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trascendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trascendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trascendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trascendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trascendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trascendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trascenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trascendería" ;--# notpresent @@ -9258,24 +10098,30 @@ lin trasverter_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasvertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasvertéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasvertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasvertáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasvertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasvertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasvertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasvertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasvertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasvertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasvertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasvertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvertieras" ; "trasvertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasvertiera" ; "trasvertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasvertiéramos" ; "trasvertiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvertierais" ; "trasvertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvertieran" ; "trasvertiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasvertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasvertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasvertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasvertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasvertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasvertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasvertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasvertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasvertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasvertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasvertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasvertiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasvertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasvertió" ;--# notpresent @@ -9288,12 +10134,12 @@ lin trasverter_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasverteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasverteréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasverterán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasvertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasvertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasvertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasvertiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasvertieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasvertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasvertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasvertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasvertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasvertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasvertería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasverterías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasvertería" ;--# notpresent @@ -9324,24 +10170,30 @@ lin verter_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vertéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "viertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vertáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "viertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "viertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "viertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "vertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "vertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "vertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vertieras" ; "vertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vertiera" ; "vertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vertiéramos" ; "vertiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vertierais" ; "vertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vertieran" ; "vertiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "vertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "vertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "vertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "vertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "vertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "vertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "vertiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "vertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vertió" ;--# notpresent @@ -9354,12 +10206,12 @@ lin verter_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "verteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "verteréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "verterán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "vertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "vertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "vertiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "vertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vertieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "vertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "vertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "vertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "vertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vertería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "verterías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vertería" ;--# notpresent @@ -9390,24 +10242,30 @@ lin cernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cernís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cernáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ciernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cerníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cerníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cernieras" ; "cernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerniera" ; "cerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerniéramos" ; "cerniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cernierais" ; "cernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cernieran" ; "cerniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cerní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cernió" ;--# notpresent @@ -9420,12 +10278,12 @@ lin cernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cerniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cernirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cerniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cernieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cerniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cernirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cerniría" ;--# notpresent @@ -9456,24 +10314,30 @@ lin concernir2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concernís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concernáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conciernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concerníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concerníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concernieras" ; "concernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concerniera" ; "concerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concerniéramos" ; "concerniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concernierais" ; "concernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concernieran" ; "concerniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concerniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concerní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concernió" ;--# notpresent @@ -9486,12 +10350,12 @@ lin concernir2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concerniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concernirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concerniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concernieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concerniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concernirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concerniría" ;--# notpresent @@ -9522,24 +10386,30 @@ lin discernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "discernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "discernís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disciernen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "discierna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disciernas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "discierna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "discernamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "discernáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disciernan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "discierna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disciernas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "discierna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "discernamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "discernáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disciernan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "discernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "discernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "discernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "discerníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "discerníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "discernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discernieras" ; "discernieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discerniera" ; "discerniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discerniéramos" ; "discerniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discernierais" ; "discernieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discernieran" ; "discerniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "discerniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "discernieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "discerniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "discerniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "discernierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "discernieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "discerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "discernieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "discerniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "discerniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "discernieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "discerniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "discerní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "discerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "discernió" ;--# notpresent @@ -9552,12 +10422,12 @@ lin discernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "discerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "discerniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "discernirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "discerniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "discernieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "discerniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "discerniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "discerniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "discernieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "discerniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "discernieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "discerniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "discerniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "discerniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "discernieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "discerniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "discernirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "discerniría" ;--# notpresent @@ -9588,24 +10458,30 @@ lin hendir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hendimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hendís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hendieras" ; "hendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hendiera" ; "hendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hendiéramos" ; "hendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hendierais" ; "hendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hendieran" ; "hendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hendió" ;--# notpresent @@ -9618,12 +10494,12 @@ lin hendir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hendiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hendiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hendirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hendiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hendirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hendiría" ;--# notpresent @@ -9654,24 +10530,30 @@ lin amover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amovemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amovéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amovamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amováis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amovamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amovía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amovías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amovía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amovíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amovíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amovían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amovieras" ; "amovieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoviera" ; "amoviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoviéramos" ; "amoviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amovierais" ; "amovieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amovieran" ; "amoviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amovieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amovierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amovieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amovieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amovieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amoví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amovió" ;--# notpresent @@ -9684,12 +10566,12 @@ lin amover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amoverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amovieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amovieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amovieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amovieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amovería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amoverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amovería" ;--# notpresent @@ -9720,24 +10602,30 @@ lin conmover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conmovemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conmovéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conmueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conmueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conmuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conmueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "conmovamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "conmováis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conmuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conmueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conmuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conmueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "conmovamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "conmováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conmuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conmovía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conmovías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conmovía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conmovíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conmovíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conmovían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conmovieras" ; "conmovieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conmoviera" ; "conmoviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conmoviéramos" ; "conmoviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conmovierais" ; "conmovieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conmovieran" ; "conmoviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "conmoviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "conmovieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "conmoviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "conmoviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "conmovierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "conmovieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "conmoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "conmovieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "conmoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "conmoviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "conmovieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "conmoviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conmoví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conmoviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "conmovió" ;--# notpresent @@ -9750,12 +10638,12 @@ lin conmover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conmoveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conmoveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conmoverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "conmoviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "conmovieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "conmoviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "conmoviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "conmoviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "conmovieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "conmovieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "conmoviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "conmoviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "conmoviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "conmovieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conmovería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conmoverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conmovería" ;--# notpresent @@ -9786,24 +10674,30 @@ lin demoler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "demolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "demoléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "demuelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "demuela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "demuelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "demuela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "demolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "demoláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "demuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "demuela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "demuelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "demuela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "demolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "demoláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "demuelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "demolía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "demolías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "demolía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "demolíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "demolíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "demolían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demolieras" ; "demolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demoliera" ; "demoliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demoliéramos" ; "demoliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demolierais" ; "demolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demolieran" ; "demoliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "demoliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "demolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "demoliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "demoliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "demolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "demolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "demoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "demolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "demoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "demoliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "demolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "demoliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "demolí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "demoliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "demolió" ;--# notpresent @@ -9816,12 +10710,12 @@ lin demoler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "demoleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "demoleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "demolerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "demoliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "demolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "demoliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "demoliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "demoliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "demolieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "demoliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "demolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "demoliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "demoliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "demoliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "demolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "demolería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "demolerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "demolería" ;--# notpresent @@ -9852,24 +10746,30 @@ lin doler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "doléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "duelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "duela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "duelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "duela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "doláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "duelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "duela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "duelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "duela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "doláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "duelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dolía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dolías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dolía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dolíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dolíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dolían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"doliera" ; "doliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolieras" ; "dolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"doliera" ; "doliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"doliéramos" ; "doliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolierais" ; "dolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolieran" ; "doliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "doliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "doliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "doliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "doliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "doliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "doliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "doliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dolí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "doliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dolió" ;--# notpresent @@ -9882,12 +10782,12 @@ lin doler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "doleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "doleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dolerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "doliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "doliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "doliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "doliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dolieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "doliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "doliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "doliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "doliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dolería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dolerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dolería" ;--# notpresent @@ -9918,24 +10818,30 @@ lin moler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "molemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "moléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "molamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "moláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "molamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "moláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "molía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "molías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "molía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "molíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "molíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "molían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moliera" ; "moliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"molieras" ; "molieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moliera" ; "moliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moliéramos" ; "moliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"molierais" ; "molieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"molieran" ; "moliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "molieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "moliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "molierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "molieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "molieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "molieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "molí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "molió" ;--# notpresent @@ -9948,12 +10854,12 @@ lin moler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "molerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "molieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "molieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "molieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "moliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "molieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "molería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "molerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "molería" ;--# notpresent @@ -9984,24 +10890,30 @@ lin morder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mordemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mordéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muerden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muerda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muerdas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muerda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mordamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mordáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muerda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muerdas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muerda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mordamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mordáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muerdan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mordía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mordías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mordía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mordíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mordíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mordían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mordieras" ; "mordieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mordiera" ; "mordiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mordiéramos" ; "mordiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mordierais" ; "mordieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mordieran" ; "mordiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mordiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mordieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mordiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mordiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mordierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mordieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mordieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mordiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mordieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mordiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mordí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mordiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mordió" ;--# notpresent @@ -10014,12 +10926,12 @@ lin morder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "morderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "morderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "morderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mordiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mordieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mordiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mordiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mordiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mordieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mordiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mordieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mordiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mordiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mordiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mordieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mordería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "morderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mordería" ;--# notpresent @@ -10050,24 +10962,30 @@ lin mover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "movemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "movéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "movamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mováis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "movamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "movía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "movías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "movía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "movíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "movíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "movían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moviera" ; "moviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"movieras" ; "movieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moviera" ; "moviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moviéramos" ; "moviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"movierais" ; "movieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"movieran" ; "moviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "movieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "moviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "movierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "movieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "movieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "movieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "moví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "movió" ;--# notpresent @@ -10080,12 +10998,12 @@ lin mover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "moverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "movieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "movieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "movieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "moviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "movieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "movería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "movería" ;--# notpresent @@ -10116,24 +11034,30 @@ lin promover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "promovemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "promovéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "promueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "promueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "promuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "promueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "promovamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "promováis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "promuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "promueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "promuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "promueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "promovamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "promováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "promuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "promovía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "promovías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "promovía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "promovíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "promovíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "promovían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"promovieras" ; "promovieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"promoviera" ; "promoviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"promoviéramos" ; "promoviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"promovierais" ; "promovieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"promovieran" ; "promoviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "promoviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "promovieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "promoviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "promoviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "promovierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "promovieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "promoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "promovieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "promoviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "promoviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "promovieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "promoviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "promoví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "promoviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "promovió" ;--# notpresent @@ -10146,12 +11070,12 @@ lin promover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "promoveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "promoveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "promoverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "promoviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "promovieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "promoviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "promoviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "promoviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "promovieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "promoviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "promovieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "promoviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "promoviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "promoviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "promovieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "promovería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "promoverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "promovería" ;--# notpresent @@ -10182,24 +11106,30 @@ lin remoler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remoléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remuelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remuela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remuelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remuela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remoláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remuelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remuela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remuelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remuela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remoláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remuelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remolía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remolías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remolía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remolíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remolíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remolían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolieras" ; "remolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remoliera" ; "remoliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remoliéramos" ; "remoliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolierais" ; "remolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolieran" ; "remoliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remoliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remoliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remoliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remoliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remoliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remolí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remoliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remolió" ;--# notpresent @@ -10212,12 +11142,12 @@ lin remoler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remoleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remoleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remolerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remoliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remoliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remoliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remoliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remolieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remoliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remoliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remoliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remoliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remolería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remolerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remolería" ;--# notpresent @@ -10248,24 +11178,30 @@ lin remover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "removemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "removéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remueven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remueva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remuevas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "removamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remováis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remuevan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remueva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remuevas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "removamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remováis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remuevan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "removía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "removías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "removía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "removíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "removíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "removían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"removiera" ; "removiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"removieras" ; "removieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"removiera" ; "removiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"removiéramos" ; "removiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"removierais" ; "removieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"removieran" ; "removiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "removiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "removieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "removiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "removiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "removierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "removieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "removiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "removieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "removiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "removiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "removieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "removiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "removí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "removiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "removió" ;--# notpresent @@ -10278,12 +11214,12 @@ lin remover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "removeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "removeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "removerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "removiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "removieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "removiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "removiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "removiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "removieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "removiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "removieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "removiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "removiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "removiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "removieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "removería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "removerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "removería" ;--# notpresent @@ -10314,24 +11250,30 @@ lin rernorder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rernordemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rernordéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rernuerden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rernuerda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rernuerdas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rernuerda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rernordamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rernordáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rernuerdan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rernuerda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rernuerdas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rernuerda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rernordamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rernordáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rernuerdan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rernordía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rernordías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rernordía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rernordíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rernordíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rernordían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rernordieras" ; "rernordieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rernordiera" ; "rernordiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rernordiéramos" ; "rernordiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rernordierais" ; "rernordieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rernordieran" ; "rernordiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rernordiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rernordieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rernordiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rernordiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rernordierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rernordieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rernordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rernordieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rernordiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rernordiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rernordieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rernordiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rernordí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rernordiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rernordió" ;--# notpresent @@ -10344,12 +11286,12 @@ lin rernorder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rernorderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rernorderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rernorderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rernordiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rernordieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rernordiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rernordiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rernordiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rernordieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rernordieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rernordiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rernordiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rernordiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rernordieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rernordería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rernorderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rernordería" ;--# notpresent @@ -10380,24 +11322,30 @@ lin absolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "absolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "absolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "absuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "absuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "absuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "absuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "absolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "absolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "absuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "absuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "absuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "absuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "absolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "absolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "absuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "absolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "absolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "absolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "absolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "absolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "absolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"absolvieras" ; "absolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"absolviera" ; "absolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"absolviéramos" ; "absolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"absolvierais" ; "absolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"absolvieran" ; "absolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "absolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "absolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "absolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "absolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "absolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "absolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "absolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "absolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "absolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "absolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "absolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "absolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "absolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "absolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "absolvió" ;--# notpresent @@ -10410,12 +11358,12 @@ lin absolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "absolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "absolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "absolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "absolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "absolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "absolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "absolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "absolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "absolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "absolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "absolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "absolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "absolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "absolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "absolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "absolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "absolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "absolvería" ;--# notpresent @@ -10446,24 +11394,30 @@ lin desenvolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenvolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenvolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenvuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenvuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenvuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenvuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenvolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenvolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenvuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenvuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenvuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenvuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenvolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenvolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenvuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenvolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenvolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenvolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenvolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenvolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenvolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenvolvieras" ; "desenvolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenvolviera" ; "desenvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenvolviéramos" ; "desenvolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenvolvierais" ; "desenvolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenvolvieran" ; "desenvolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenvolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenvolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenvolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenvolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenvolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenvolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenvolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenvolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenvolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenvolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenvolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenvolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenvolvió" ;--# notpresent @@ -10476,12 +11430,12 @@ lin desenvolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenvolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenvolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenvolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenvolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenvolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenvolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenvolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenvolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenvolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenvolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenvolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenvolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenvolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenvolvería" ;--# notpresent @@ -10512,24 +11466,30 @@ lin desvolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desvolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desvolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desvuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desvuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desvolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desvolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desvuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desvuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desvolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desvolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desvolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desvolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desvolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desvolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desvolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desvolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvolvieras" ; "desvolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvolviera" ; "desvolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvolviéramos" ; "desvolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvolvierais" ; "desvolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvolvieran" ; "desvolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desvolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desvolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desvolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desvolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desvolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desvolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desvolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvolvió" ;--# notpresent @@ -10542,12 +11502,12 @@ lin desvolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desvolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desvolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desvolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desvolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desvolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desvolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desvolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desvolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desvolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desvolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desvolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desvolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desvolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desvolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desvolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desvolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desvolvería" ;--# notpresent @@ -10578,24 +11538,30 @@ lin devolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "devolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "devolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "devuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "devuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "devuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "devuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "devolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "devolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "devuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "devuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "devuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "devuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "devolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "devolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "devuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "devolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "devolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "devolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "devolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "devolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "devolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"devolvieras" ; "devolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"devolviera" ; "devolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"devolviéramos" ; "devolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"devolvierais" ; "devolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"devolvieran" ; "devolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "devolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "devolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "devolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "devolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "devolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "devolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "devolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "devolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "devolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "devolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "devolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "devolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "devolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "devolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "devolvió" ;--# notpresent @@ -10608,12 +11574,12 @@ lin devolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "devolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "devolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "devolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "devolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "devolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "devolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "devolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "devolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "devolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "devolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "devolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "devolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "devolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "devolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "devolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "devolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "devolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "devolvería" ;--# notpresent @@ -10644,24 +11610,30 @@ lin disolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disolvieras" ; "disolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disolviera" ; "disolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disolviéramos" ; "disolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disolvierais" ; "disolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disolvieran" ; "disolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disolvió" ;--# notpresent @@ -10674,12 +11646,12 @@ lin disolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disolvería" ;--# notpresent @@ -10710,24 +11682,30 @@ lin ensolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensolvieras" ; "ensolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensolviera" ; "ensolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensolviéramos" ; "ensolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensolvierais" ; "ensolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensolvieran" ; "ensolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensolvió" ;--# notpresent @@ -10740,12 +11718,12 @@ lin ensolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensolvería" ;--# notpresent @@ -10776,24 +11754,30 @@ lin envolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envolvieras" ; "envolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envolviera" ; "envolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envolviéramos" ; "envolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envolvierais" ; "envolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envolvieran" ; "envolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envolvió" ;--# notpresent @@ -10806,12 +11790,12 @@ lin envolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envolvería" ;--# notpresent @@ -10842,24 +11826,30 @@ lin resolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolvieras" ; "resolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolviera" ; "resolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolviéramos" ; "resolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolvierais" ; "resolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolvieran" ; "resolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resolvió" ;--# notpresent @@ -10872,12 +11862,12 @@ lin resolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resolvería" ;--# notpresent @@ -10908,24 +11898,30 @@ lin revolver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revolvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revolvéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revuelven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revuelva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revuelvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revuelva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revolvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revolváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revuelvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revuelva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revuelvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revuelva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revolvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revolváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revuelvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revolvía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revolvías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revolvía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revolvíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revolvíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revolvían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolvieras" ; "revolvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolviera" ; "revolviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolviéramos" ; "revolviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolvierais" ; "revolvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolvieran" ; "revolviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revolviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revolvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revolviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revolviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revolvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revolvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revolví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revolviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revolvió" ;--# notpresent @@ -10938,12 +11934,12 @@ lin revolver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revolveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revolveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revolverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revolviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revolvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revolviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revolviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revolviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revolvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revolviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revolvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revolviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revolviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revolviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revolvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revolvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revolverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revolvería" ;--# notpresent @@ -10974,24 +11970,30 @@ lin coextenderse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "coextendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coextendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coextienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coextienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coextiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coextienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coextendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coextendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coextiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coextienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coextiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coextienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coextendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coextendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coextiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coextendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coextendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coextendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coextendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coextendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coextendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coextendieras" ; "coextendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coextendiera" ; "coextendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coextendiéramos" ; "coextendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coextendierais" ; "coextendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coextendieran" ; "coextendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coextendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coextendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coextendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coextendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coextendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coextendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coextendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coextendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coextendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coextendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coextendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coextendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coextendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coextendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coextendió" ;--# notpresent @@ -11004,12 +12006,12 @@ lin coextenderse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "coextenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coextenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coextenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coextendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coextendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coextendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coextendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coextendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coextendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coextendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coextendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coextendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coextendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coextendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coextendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coextenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coextendería" ;--# notpresent @@ -11040,24 +12042,30 @@ lin desentenderse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desentendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desentendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentienden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentienda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentiendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentienda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desentendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desentendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentiendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentienda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentiendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentienda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desentendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desentendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentiendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desentendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desentendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desentendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desentendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desentendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desentendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentendieras" ; "desentendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentendiera" ; "desentendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentendiéramos" ; "desentendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentendierais" ; "desentendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentendieran" ; "desentendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desentendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desentendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desentendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desentendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desentendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desentendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desentendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desentendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desentendió" ;--# notpresent @@ -11070,12 +12078,12 @@ lin desentenderse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "desentenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desentenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desentenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desentendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desentendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desentendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desentendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desentendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desentendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desentendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desentendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desentendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desentendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desentendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desentendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desentenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desentendería" ;--# notpresent @@ -11106,24 +12114,30 @@ lin sobreverterse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevertemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevertéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevertamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevertáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobreviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevertamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevertáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobreviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevertieras" ; "sobrevertieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevertiera" ; "sobrevertiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevertiéramos" ; "sobrevertiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevertierais" ; "sobrevertieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevertieran" ; "sobrevertiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevertiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevertieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevertiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevertiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevertierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevertieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevertieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevertiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevertiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevertieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevertiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrevertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevertió" ;--# notpresent @@ -11136,12 +12150,12 @@ lin sobreverterse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreverteremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreverteréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreverterán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevertiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevertieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevertiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevertiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevertiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevertieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevertería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreverterías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevertería" ;--# notpresent @@ -11172,24 +12186,30 @@ lin condolerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "condolemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condoléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conduelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conduela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conduelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conduela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condolamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condoláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conduelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conduela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conduelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conduela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condolamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condoláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conduelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condolía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condolías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condolía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condolíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condolíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condolían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolieras" ; "condolieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoliera" ; "condoliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoliéramos" ; "condoliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolierais" ; "condolieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolieran" ; "condoliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condoliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condolieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condoliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condoliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condolierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condolieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condolieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condoliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condoliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condolieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condoliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condolí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condoliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condolió" ;--# notpresent @@ -11202,12 +12222,12 @@ lin condolerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "condoleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condoleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condolerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condoliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condolieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condoliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condoliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condoliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condolieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condoliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condolieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condoliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condoliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condoliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condolieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condolería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condolerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condolería" ;--# notpresent @@ -11238,24 +12258,30 @@ lin ahincar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ahincamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ahincáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ahíncan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ahínque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ahínques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ahínque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ahinquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ahinquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ahínquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ahínque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ahínques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ahínque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ahinquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ahinquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ahínquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ahincaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ahincabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ahincaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ahincábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ahincabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ahincaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ahincaras" ; "ahincases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ahincara" ; "ahincase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ahincáramos" ; "ahincásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ahincarais" ; "ahincaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ahincaran" ; "ahincasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ahincara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ahincaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ahincara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ahincáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ahincarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ahincaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ahincase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ahincases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ahincase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ahincásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ahincaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ahincasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ahinqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ahincaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ahincó" ;--# notpresent @@ -11268,12 +12294,12 @@ lin ahincar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ahincaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ahincaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ahincarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ahincare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ahincares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ahincare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ahincáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ahincareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ahincaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ahincare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ahincares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ahincare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ahincáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ahincareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ahincaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ahincaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ahincarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ahincaría" ;--# notpresent @@ -11304,24 +12330,30 @@ lin arrusticar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arrusticamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arrusticáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arrustícan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arrustíque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arrustíques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arrustíque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arrustiquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arrustiquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arrustíquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arrustíque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arrustíques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arrustíque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arrustiquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arrustiquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arrustíquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arrusticaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arrusticabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arrusticaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arrusticábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arrusticabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arrusticaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrusticaras" ; "arrusticases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrusticara" ; "arrusticase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrusticáramos" ; "arrusticásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrusticarais" ; "arrusticaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrusticaran" ; "arrusticasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arrusticara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arrusticaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arrusticara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arrusticáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arrusticarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arrusticaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arrusticase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrusticases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arrusticase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrusticásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrusticaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arrusticasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arrustiqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arrusticaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arrusticó" ;--# notpresent @@ -11334,12 +12366,12 @@ lin arrusticar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arrusticaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arrusticaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arrusticarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arrusticare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arrusticares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arrusticare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arrusticáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arrusticareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arrusticaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arrusticares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arrusticare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arrusticáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arrusticareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arrusticaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arrusticaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arrusticarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arrusticaría" ;--# notpresent @@ -11370,24 +12402,30 @@ lin arcaizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arcaizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arcaizáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arcaízan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arcaíce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arcaíces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arcaíce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arcaicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arcaicéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arcaícen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arcaíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arcaíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arcaíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arcaicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arcaicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arcaícen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arcaizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arcaizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arcaizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arcaizábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arcaizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arcaizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arcaizaras" ; "arcaizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arcaizara" ; "arcaizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arcaizáramos" ; "arcaizásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arcaizarais" ; "arcaizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arcaizaran" ; "arcaizasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arcaizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arcaizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arcaizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arcaizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arcaizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arcaizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arcaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arcaizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arcaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arcaizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arcaizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arcaizasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arcaicé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arcaizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arcaizó" ;--# notpresent @@ -11400,12 +12438,12 @@ lin arcaizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arcaizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arcaizaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arcaizarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arcaizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arcaizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arcaizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arcaizáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arcaizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arcaizaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arcaizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arcaizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arcaizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arcaizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arcaizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arcaizaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arcaizarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arcaizaría" ;--# notpresent @@ -11436,24 +12474,30 @@ lin desraizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desraizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desraizáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desraízan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desraíce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desraíces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desraíce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desraicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desraicéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desraícen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desraíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desraíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desraíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desraicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desraicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desraícen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desraizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desraizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desraizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desraizábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desraizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desraizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desraizaras" ; "desraizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desraizara" ; "desraizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desraizáramos" ; "desraizásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desraizarais" ; "desraizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desraizaran" ; "desraizasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desraizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desraizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desraizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desraizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desraizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desraizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desraizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desraizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desraizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desraizasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desraicé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desraizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desraizó" ;--# notpresent @@ -11466,12 +12510,12 @@ lin desraizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desraizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desraizaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desraizarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desraizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desraizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desraizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desraizáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desraizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desraizaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desraizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desraizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desraizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desraizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desraizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desraizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desraizaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desraizarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desraizaría" ;--# notpresent @@ -11502,24 +12546,30 @@ lin enraizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enraizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enraizáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enraízan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enraíce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enraíces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enraíce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enraicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enraicéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enraícen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enraíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enraíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enraíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enraicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enraicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enraícen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enraizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enraizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enraizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enraizábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enraizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enraizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enraizaras" ; "enraizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraizara" ; "enraizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraizáramos" ; "enraizásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enraizarais" ; "enraizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enraizaran" ; "enraizasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enraizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enraizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enraizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enraizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enraizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enraizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enraizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enraizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enraizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enraizasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enraicé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enraizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enraizó" ;--# notpresent @@ -11532,12 +12582,12 @@ lin enraizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enraizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enraizaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enraizarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enraizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enraizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enraizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enraizáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enraizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enraizaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enraizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enraizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enraizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enraizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enraizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enraizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enraizaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enraizarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enraizaría" ;--# notpresent @@ -11568,24 +12618,30 @@ lin europeizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "europeizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "europeizáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "europeízan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "europeíce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "europeíces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "europeíce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "europeicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "europeicéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "europeícen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "europeíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "europeíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "europeíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "europeicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "europeicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "europeícen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "europeizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "europeizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "europeizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "europeizábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "europeizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "europeizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"europeizaras" ; "europeizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"europeizara" ; "europeizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"europeizáramos" ; "europeizásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"europeizarais" ; "europeizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"europeizaran" ; "europeizasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "europeizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "europeizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "europeizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "europeizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "europeizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "europeizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "europeizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "europeizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "europeizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "europeizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "europeizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "europeizasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "europeicé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "europeizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "europeizó" ;--# notpresent @@ -11598,12 +12654,12 @@ lin europeizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "europeizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "europeizaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "europeizarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "europeizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "europeizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "europeizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "europeizáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "europeizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "europeizaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "europeizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "europeizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "europeizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "europeizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "europeizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "europeizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "europeizaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "europeizarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "europeizaría" ;--# notpresent @@ -11634,24 +12690,30 @@ lin hebraizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hebraizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hebraizáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hebraízan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hebraíce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hebraíces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hebraíce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hebraicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hebraicéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hebraícen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hebraíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hebraíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hebraíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hebraicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hebraicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hebraícen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hebraizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hebraizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hebraizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hebraizábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hebraizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hebraizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hebraizaras" ; "hebraizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hebraizara" ; "hebraizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hebraizáramos" ; "hebraizásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hebraizarais" ; "hebraizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hebraizaran" ; "hebraizasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hebraizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hebraizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hebraizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hebraizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hebraizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hebraizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hebraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hebraizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hebraizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hebraizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hebraizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hebraizasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hebraicé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hebraizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hebraizó" ;--# notpresent @@ -11664,12 +12726,12 @@ lin hebraizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hebraizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hebraizaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hebraizarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hebraizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hebraizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hebraizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hebraizáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hebraizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hebraizaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hebraizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hebraizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hebraizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hebraizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hebraizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hebraizaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hebraizarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hebraizaría" ;--# notpresent @@ -11700,24 +12762,30 @@ lin judaizar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "judaizamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "judaizáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "judaízan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "judaíce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "judaíces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "judaíce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "judaicemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "judaicéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "judaícen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "judaíce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "judaíces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "judaíce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "judaicemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "judaicéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "judaícen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "judaizaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "judaizabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "judaizaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "judaizábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "judaizabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "judaizaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"judaizaras" ; "judaizases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"judaizara" ; "judaizase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"judaizáramos" ; "judaizásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"judaizarais" ; "judaizaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"judaizaran" ; "judaizasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "judaizara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "judaizaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "judaizara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "judaizáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "judaizarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "judaizaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "judaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "judaizases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "judaizase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "judaizásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "judaizaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "judaizasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "judaicé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "judaizaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "judaizó" ;--# notpresent @@ -11730,12 +12798,12 @@ lin judaizar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "judaizaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "judaizaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "judaizarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "judaizare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "judaizares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "judaizare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "judaizáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "judaizareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "judaizaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "judaizare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "judaizares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "judaizare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "judaizáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "judaizareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "judaizaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "judaizaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "judaizarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "judaizaría" ;--# notpresent @@ -11766,24 +12834,30 @@ lin andar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "andamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "andáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "andan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ande" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "andes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ande" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "andemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "andéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "anden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ande" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "andes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ande" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "andemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "andéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "anden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "andaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "andabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "andaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "andábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "andabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "andaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anduvieras" ; "anduvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anduviera" ; "anduviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anduviéramos" ; "anduviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anduvierais" ; "anduvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anduvieran" ; "anduviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anduviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "anduvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anduviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anduviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "anduvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "anduvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "anduvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anduviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "anduvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anduviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "anduve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anduviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "anduvo" ;--# notpresent @@ -11796,12 +12870,12 @@ lin andar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "andaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "andaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "andarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anduviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "anduvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anduviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anduviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anduviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "anduvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anduviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "anduvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anduviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anduviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anduviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "anduvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "andaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "andarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "andaría" ;--# notpresent @@ -11832,24 +12906,30 @@ lin desandar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desandamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desandáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desandan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desande" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desandes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desande" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desandemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desandéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desanden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desande" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desandes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desande" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desandemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desandéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desanden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desandaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desandabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desandaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desandábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desandabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desandaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desanduvieras" ; "desanduvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desanduviera" ; "desanduviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desanduviéramos" ; "desanduviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desanduvierais" ; "desanduvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desanduvieran" ; "desanduviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desanduviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desanduvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desanduviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desanduviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desanduvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desanduvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desanduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desanduvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desanduviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desanduviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desanduvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desanduviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desanduve" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desanduviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desanduvo" ;--# notpresent @@ -11862,12 +12942,12 @@ lin desandar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desandaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desandaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desandarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desanduviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desanduvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desanduviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desanduviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desanduviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desanduvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desanduvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desanduviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desanduviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desanduviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desanduvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desandaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desandarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desandaría" ;--# notpresent @@ -11898,24 +12978,30 @@ lin asir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asiera" ; "asiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asieras" ; "asieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asiera" ; "asiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asiéramos" ; "asiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asierais" ; "asieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asieran" ; "asiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "así" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asió" ;--# notpresent @@ -11928,12 +13014,12 @@ lin asir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asiría" ;--# notpresent @@ -11964,24 +13050,30 @@ lin desasir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desasimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desasís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desasen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desasga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desasgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desasga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desasgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desasgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desasgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desasga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desasgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desasga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desasgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desasgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desasgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desasía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desasías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desasía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desasíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desasíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desasían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasieras" ; "desasieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasiera" ; "desasiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasiéramos" ; "desasiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasierais" ; "desasieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasieran" ; "desasiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desasiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desasieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desasiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desasiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desasierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desasieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desasí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desasiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desasió" ;--# notpresent @@ -11994,12 +13086,12 @@ lin desasir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desasiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desasiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desasirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desasiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desasieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desasiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desasiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desasiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desasieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desasiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desasieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desasiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desasiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desasiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desasieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desasiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desasirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desasiría" ;--# notpresent @@ -12030,24 +13122,30 @@ lin absterger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "absterjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "absterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "absterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abstergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abstergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiéramos" ; "abstergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "abstergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abstergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstergió" ;--# notpresent @@ -12060,12 +13158,12 @@ lin absterger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstergería" ;--# notpresent @@ -12096,24 +13194,30 @@ lin acoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiéramos" ; "acogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "acogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acogió" ;--# notpresent @@ -12126,12 +13230,12 @@ lin acoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acogería" ;--# notpresent @@ -12162,24 +13266,30 @@ lin antecoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antecogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antecojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antecogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antecogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antecogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antecogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antecogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antecogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiéramos" ; "antecogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "antecogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antecogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antecogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antecogió" ;--# notpresent @@ -12192,12 +13302,12 @@ lin antecoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antecogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antecogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antecogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antecogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antecogería" ;--# notpresent @@ -12228,24 +13338,30 @@ lin asperger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aspergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aspergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asperjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asperjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asperjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aspergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aspergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aspergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aspergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aspergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aspergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiéramos" ; "aspergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "aspergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aspergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aspergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aspergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aspergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aspergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aspergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aspergió" ;--# notpresent @@ -12258,12 +13374,12 @@ lin asperger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aspergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aspergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aspergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aspergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aspergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aspergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aspergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aspergería" ;--# notpresent @@ -12294,24 +13410,30 @@ lin coger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiéramos" ; "cogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "cogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cogió" ;--# notpresent @@ -12324,12 +13446,12 @@ lin coger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cogería" ;--# notpresent @@ -12360,24 +13482,30 @@ lin converger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "converjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "converjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiéramos" ; "convergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "convergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convergió" ;--# notpresent @@ -12390,12 +13518,12 @@ lin converger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convergería" ;--# notpresent @@ -12426,24 +13554,30 @@ lin descoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiéramos" ; "descogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "descogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descogió" ;--# notpresent @@ -12456,12 +13590,12 @@ lin descoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descogería" ;--# notpresent @@ -12492,24 +13626,30 @@ lin desencoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiéramos" ; "desencogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "desencogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencogió" ;--# notpresent @@ -12522,12 +13662,12 @@ lin desencoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencogería" ;--# notpresent @@ -12558,24 +13698,30 @@ lin deterger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deterjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "detergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "detergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiéramos" ; "detergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "detergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "detergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detergió" ;--# notpresent @@ -12588,12 +13734,12 @@ lin deterger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detergería" ;--# notpresent @@ -12624,24 +13770,30 @@ lin emerger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emerjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiéramos" ; "emergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "emergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emergió" ;--# notpresent @@ -12654,12 +13806,12 @@ lin emerger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emergería" ;--# notpresent @@ -12690,24 +13842,30 @@ lin encoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiéramos" ; "encogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "encogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encogió" ;--# notpresent @@ -12720,12 +13878,12 @@ lin encoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encogería" ;--# notpresent @@ -12756,24 +13914,30 @@ lin entrecoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrecogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrecogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrecogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiéramos" ; "entrecogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "entrecogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrecogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrecogió" ;--# notpresent @@ -12786,12 +13950,12 @@ lin entrecoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrecogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrecogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrecogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrecogería" ;--# notpresent @@ -12822,24 +13986,30 @@ lin escoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiéramos" ; "escogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "escogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escogió" ;--# notpresent @@ -12852,12 +14022,12 @@ lin escoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escogería" ;--# notpresent @@ -12888,24 +14058,30 @@ lin proteger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "protegemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "protegéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "protejáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "protejáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "protejan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "protegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "protegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "protegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "protegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "protegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "protegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiéramos" ; "protegiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "protegiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "protegieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "protegiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "protegierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "protegieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "protegieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "protegiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "protegieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "protegiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "protegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "protegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "protegió" ;--# notpresent @@ -12918,12 +14094,12 @@ lin proteger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "protegeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "protegeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "protegerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "protegiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "protegiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "protegieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "protegería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "protegerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "protegería" ;--# notpresent @@ -12954,24 +14130,30 @@ lin recoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiéramos" ; "recogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "recogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recogió" ;--# notpresent @@ -12984,12 +14166,12 @@ lin recoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recogería" ;--# notpresent @@ -13020,24 +14202,30 @@ lin sobrecoger_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiéramos" ; "sobrecogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "sobrecogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecogió" ;--# notpresent @@ -13050,12 +14238,12 @@ lin sobrecoger_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecogería" ;--# notpresent @@ -13086,24 +14274,30 @@ lin absterger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "absterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "absterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "absterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "absterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "absterjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "absterjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "absterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "absterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "absterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "absterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "absterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "absterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abstergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abstergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstergieras" ; "abstergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstergiera" ; "abstergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstergiéramos" ; "abstergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstergierais" ; "abstergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstergieran" ; "abstergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abstergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstergió" ;--# notpresent @@ -13116,12 +14310,12 @@ lin absterger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstergería" ;--# notpresent @@ -13152,24 +14346,30 @@ lin acoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acogieras" ; "acogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acogiera" ; "acogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acogiéramos" ; "acogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acogierais" ; "acogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acogieran" ; "acogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acogió" ;--# notpresent @@ -13182,12 +14382,12 @@ lin acoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acogería" ;--# notpresent @@ -13218,24 +14418,30 @@ lin antecoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antecogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antecojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antecojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antecogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antecogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antecogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antecogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antecogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antecogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antecogieras" ; "antecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antecogiera" ; "antecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antecogiéramos" ; "antecogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antecogierais" ; "antecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antecogieran" ; "antecogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antecogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antecogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antecogió" ;--# notpresent @@ -13248,12 +14454,12 @@ lin antecoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antecogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antecogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antecogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antecogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antecogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antecogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antecogería" ;--# notpresent @@ -13284,24 +14490,30 @@ lin asperger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aspergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aspergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aspergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asperja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asperjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asperja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asperjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asperjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asperjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asperja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asperjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asperja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asperjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asperjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asperjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aspergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aspergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aspergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aspergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aspergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aspergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspergieras" ; "aspergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspergiera" ; "aspergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspergiéramos" ; "aspergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspergierais" ; "aspergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspergieran" ; "aspergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aspergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aspergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aspergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aspergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aspergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aspergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aspergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aspergió" ;--# notpresent @@ -13314,12 +14526,12 @@ lin asperger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aspergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aspergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aspergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aspergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aspergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aspergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aspergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aspergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aspergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aspergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aspergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aspergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aspergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aspergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aspergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aspergería" ;--# notpresent @@ -13350,24 +14562,30 @@ lin coger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cogieras" ; "cogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cogiera" ; "cogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cogiéramos" ; "cogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cogierais" ; "cogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cogieran" ; "cogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cogió" ;--# notpresent @@ -13380,12 +14598,12 @@ lin coger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cogería" ;--# notpresent @@ -13416,24 +14634,30 @@ lin converger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "converjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "converjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiéramos" ; "convergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "convergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convergió" ;--# notpresent @@ -13446,12 +14670,12 @@ lin converger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convergería" ;--# notpresent @@ -13482,24 +14706,30 @@ lin descoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descogieras" ; "descogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descogiera" ; "descogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descogiéramos" ; "descogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descogierais" ; "descogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descogieran" ; "descogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descogió" ;--# notpresent @@ -13512,12 +14742,12 @@ lin descoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descogería" ;--# notpresent @@ -13548,24 +14778,30 @@ lin desencoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencogieras" ; "desencogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencogiera" ; "desencogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencogiéramos" ; "desencogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencogierais" ; "desencogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencogieran" ; "desencogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencogió" ;--# notpresent @@ -13578,12 +14814,12 @@ lin desencoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencogería" ;--# notpresent @@ -13614,24 +14850,30 @@ lin deterger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deterja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deterjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deterja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deterjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deterjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deterjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deterja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deterjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deterja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deterjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deterjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deterjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "detergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "detergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detergieras" ; "detergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detergiera" ; "detergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detergiéramos" ; "detergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detergierais" ; "detergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detergieran" ; "detergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "detergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detergió" ;--# notpresent @@ -13644,12 +14886,12 @@ lin deterger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detergería" ;--# notpresent @@ -13680,24 +14922,30 @@ lin emerger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emergemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emergéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emerjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emerjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emergieras" ; "emergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emergiera" ; "emergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emergiéramos" ; "emergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emergierais" ; "emergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emergieran" ; "emergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emergió" ;--# notpresent @@ -13710,12 +14958,12 @@ lin emerger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emergeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emergeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emergerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emergería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emergerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emergería" ;--# notpresent @@ -13746,24 +14994,30 @@ lin encoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encogieras" ; "encogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encogiera" ; "encogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encogiéramos" ; "encogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encogierais" ; "encogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encogieran" ; "encogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encogió" ;--# notpresent @@ -13776,12 +15030,12 @@ lin encoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encogería" ;--# notpresent @@ -13812,24 +15066,30 @@ lin entrecoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrecogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrecojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrecojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrecogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrecogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrecogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrecogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrecogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrecogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecogieras" ; "entrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecogiera" ; "entrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecogiéramos" ; "entrecogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecogierais" ; "entrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecogieran" ; "entrecogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrecogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrecogió" ;--# notpresent @@ -13842,12 +15102,12 @@ lin entrecoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrecogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrecogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrecogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrecogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrecogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrecogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrecogería" ;--# notpresent @@ -13878,24 +15138,30 @@ lin escoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escogieras" ; "escogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escogiera" ; "escogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escogiéramos" ; "escogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escogierais" ; "escogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escogieran" ; "escogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escogió" ;--# notpresent @@ -13908,12 +15174,12 @@ lin escoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escogería" ;--# notpresent @@ -13944,24 +15210,30 @@ lin proteger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "protegemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "protegéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "protegen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "proteja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "protejas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "proteja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "protejamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "protejáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "protejan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "proteja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "protejas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "proteja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "protejamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "protejáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "protejan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "protegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "protegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "protegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "protegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "protegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "protegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"protegieras" ; "protegieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"protegiera" ; "protegiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"protegiéramos" ; "protegiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"protegierais" ; "protegieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"protegieran" ; "protegiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "protegieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "protegiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "protegiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "protegierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "protegieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "protegieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "protegiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "protegiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "protegieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "protegiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "protegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "protegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "protegió" ;--# notpresent @@ -13974,12 +15246,12 @@ lin proteger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "protegeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "protegeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "protegerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "protegieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "protegiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "protegiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "protegiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "protegieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "protegieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "protegiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "protegiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "protegiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "protegieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "protegería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "protegerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "protegería" ;--# notpresent @@ -14010,24 +15282,30 @@ lin recoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recogieras" ; "recogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recogiera" ; "recogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recogiéramos" ; "recogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recogierais" ; "recogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recogieran" ; "recogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recogió" ;--# notpresent @@ -14040,12 +15318,12 @@ lin recoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recogería" ;--# notpresent @@ -14076,24 +15354,30 @@ lin sobrecoger2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecogemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecogéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecogen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecojas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecoja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecojamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecojáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecojan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecojas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecoja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecojamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecojáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecojan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecogía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecogías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecogía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecogíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecogíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecogían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecogieras" ; "sobrecogieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecogiera" ; "sobrecogiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecogiéramos" ; "sobrecogiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecogierais" ; "sobrecogieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecogieran" ; "sobrecogiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecogieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecogiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecogiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecogierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecogieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecogieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecogiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecogiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecogieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecogiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecogí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecogiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecogió" ;--# notpresent @@ -14106,12 +15390,12 @@ lin sobrecoger2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecogeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecogeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecogerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecogiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecogieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecogiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecogiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecogiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecogieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecogería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecogerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecogería" ;--# notpresent @@ -14142,24 +15426,30 @@ lin conocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "conozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "conozcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conozcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "conozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "conozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"conociera" ; "conociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"conocieras" ; "conocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"conociera" ; "conociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"conociéramos" ; "conociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"conocierais" ; "conocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"conocieran" ; "conociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "conociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "conocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "conociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "conociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "conocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "conocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "conociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "conocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "conociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "conociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "conocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "conociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "conoció" ;--# notpresent @@ -14172,12 +15462,12 @@ lin conocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "conociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "conocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "conociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "conociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "conociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "conocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "conociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "conocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "conociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "conociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "conociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "conocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conocería" ;--# notpresent @@ -14208,24 +15498,30 @@ lin desconocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconozcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconozcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconocieras" ; "desconocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconociera" ; "desconociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconociéramos" ; "desconociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconocierais" ; "desconocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconocieran" ; "desconociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconoció" ;--# notpresent @@ -14238,12 +15534,12 @@ lin desconocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconocería" ;--# notpresent @@ -14274,24 +15570,30 @@ lin preconocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preconocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preconocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preconocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preconozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preconozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preconozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preconozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preconozcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preconozcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preconozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preconozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preconozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preconozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preconozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preconozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preconocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preconocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preconocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preconocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preconocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preconocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconocieras" ; "preconocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconociera" ; "preconociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconociéramos" ; "preconociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconocierais" ; "preconocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconocieran" ; "preconociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preconociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preconocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preconociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preconociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preconocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preconocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preconocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preconociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preconocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preconociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preconocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preconociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preconoció" ;--# notpresent @@ -14304,12 +15606,12 @@ lin preconocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preconoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preconoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preconocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preconociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preconocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preconociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preconociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preconociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preconocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preconociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preconocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preconociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preconociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preconociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preconocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preconocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preconocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preconocería" ;--# notpresent @@ -14340,24 +15642,30 @@ lin reconocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconocen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconozca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconozcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconozca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconozcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconozcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconozcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconozca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconozcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconozca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconozcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconozcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconozcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconocieras" ; "reconocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconociera" ; "reconociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconociéramos" ; "reconociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconocierais" ; "reconocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconocieran" ; "reconociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconoció" ;--# notpresent @@ -14370,12 +15678,12 @@ lin reconocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconocería" ;--# notpresent @@ -14406,24 +15714,30 @@ lin delinquir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "delinquimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "delinquís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "delinquen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "delinca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "delincas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "delinca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "delincamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "delincáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "delincan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "delinca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "delincas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "delinca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "delincamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "delincáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "delincan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "delinquía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "delinquías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "delinquía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "delinquíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "delinquíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "delinquían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"delinquieras" ; "delinquieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"delinquiera" ; "delinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"delinquiéramos" ; "delinquiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"delinquierais" ; "delinquieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"delinquieran" ; "delinquiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "delinquiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "delinquieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "delinquiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "delinquiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "delinquierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "delinquieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "delinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "delinquieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "delinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "delinquiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "delinquieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "delinquiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "delinquí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "delinquiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "delinquió" ;--# notpresent @@ -14436,12 +15750,12 @@ lin delinquir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "delinquiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "delinquiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "delinquirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "delinquiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "delinquieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "delinquiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "delinquiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "delinquiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "delinquieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "delinquieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "delinquiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "delinquiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "delinquiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "delinquieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "delinquiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "delinquirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "delinquiría" ;--# notpresent @@ -14472,24 +15786,30 @@ lin derrelinquir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derrelinquimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrelinquís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derrelinquen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derrelinca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derrelincas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derrelinca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derrelincamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derrelincáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derrelincan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derrelinca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derrelincas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derrelinca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derrelincamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derrelincáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derrelincan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrelinquía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derrelinquías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrelinquía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derrelinquíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derrelinquíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derrelinquían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrelinquieras" ; "derrelinquieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrelinquiera" ; "derrelinquiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrelinquiéramos" ; "derrelinquiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrelinquierais" ; "derrelinquieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrelinquieran" ; "derrelinquiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derrelinquiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derrelinquieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derrelinquiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derrelinquiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derrelinquierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derrelinquieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrelinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrelinquieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrelinquiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrelinquiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrelinquieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrelinquiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derrelinquí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derrelinquiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derrelinquió" ;--# notpresent @@ -14502,12 +15822,12 @@ lin derrelinquir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derrelinquiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derrelinquiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derrelinquirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derrelinquiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derrelinquieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derrelinquiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derrelinquiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derrelinquiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derrelinquieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derrelinquiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derrelinquirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derrelinquiría" ;--# notpresent @@ -14538,24 +15858,30 @@ lin adstringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adstringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adstringís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adstringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adstrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adstrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adstrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adstrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adstrinjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adstrinjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adstrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adstrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adstrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adstrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adstrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adstrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adstringía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adstringías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adstringía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adstringíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adstringíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adstringían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adstringieras" ; "adstringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adstringiera" ; "adstringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adstringiéramos" ; "adstringiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adstringierais" ; "adstringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adstringieran" ; "adstringiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adstringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adstringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adstringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adstringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adstringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adstringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adstringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adstringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adstringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adstringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adstringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adstringiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adstringí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adstringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adstringió" ;--# notpresent @@ -14568,12 +15894,12 @@ lin adstringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adstringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adstringiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adstringirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adstringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adstringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adstringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adstringiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adstringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adstringieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adstringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adstringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adstringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adstringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adstringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adstringiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adstringirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adstringiría" ;--# notpresent @@ -14604,24 +15930,30 @@ lin afligir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "afligimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "afligís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aflija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aflijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aflija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aflijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aflijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aflijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aflija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aflijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aflija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aflijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aflijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aflijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "afligía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "afligías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "afligía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "afligíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "afligíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "afligían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afligieras" ; "afligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afligiera" ; "afligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afligiéramos" ; "afligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afligierais" ; "afligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afligieran" ; "afligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "afligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "afligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "afligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "afligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "afligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "afligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "afligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "afligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "afligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "afligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "afligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "afligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "afligí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "afligiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afligió" ;--# notpresent @@ -14634,12 +15966,12 @@ lin afligir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "afligiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "afligiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "afligirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "afligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "afligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "afligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "afligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "afligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "afligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "afligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "afligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "afligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "afligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "afligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "afligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "afligiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "afligirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "afligiría" ;--# notpresent @@ -14670,24 +16002,30 @@ lin astringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "astringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "astringís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "astringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "astrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "astrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "astrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "astrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "astrinjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "astrinjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "astrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "astrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "astrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "astrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "astrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "astrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "astringía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "astringías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "astringía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "astringíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "astringíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "astringían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astringieras" ; "astringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astringiera" ; "astringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astringiéramos" ; "astringiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astringierais" ; "astringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astringieran" ; "astringiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "astringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "astringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "astringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "astringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "astringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "astringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "astringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "astringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "astringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "astringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "astringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "astringiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "astringí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "astringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "astringió" ;--# notpresent @@ -14700,12 +16038,12 @@ lin astringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "astringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "astringiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "astringirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "astringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "astringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "astringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "astringiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "astringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "astringieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "astringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "astringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "astringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "astringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "astringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "astringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "astringiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "astringirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "astringiría" ;--# notpresent @@ -14736,24 +16074,30 @@ lin compungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "compungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "compungís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "compungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compunja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compunjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compunja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compunjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compunjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compunjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compunja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compunjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compunja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compunjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compunjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compunjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "compungía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "compungías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "compungía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "compungíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "compungíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "compungían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compungieras" ; "compungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compungiera" ; "compungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compungiéramos" ; "compungiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compungierais" ; "compungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compungieran" ; "compungiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compungiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compungí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compungió" ;--# notpresent @@ -14766,12 +16110,12 @@ lin compungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compungiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "compungirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compungiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compungieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "compungiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compungirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "compungiría" ;--# notpresent @@ -14802,24 +16146,30 @@ lin convergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convergís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "converja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "converjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "converja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "converjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "converjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "converjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "converja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "converjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "converja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "converjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "converjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "converjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convergieras" ; "convergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convergiera" ; "convergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convergiéramos" ; "convergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convergierais" ; "convergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convergieran" ; "convergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convergió" ;--# notpresent @@ -14832,12 +16182,12 @@ lin convergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convergiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convergirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convergiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convergirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convergiría" ;--# notpresent @@ -14868,24 +16218,30 @@ lin dirigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dirigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dirigís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dirigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "dirija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dirijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "dirija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dirijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dirijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "dirijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "dirija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dirijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "dirija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dirijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dirijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "dirijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dirigía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dirigías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dirigía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dirigíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dirigíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dirigían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dirigieras" ; "dirigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dirigiera" ; "dirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dirigiéramos" ; "dirigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dirigierais" ; "dirigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dirigieran" ; "dirigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dirigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dirigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dirigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dirigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dirigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dirigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dirigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dirigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dirigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dirigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dirigí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dirigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dirigió" ;--# notpresent @@ -14898,12 +16254,12 @@ lin dirigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dirigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dirigiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dirigirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dirigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dirigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dirigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dirigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dirigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dirigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dirigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dirigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dirigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dirigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dirigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dirigiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dirigirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dirigiría" ;--# notpresent @@ -14934,24 +16290,30 @@ lin divergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "divergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "divergís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "divergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diverja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diverjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diverja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "diverjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "diverjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diverjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diverja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diverjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diverja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "diverjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "diverjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diverjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "divergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "divergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "divergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "divergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "divergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "divergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divergieras" ; "divergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divergiera" ; "divergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divergiéramos" ; "divergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divergierais" ; "divergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divergieran" ; "divergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "divergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "divergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "divergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "divergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "divergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "divergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "divergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "divergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "divergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "divergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "divergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "divergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "divergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "divergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "divergió" ;--# notpresent @@ -14964,12 +16326,12 @@ lin divergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "divergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "divergiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "divergirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "divergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "divergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "divergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "divergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "divergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "divergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "divergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "divergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "divergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "divergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "divergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "divergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "divergiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "divergirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "divergiría" ;--# notpresent @@ -15000,24 +16362,30 @@ lin erigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "erigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "erigís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "erigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "erija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "erijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "erija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "erijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "erijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "erijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "erija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "erijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "erija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "erijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "erijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "erijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "erigía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "erigías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "erigía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "erigíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "erigíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "erigían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erigieras" ; "erigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"erigiera" ; "erigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"erigiéramos" ; "erigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"erigierais" ; "erigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erigieran" ; "erigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "erigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "erigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "erigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "erigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "erigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "erigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "erigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "erigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "erigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "erigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "erigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "erigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "erigí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "erigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "erigió" ;--# notpresent @@ -15030,12 +16398,12 @@ lin erigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "erigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "erigiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "erigirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "erigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "erigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "erigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "erigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "erigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "erigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "erigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "erigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "erigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "erigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "erigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "erigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "erigiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "erigirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "erigiría" ;--# notpresent @@ -15066,24 +16434,30 @@ lin exigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "exigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "exigís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "exigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "exija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "exijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "exija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "exijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "exijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "exijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "exija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "exijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "exija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "exijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "exijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "exijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "exigía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "exigías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "exigía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "exigíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "exigíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "exigían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"exigieras" ; "exigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"exigiera" ; "exigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"exigiéramos" ; "exigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"exigierais" ; "exigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"exigieran" ; "exigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "exigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "exigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "exigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "exigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "exigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "exigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "exigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "exigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "exigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "exigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "exigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "exigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "exigí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "exigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "exigió" ;--# notpresent @@ -15096,12 +16470,12 @@ lin exigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "exigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "exigiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "exigirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "exigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "exigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "exigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "exigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "exigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "exigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "exigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "exigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "exigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "exigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "exigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "exigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "exigiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "exigirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "exigiría" ;--# notpresent @@ -15132,24 +16506,30 @@ lin fingir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fingimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fingís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fingen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "finja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "finjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "finja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "finjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "finjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "finjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "finja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "finjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "finja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "finjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "finjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "finjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fingía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fingías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fingía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fingíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fingíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fingían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fingieras" ; "fingieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fingiera" ; "fingiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fingiéramos" ; "fingiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fingierais" ; "fingieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fingieran" ; "fingiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fingiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fingieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fingiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fingiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fingierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fingieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fingiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fingieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fingiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fingiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fingieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fingiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fingí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fingiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fingió" ;--# notpresent @@ -15162,12 +16542,12 @@ lin fingir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fingiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fingiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fingirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fingiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fingieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fingiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fingiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fingiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fingieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fingiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fingieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fingiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fingiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fingiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fingieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fingiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fingirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fingiría" ;--# notpresent @@ -15198,24 +16578,30 @@ lin frangir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "frangimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "frangís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "frangen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "franja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "franjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "franja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "franjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "franjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "franjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "franja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "franjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "franja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "franjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "franjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "franjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "frangía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "frangías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "frangía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "frangíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "frangíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "frangían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frangieras" ; "frangieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frangiera" ; "frangiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frangiéramos" ; "frangiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frangierais" ; "frangieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frangieran" ; "frangiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "frangiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "frangieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "frangiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "frangiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "frangierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "frangieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "frangiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "frangieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "frangiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "frangiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "frangieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "frangiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "frangí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "frangiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "frangió" ;--# notpresent @@ -15228,12 +16614,12 @@ lin frangir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "frangiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "frangiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "frangirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "frangiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "frangieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "frangiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "frangiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "frangiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "frangieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "frangiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "frangieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "frangiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "frangiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "frangiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "frangieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "frangiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "frangirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "frangiría" ;--# notpresent @@ -15264,24 +16650,30 @@ lin fulgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fulgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fulgís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fulgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fulja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fuljas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fulja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fuljamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fuljáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fuljan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fulja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fuljas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fulja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fuljamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fuljáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fuljan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fulgía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fulgías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fulgía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fulgíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fulgíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fulgían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fulgieras" ; "fulgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fulgiera" ; "fulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fulgiéramos" ; "fulgiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fulgierais" ; "fulgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fulgieran" ; "fulgiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fulgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fulgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fulgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fulgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fulgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fulgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fulgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fulgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fulgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fulgiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fulgí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fulgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fulgió" ;--# notpresent @@ -15294,12 +16686,12 @@ lin fulgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fulgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fulgiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fulgirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fulgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fulgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fulgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fulgiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fulgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fulgieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fulgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fulgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fulgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fulgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fulgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fulgiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fulgirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fulgiría" ;--# notpresent @@ -15330,24 +16722,30 @@ lin fungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fungís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "funja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "funjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "funja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "funjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "funjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "funjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "funja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "funjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "funja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "funjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "funjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "funjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fungía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fungías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fungía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fungíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fungíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fungían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fungieras" ; "fungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fungiera" ; "fungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fungiéramos" ; "fungiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fungierais" ; "fungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fungieran" ; "fungiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fungiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fungí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fungió" ;--# notpresent @@ -15360,12 +16758,12 @@ lin fungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fungiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fungirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fungiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fungieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fungiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fungirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fungiría" ;--# notpresent @@ -15396,24 +16794,30 @@ lin infligir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "infligimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infligís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inflija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inflijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inflija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inflijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inflijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inflijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inflija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inflijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inflija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inflijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inflijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inflijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infligía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "infligías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infligía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "infligíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "infligíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "infligían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infligieras" ; "infligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infligiera" ; "infligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infligiéramos" ; "infligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infligierais" ; "infligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infligieran" ; "infligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "infligí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "infligiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infligió" ;--# notpresent @@ -15426,12 +16830,12 @@ lin infligir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "infligiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "infligiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "infligirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "infligiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "infligirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "infligiría" ;--# notpresent @@ -15462,24 +16866,30 @@ lin infringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "infringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infringís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "infrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "infrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "infrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "infrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "infrinjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "infrinjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "infrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "infrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "infrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "infrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "infrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "infrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infringía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "infringías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infringía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "infringíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "infringíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "infringían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infringieras" ; "infringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infringiera" ; "infringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infringiéramos" ; "infringiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infringierais" ; "infringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infringieran" ; "infringiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infringiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "infringí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "infringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infringió" ;--# notpresent @@ -15492,12 +16902,12 @@ lin infringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "infringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "infringiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "infringirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infringiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infringieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "infringiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "infringirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "infringiría" ;--# notpresent @@ -15528,24 +16938,30 @@ lin inmergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inmergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inmergís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inmergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inmerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inmerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inmerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inmerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inmerjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inmerjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inmerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inmerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inmerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inmerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inmerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inmerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inmergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inmergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inmergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inmergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inmergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inmergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmergieras" ; "inmergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmergiera" ; "inmergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmergiéramos" ; "inmergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmergierais" ; "inmergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmergieran" ; "inmergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inmergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inmergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inmergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inmergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inmergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inmergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inmergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inmergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inmergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inmergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inmergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inmergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inmergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inmergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inmergió" ;--# notpresent @@ -15558,12 +16974,12 @@ lin inmergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inmergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inmergiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inmergirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inmergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inmergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inmergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inmergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inmergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inmergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inmergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inmergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inmergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inmergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inmergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inmergiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inmergirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inmergiría" ;--# notpresent @@ -15594,24 +17010,30 @@ lin mugir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mugimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mugís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mugen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mujas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mujamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mujáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mujan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mujas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mujamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mujáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mujan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mugía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mugías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mugía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mugíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mugíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mugían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mugieras" ; "mugieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mugiera" ; "mugiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mugiéramos" ; "mugiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mugierais" ; "mugieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mugieran" ; "mugiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mugiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mugieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mugiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mugiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mugierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mugieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mugieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mugiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mugieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mugiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mugí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mugiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mugió" ;--# notpresent @@ -15624,12 +17046,12 @@ lin mugir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mugiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mugiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mugirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mugiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mugieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mugiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mugiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mugiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mugieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mugiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mugieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mugiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mugiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mugiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mugieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mugiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mugirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mugiría" ;--# notpresent @@ -15660,24 +17082,30 @@ lin pungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pungís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "punja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "punjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "punja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "punjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "punjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "punjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "punja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "punjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "punja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "punjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "punjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "punjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pungía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pungías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pungía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pungíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pungíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pungían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pungieras" ; "pungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pungiera" ; "pungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pungiéramos" ; "pungiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pungierais" ; "pungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pungieran" ; "pungiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pungiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pungí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pungió" ;--# notpresent @@ -15690,12 +17118,12 @@ lin pungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pungiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pungirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pungiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pungieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pungiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pungirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pungiría" ;--# notpresent @@ -15726,24 +17154,30 @@ lin radiodirigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "radiodirigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "radiodirigís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "radiodirigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "radiodirija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "radiodirijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "radiodirija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "radiodirijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "radiodirijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "radiodirijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "radiodirija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "radiodirijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "radiodirija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "radiodirijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "radiodirijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "radiodirijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "radiodirigía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "radiodirigías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "radiodirigía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "radiodirigíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "radiodirigíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "radiodirigían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"radiodirigieras" ; "radiodirigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"radiodirigiera" ; "radiodirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"radiodirigiéramos" ; "radiodirigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"radiodirigierais" ; "radiodirigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"radiodirigieran" ; "radiodirigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "radiodirigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "radiodirigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "radiodirigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "radiodirigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "radiodirigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "radiodirigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "radiodirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "radiodirigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "radiodirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "radiodirigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "radiodirigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "radiodirigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "radiodirigí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "radiodirigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "radiodirigió" ;--# notpresent @@ -15756,12 +17190,12 @@ lin radiodirigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "radiodirigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "radiodirigiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "radiodirigirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "radiodirigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "radiodirigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "radiodirigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "radiodirigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "radiodirigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "radiodirigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "radiodirigiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "radiodirigirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "radiodirigiría" ;--# notpresent @@ -15792,24 +17226,30 @@ lin refringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refringís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refrinjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refrinjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refringía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refringías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refringía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refringíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refringíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refringían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refringieras" ; "refringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refringiera" ; "refringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refringiéramos" ; "refringiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refringierais" ; "refringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refringieran" ; "refringiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refringiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refringí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refringió" ;--# notpresent @@ -15822,12 +17262,12 @@ lin refringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refringiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refringirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refringiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refringieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refringiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refringirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refringiría" ;--# notpresent @@ -15858,24 +17298,30 @@ lin refulgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refulgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refulgís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refulgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refulja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refuljas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refulja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refuljamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refuljáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refuljan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refulja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refuljas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refulja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refuljamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refuljáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refuljan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refulgía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refulgías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refulgía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refulgíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refulgíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refulgían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refulgieras" ; "refulgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refulgiera" ; "refulgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refulgiéramos" ; "refulgiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refulgierais" ; "refulgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refulgieran" ; "refulgiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refulgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refulgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refulgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refulgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refulgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refulgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refulgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refulgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refulgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refulgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refulgiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refulgí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refulgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refulgió" ;--# notpresent @@ -15888,12 +17334,12 @@ lin refulgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refulgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refulgiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refulgirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refulgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refulgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refulgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refulgiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refulgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refulgieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refulgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refulgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refulgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refulgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refulgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refulgiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refulgirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refulgiría" ;--# notpresent @@ -15924,24 +17370,30 @@ lin restringir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restringimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restringís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restringen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restrinja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restrinjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restrinja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restrinjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restrinjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restrinjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restrinja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restrinjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restrinja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restrinjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restrinjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restrinjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restringía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restringías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restringía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restringíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restringíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restringían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restringieras" ; "restringieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restringiera" ; "restringiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restringiéramos" ; "restringiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restringierais" ; "restringieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restringieran" ; "restringiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restringiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restringieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restringiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restringiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restringierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restringieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restringieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restringiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restringiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restringieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restringiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restringí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restringiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restringió" ;--# notpresent @@ -15954,12 +17406,12 @@ lin restringir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restringiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restringiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restringirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restringiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restringieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restringiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restringiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restringiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restringieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restringiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restringieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restringiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restringiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restringiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restringieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restringiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restringirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restringiría" ;--# notpresent @@ -15990,24 +17442,30 @@ lin resurgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resurgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resurgís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resurgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resurja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resurjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resurja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resurjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resurjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resurjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resurja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resurjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resurja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resurjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resurjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resurjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resurgía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resurgías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resurgía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resurgíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resurgíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resurgían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resurgieras" ; "resurgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resurgiera" ; "resurgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resurgiéramos" ; "resurgiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resurgierais" ; "resurgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resurgieran" ; "resurgiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resurgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resurgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resurgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resurgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resurgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resurgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resurgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resurgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resurgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resurgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resurgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resurgiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resurgí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resurgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resurgió" ;--# notpresent @@ -16020,12 +17478,12 @@ lin resurgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resurgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resurgiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resurgirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resurgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resurgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resurgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resurgiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resurgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resurgieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resurgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resurgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resurgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resurgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resurgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resurgiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resurgirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resurgiría" ;--# notpresent @@ -16056,24 +17514,30 @@ lin rugir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rugimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rugís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rugen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ruja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rujas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ruja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rujamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rujáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rujan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ruja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rujas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ruja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rujamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rujáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rujan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rugía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rugías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rugía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rugíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rugíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rugían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rugieras" ; "rugieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rugiera" ; "rugiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rugiéramos" ; "rugiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rugierais" ; "rugieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rugieran" ; "rugiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rugiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rugieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rugiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rugiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rugierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rugieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rugieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rugiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rugiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rugieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rugiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rugí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rugiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rugió" ;--# notpresent @@ -16086,12 +17550,12 @@ lin rugir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rugiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rugiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rugirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rugiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rugieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rugiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rugiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rugiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rugieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rugiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rugieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rugiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rugiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rugiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rugieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rugiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rugirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rugiría" ;--# notpresent @@ -16122,24 +17586,30 @@ lin sumergir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sumergimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sumergís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sumergen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sumerja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sumerjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sumerja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sumerjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sumerjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sumerjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sumerja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sumerjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sumerja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sumerjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sumerjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sumerjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sumergía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sumergías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sumergía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sumergíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sumergíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sumergían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sumergieras" ; "sumergieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sumergiera" ; "sumergiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sumergiéramos" ; "sumergiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sumergierais" ; "sumergieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sumergieran" ; "sumergiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sumergiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sumergieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sumergiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sumergiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sumergierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sumergieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sumergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sumergieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sumergiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sumergiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sumergieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sumergiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sumergí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sumergiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sumergió" ;--# notpresent @@ -16152,12 +17622,12 @@ lin sumergir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sumergiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sumergiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sumergirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sumergiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sumergieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sumergiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sumergiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sumergiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sumergieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sumergieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sumergiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sumergiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sumergiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sumergieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sumergiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sumergirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sumergiría" ;--# notpresent @@ -16188,24 +17658,30 @@ lin surgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "surgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "surgís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "surgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "surja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "surjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "surja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "surjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "surjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "surjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "surja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "surjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "surja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "surjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "surjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "surjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "surgía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "surgías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "surgía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "surgíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "surgíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "surgían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"surgieras" ; "surgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"surgiera" ; "surgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"surgiéramos" ; "surgiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"surgierais" ; "surgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"surgieran" ; "surgiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "surgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "surgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "surgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "surgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "surgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "surgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "surgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "surgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "surgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "surgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "surgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "surgiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "surgí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "surgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "surgió" ;--# notpresent @@ -16218,12 +17694,12 @@ lin surgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "surgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "surgiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "surgirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "surgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "surgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "surgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "surgiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "surgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "surgieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "surgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "surgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "surgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "surgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "surgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "surgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "surgiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "surgirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "surgiría" ;--# notpresent @@ -16254,24 +17730,30 @@ lin teledirigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "teledirigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "teledirigís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "teledirigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "teledirija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "teledirijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "teledirija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "teledirijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "teledirijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "teledirijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "teledirija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "teledirijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "teledirija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "teledirijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "teledirijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "teledirijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "teledirigía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "teledirigías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "teledirigía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "teledirigíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "teledirigíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "teledirigían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"teledirigieras" ; "teledirigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"teledirigiera" ; "teledirigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"teledirigiéramos" ; "teledirigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"teledirigierais" ; "teledirigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"teledirigieran" ; "teledirigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "teledirigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "teledirigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "teledirigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "teledirigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "teledirigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "teledirigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "teledirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "teledirigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "teledirigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "teledirigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "teledirigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "teledirigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "teledirigí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "teledirigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "teledirigió" ;--# notpresent @@ -16284,12 +17766,12 @@ lin teledirigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "teledirigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "teledirigiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "teledirigirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "teledirigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "teledirigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "teledirigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "teledirigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "teledirigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "teledirigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "teledirigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "teledirigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "teledirigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "teledirigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "teledirigiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "teledirigirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "teledirigiría" ;--# notpresent @@ -16320,24 +17802,30 @@ lin transigir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transigimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transigís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transigía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transigías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transigía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transigíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transigíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transigían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transigieras" ; "transigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transigiera" ; "transigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transigiéramos" ; "transigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transigierais" ; "transigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transigieran" ; "transigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transigí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transigiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transigió" ;--# notpresent @@ -16350,12 +17838,12 @@ lin transigir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transigiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transigiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transigirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transigiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transigirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transigiría" ;--# notpresent @@ -16386,24 +17874,30 @@ lin ungir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ungimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ungís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ungen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "unja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "unjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "unja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "unjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "unjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "unjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "unja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "unjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "unja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "unjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "unjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "unjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ungía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ungías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ungía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ungíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ungíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ungían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ungieras" ; "ungieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ungiera" ; "ungiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ungiéramos" ; "ungiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ungierais" ; "ungieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ungieran" ; "ungiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ungiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ungieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ungiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ungiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ungierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ungieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ungieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ungiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ungiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ungieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ungiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ungí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ungiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ungió" ;--# notpresent @@ -16416,12 +17910,12 @@ lin ungir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ungiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ungiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ungirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ungiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ungieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ungiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ungiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ungiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ungieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ungiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ungieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ungiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ungiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ungiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ungieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ungiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ungirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ungiría" ;--# notpresent @@ -16452,24 +17946,30 @@ lin urgir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "urgimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "urgís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "urgen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "urja" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "urjas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "urja" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "urjamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "urjáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "urjan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "urja" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "urjas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "urja" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "urjamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "urjáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "urjan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "urgía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "urgías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "urgía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "urgíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "urgíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "urgían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"urgieras" ; "urgieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"urgiera" ; "urgiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"urgiéramos" ; "urgiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"urgierais" ; "urgieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"urgieran" ; "urgiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "urgiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "urgieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "urgiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "urgiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "urgierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "urgieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "urgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "urgieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "urgiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "urgiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "urgieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "urgiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "urgí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "urgiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "urgió" ;--# notpresent @@ -16482,12 +17982,12 @@ lin urgir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "urgiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "urgiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "urgirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "urgiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "urgieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "urgiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "urgiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "urgiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "urgieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "urgiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "urgieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "urgiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "urgiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "urgiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "urgieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "urgiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "urgirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "urgiría" ;--# notpresent @@ -16518,24 +18018,30 @@ lin distinguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distinguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distinguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distinguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distinga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distingas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distinga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distingamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distingáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distingan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distinga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distingas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distinga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distingamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distingáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distingan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distinguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distinguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distinguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distinguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distinguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distinguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distinguieras" ; "distinguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distinguiera" ; "distinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distinguiéramos" ; "distinguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distinguierais" ; "distinguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distinguieran" ; "distinguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distinguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distinguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distinguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distinguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distinguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distinguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distinguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distinguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distinguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distinguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distinguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distinguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distinguió" ;--# notpresent @@ -16548,12 +18054,12 @@ lin distinguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distinguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distinguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distinguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distinguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distinguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distinguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distinguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distinguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distinguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distinguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distinguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distinguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distinguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distinguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distinguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distinguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distinguiría" ;--# notpresent @@ -16584,24 +18090,30 @@ lin extinguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "extinguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "extinguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "extinguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "extinga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "extingas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "extinga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "extingamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "extingáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "extingan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "extinga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "extingas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "extinga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "extingamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "extingáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "extingan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "extinguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "extinguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "extinguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "extinguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "extinguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "extinguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extinguieras" ; "extinguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extinguiera" ; "extinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extinguiéramos" ; "extinguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extinguierais" ; "extinguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extinguieran" ; "extinguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "extinguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "extinguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "extinguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "extinguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "extinguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "extinguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "extinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "extinguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "extinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "extinguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "extinguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "extinguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "extinguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "extinguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "extinguió" ;--# notpresent @@ -16614,12 +18126,12 @@ lin extinguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "extinguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "extinguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "extinguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "extinguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "extinguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "extinguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "extinguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "extinguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "extinguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "extinguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "extinguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "extinguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "extinguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "extinguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "extinguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "extinguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "extinguiría" ;--# notpresent @@ -16650,24 +18162,30 @@ lin subdistinguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subdistinguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subdistinguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subdistinguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subdistinga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subdistingas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subdistinga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subdistingamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subdistingáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subdistingan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subdistinga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subdistingas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subdistinga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subdistingamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subdistingáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subdistingan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subdistinguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subdistinguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subdistinguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subdistinguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subdistinguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subdistinguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subdistinguieras" ; "subdistinguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subdistinguiera" ; "subdistinguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subdistinguiéramos" ; "subdistinguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subdistinguierais" ; "subdistinguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subdistinguieran" ; "subdistinguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subdistinguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subdistinguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subdistinguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subdistinguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subdistinguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subdistinguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subdistinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subdistinguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subdistinguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subdistinguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subdistinguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subdistinguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subdistinguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subdistinguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subdistinguió" ;--# notpresent @@ -16680,12 +18198,12 @@ lin subdistinguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subdistinguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subdistinguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subdistinguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subdistinguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subdistinguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subdistinguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subdistinguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subdistinguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subdistinguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subdistinguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subdistinguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subdistinguiría" ;--# notpresent @@ -16716,24 +18234,30 @@ lin deslucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deslucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deslucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deslucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deslucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deslucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deslucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deslucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deslucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deslucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslucieras" ; "deslucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desluciera" ; "desluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desluciéramos" ; "desluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslucierais" ; "deslucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslucieran" ; "desluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deslucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deslucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deslucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deslucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deslució" ;--# notpresent @@ -16746,12 +18270,12 @@ lin deslucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deslucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deslucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deslucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deslucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deslucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deslucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desluciría" ;--# notpresent @@ -16782,24 +18306,30 @@ lin enlucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlucieras" ; "enlucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enluciera" ; "enluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enluciéramos" ; "enluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlucierais" ; "enlucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlucieran" ; "enluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlució" ;--# notpresent @@ -16812,12 +18342,12 @@ lin enlucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enluciría" ;--# notpresent @@ -16848,24 +18378,30 @@ lin entrelucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrelucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrelucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrelucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrelucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrelucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrelucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrelucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrelucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrelucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrelucieras" ; "entrelucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreluciera" ; "entreluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreluciéramos" ; "entreluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrelucierais" ; "entrelucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrelucieran" ; "entreluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrelucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrelucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrelucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrelucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrelucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrelucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrelució" ;--# notpresent @@ -16878,12 +18414,12 @@ lin entrelucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entreluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrelucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrelucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrelucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrelucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrelucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrelucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreluciría" ;--# notpresent @@ -16914,24 +18450,30 @@ lin lucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "lucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "lucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "luzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "luzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "luzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "luzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "luzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "luzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "luzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "luzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "luzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "luzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "luzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "luzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "lucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "lucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "lucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "lucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "lucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luciera" ; "luciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lucieras" ; "lucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luciera" ; "luciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luciéramos" ; "luciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lucierais" ; "lucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lucieran" ; "luciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "luciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "lucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "luciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "luciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "lucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "lucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "luciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "lucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "luciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "luciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "lucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "luciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "lucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "luciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "lució" ;--# notpresent @@ -16944,12 +18486,12 @@ lin lucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "luciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "luciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "lucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "luciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "lucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "luciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "luciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "luciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "lucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "luciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "lucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "luciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "luciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "luciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "lucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "luciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "lucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "luciría" ;--# notpresent @@ -16980,24 +18522,30 @@ lin prelucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prelucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prelucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prelucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prelucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prelucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prelucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prelucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prelucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prelucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prelucieras" ; "prelucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preluciera" ; "preluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preluciéramos" ; "preluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prelucierais" ; "prelucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prelucieran" ; "preluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prelucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prelucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prelucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prelucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prelucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prelucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prelució" ;--# notpresent @@ -17010,12 +18558,12 @@ lin prelucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prelucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prelucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prelucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prelucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prelucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prelucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preluciría" ;--# notpresent @@ -17046,24 +18594,30 @@ lin relucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "relucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "relucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "relucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "relucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "relucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "relucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "relucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "relucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "relucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relucieras" ; "relucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reluciera" ; "reluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reluciéramos" ; "reluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relucierais" ; "relucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relucieran" ; "reluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "relucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "relucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "relucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "relucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "relucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "relucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "relució" ;--# notpresent @@ -17076,12 +18630,12 @@ lin relucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "relucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "relucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "relucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "relucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "relucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "relucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reluciría" ;--# notpresent @@ -17112,24 +18666,30 @@ lin traslucir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "traslucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "traslucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "traslucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traslucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "traslucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traslucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "traslucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "traslucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "traslucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"traslucieras" ; "traslucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasluciera" ; "trasluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasluciéramos" ; "trasluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"traslucierais" ; "traslucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"traslucieran" ; "trasluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "traslucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "traslucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "traslucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "traslucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "traslucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traslucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traslució" ;--# notpresent @@ -17142,12 +18702,12 @@ lin traslucir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traslucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "traslucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "traslucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "traslucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "traslucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traslucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasluciría" ;--# notpresent @@ -17178,24 +18738,30 @@ lin abastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abastecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abastezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abastezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abastecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abastecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abastecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abastecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abastecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abastecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abastecieras" ; "abastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abasteciera" ; "abasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abasteciéramos" ; "abasteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abastecierais" ; "abastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abastecieran" ; "abasteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abasteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abastecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abasteció" ;--# notpresent @@ -17208,12 +18774,12 @@ lin abastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abasteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abastecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abasteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abastecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abastecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abastecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abastecería" ;--# notpresent @@ -17244,24 +18810,30 @@ lin ablandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ablandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ablandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ablandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ablandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ablandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ablandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ablandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ablandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ablandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ablandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ablandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ablandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ablandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ablandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ablandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ablandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ablandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ablandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ablandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ablandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ablandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ablandecieras" ; "ablandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ablandeciera" ; "ablandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ablandeciéramos" ; "ablandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ablandecierais" ; "ablandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ablandecieran" ; "ablandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ablandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ablandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ablandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ablandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ablandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ablandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ablandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ablandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ablandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ablandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ablandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ablandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ablandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ablandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ablandeció" ;--# notpresent @@ -17274,12 +18846,12 @@ lin ablandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ablandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ablandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ablandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ablandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ablandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ablandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ablandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ablandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ablandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ablandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ablandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ablandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ablandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ablandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ablandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ablandecería" ;--# notpresent @@ -17310,24 +18882,30 @@ lin aborrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aborrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aborrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aborrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aborrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aborrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aborrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aborrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aborrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aborrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aborrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aborrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aborrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aborrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aborrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aborrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aborrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aborrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aborrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aborrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aborrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aborrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aborrecieras" ; "aborrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aborreciera" ; "aborreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aborreciéramos" ; "aborreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aborrecierais" ; "aborrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aborrecieran" ; "aborreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aborreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aborrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aborreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aborreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aborrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aborrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aborreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aborrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aborreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aborreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aborrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aborreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aborrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aborreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aborreció" ;--# notpresent @@ -17340,12 +18918,12 @@ lin aborrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aborreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aborreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aborrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aborreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aborrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aborreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aborreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aborreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aborrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aborrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aborreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aborreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aborreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aborrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aborrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aborrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aborrecería" ;--# notpresent @@ -17376,24 +18954,30 @@ lin abravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abravecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abravezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abravezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abravecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abravecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abravecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abravecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abravecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abravecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abravecieras" ; "abravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abraveciera" ; "abraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abraveciéramos" ; "abraveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abravecierais" ; "abravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abravecieran" ; "abraveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abraveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abravecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abraveció" ;--# notpresent @@ -17406,12 +18990,12 @@ lin abravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abraveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abravecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abraveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abravecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abravecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abravecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abravecería" ;--# notpresent @@ -17442,24 +19026,30 @@ lin acaecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acaecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acaecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acaezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acaezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acaezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acaezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acaezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acaezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acaezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acaezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acaecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acaecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acaecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acaecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acaecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acaecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acaecieras" ; "acaecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acaeciéramos" ; "acaeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acaecierais" ; "acaecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "acaeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acaeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acaecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acaeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acaecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acaecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acaeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acaecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acaeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acaecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acaeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acaeció" ;--# notpresent @@ -17472,12 +19062,12 @@ lin acaecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acaeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acaeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acaecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acaecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acaeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acaeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acaecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acaeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acaeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acaecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acaecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acaecería" ;--# notpresent @@ -17508,24 +19098,30 @@ lin aclarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aclarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aclarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aclarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aclarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aclarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aclarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aclarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aclarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aclarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aclarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aclarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aclarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aclarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aclarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aclarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aclarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aclarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aclarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aclarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aclarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aclarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aclarecieras" ; "aclarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aclareciera" ; "aclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aclareciéramos" ; "aclareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aclarecierais" ; "aclarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aclarecieran" ; "aclareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aclareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aclarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aclareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aclareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aclarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aclarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aclarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aclareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aclarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aclareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aclarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aclareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aclareció" ;--# notpresent @@ -17538,12 +19134,12 @@ lin aclarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aclareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aclareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aclarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aclareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aclarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aclareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aclareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aclareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aclarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aclarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aclareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aclareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aclareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aclarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aclarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aclarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aclarecería" ;--# notpresent @@ -17574,24 +19170,30 @@ lin acontecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acontecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acontecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acontezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acontezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acontezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acontezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acontezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acontezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acontezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acontezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acontezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acontecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acontecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acontecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acontecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acontecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acontecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acontecieras" ; "acontecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aconteciéramos" ; "aconteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acontecierais" ; "acontecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "aconteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aconteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acontecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aconteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aconteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acontecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acontecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aconteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acontecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aconteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aconteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acontecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aconteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acontecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aconteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aconteció" ;--# notpresent @@ -17604,12 +19206,12 @@ lin acontecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aconteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aconteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acontecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acontecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aconteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aconteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acontecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aconteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aconteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acontecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acontecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acontecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acontecería" ;--# notpresent @@ -17640,24 +19242,30 @@ lin acrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecieras" ; "acrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acreciera" ; "acreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acreciéramos" ; "acreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecierais" ; "acrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecieran" ; "acreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acreció" ;--# notpresent @@ -17670,12 +19278,12 @@ lin acrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acrecería" ;--# notpresent @@ -17706,24 +19314,30 @@ lin adolecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adolecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adolecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adolecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adolezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adolezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adolezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adolezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adolezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adolezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adolezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adolezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adolezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adolezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adolezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adolezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adolecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adolecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adolecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adolecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adolecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adolecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adolecieras" ; "adolecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adoleciera" ; "adoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adoleciéramos" ; "adoleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adolecierais" ; "adolecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adolecieran" ; "adoleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adoleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adolecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adoleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adoleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adolecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adolecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adolecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adoleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adolecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adoleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adolecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adoleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adoleció" ;--# notpresent @@ -17736,12 +19350,12 @@ lin adolecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adoleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adoleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adolecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adoleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adolecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adoleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adoleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adoleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adolecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adolecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adoleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adoleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adoleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adolecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adolecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adolecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adolecería" ;--# notpresent @@ -17772,24 +19386,30 @@ lin adormecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adormecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adormecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adormecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adormezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adormezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adormezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adormezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adormezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adormezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adormezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adormezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adormezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adormezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adormezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adormezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adormecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adormecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adormecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adormecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adormecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adormecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adormecieras" ; "adormecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adormeciera" ; "adormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adormeciéramos" ; "adormeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adormecierais" ; "adormecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adormecieran" ; "adormeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adormeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adormecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adormeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adormeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adormecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adormecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adormecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adormeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adormecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adormeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adormecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adormeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adormeció" ;--# notpresent @@ -17802,12 +19422,12 @@ lin adormecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adormeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adormeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adormecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adormeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adormecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adormeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adormeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adormeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adormecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adormecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adormeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adormeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adormeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adormecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adormecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adormecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adormecería" ;--# notpresent @@ -17838,24 +19458,30 @@ lin agradecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "agradecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "agradecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "agradecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "agradezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "agradezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "agradezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "agradezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "agradezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "agradezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "agradezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "agradezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "agradezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "agradezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "agradezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "agradezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "agradecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "agradecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "agradecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "agradecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "agradecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "agradecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"agradecieras" ; "agradecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"agradeciera" ; "agradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"agradeciéramos" ; "agradeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"agradecierais" ; "agradecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"agradecieran" ; "agradeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "agradeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "agradecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "agradeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "agradeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "agradecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "agradecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "agradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "agradecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "agradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "agradeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "agradecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "agradeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "agradecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "agradeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "agradeció" ;--# notpresent @@ -17868,12 +19494,12 @@ lin agradecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "agradeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "agradeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "agradecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "agradeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "agradecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "agradeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "agradeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "agradeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "agradecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "agradecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "agradeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "agradeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "agradeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "agradecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "agradecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "agradecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "agradecería" ;--# notpresent @@ -17904,24 +19530,30 @@ lin altivecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "altivecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "altivecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "altivecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "altivezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "altivezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "altivezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "altivezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "altivezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "altivezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "altivezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "altivezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "altivezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "altivezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "altivezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "altivezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "altivecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "altivecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "altivecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "altivecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "altivecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "altivecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"altivecieras" ; "altivecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"altiveciera" ; "altiveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"altiveciéramos" ; "altiveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"altivecierais" ; "altivecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"altivecieran" ; "altiveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "altiveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "altivecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "altiveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "altiveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "altivecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "altivecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "altiveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "altivecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "altiveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "altiveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "altivecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "altiveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "altivecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "altiveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "altiveció" ;--# notpresent @@ -17934,12 +19566,12 @@ lin altivecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "altiveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "altiveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "altivecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "altiveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "altivecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "altiveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "altiveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "altiveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "altivecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "altivecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "altiveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "altiveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "altiveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "altivecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "altivecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "altivecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "altivecería" ;--# notpresent @@ -17970,24 +19602,30 @@ lin amanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amanecieras" ; "amanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amaneciera" ; "amaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amaneciéramos" ; "amaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amanecierais" ; "amanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amanecieran" ; "amaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amaneció" ;--# notpresent @@ -18000,12 +19638,12 @@ lin amanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amanecería" ;--# notpresent @@ -18036,24 +19674,30 @@ lin amarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarecieras" ; "amarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amareciera" ; "amareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amareciéramos" ; "amareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarecierais" ; "amarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarecieran" ; "amareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amareció" ;--# notpresent @@ -18066,12 +19710,12 @@ lin amarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amarecería" ;--# notpresent @@ -18102,24 +19746,30 @@ lin amarillecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amarillecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amarillecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amarillecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amarillezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amarillezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amarillezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amarillezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amarillezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amarillezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amarillezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amarillezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amarillezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amarillezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amarillezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amarillezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amarillecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amarillecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amarillecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amarillecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amarillecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amarillecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amarillecieras" ; "amarillecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amarilleciera" ; "amarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amarilleciéramos" ; "amarilleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amarillecierais" ; "amarillecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amarillecieran" ; "amarilleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amarillecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amarilleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amarillecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amarillecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amarillecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amarilleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amarillecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amarilleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amarillecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amarilleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amarilleció" ;--# notpresent @@ -18132,12 +19782,12 @@ lin amarillecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amarilleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amarilleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amarillecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amarillecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amarilleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amarillecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amarillecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amarilleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amarilleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amarillecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amarillecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amarillecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amarillecería" ;--# notpresent @@ -18168,24 +19818,30 @@ lin amohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amohecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amohezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amohezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amohecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amohecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amohecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amohecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amohecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amohecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amohecieras" ; "amohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoheciera" ; "amoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoheciéramos" ; "amoheciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amohecierais" ; "amohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amohecieran" ; "amoheciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoheciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amohecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amoheció" ;--# notpresent @@ -18198,12 +19854,12 @@ lin amohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoheceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amohecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoheciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amohecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amohecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amohecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amohecería" ;--# notpresent @@ -18234,24 +19890,30 @@ lin amorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amorecieras" ; "amorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoreciera" ; "amoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoreciéramos" ; "amoreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amorecierais" ; "amorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amorecieran" ; "amoreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amoreció" ;--# notpresent @@ -18264,12 +19926,12 @@ lin amorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amorecería" ;--# notpresent @@ -18300,24 +19962,30 @@ lin amortecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amortecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amortecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amortecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amortezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amortezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amortezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amortezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amortezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amortezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amortezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amortezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amortezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amortezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amortezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amortezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amortecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amortecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amortecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amortecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amortecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amortecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amortecieras" ; "amortecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amorteciera" ; "amorteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amorteciéramos" ; "amorteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amortecierais" ; "amortecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amortecieran" ; "amorteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amorteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amortecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amorteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amorteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amortecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amortecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amorteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amortecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amorteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amorteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amortecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amorteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amortecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amorteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amorteció" ;--# notpresent @@ -18330,12 +19998,12 @@ lin amortecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amorteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amorteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amortecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amorteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amortecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amorteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amorteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amorteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amortecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amortecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amorteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amorteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amorteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amortecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amortecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amortecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amortecería" ;--# notpresent @@ -18366,24 +20034,30 @@ lin anochecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "anochecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anochecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anochecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "anochezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "anochezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "anochezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "anochezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "anochezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "anochezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "anochezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "anochezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "anochezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "anochezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "anochezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "anochezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "anochecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anochecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "anochecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anochecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anochecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anochecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anochecieras" ; "anochecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anocheciera" ; "anocheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anocheciéramos" ; "anocheciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anochecierais" ; "anochecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anochecieran" ; "anocheciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anocheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "anochecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anocheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anocheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "anochecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "anochecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anocheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "anochecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anocheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anocheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "anochecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anocheciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "anochecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anocheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "anocheció" ;--# notpresent @@ -18396,12 +20070,12 @@ lin anochecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "anocheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "anocheceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "anochecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anocheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "anochecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anocheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anocheciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anocheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "anochecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "anochecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anocheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anocheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anocheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "anochecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "anochecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "anochecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "anochecería" ;--# notpresent @@ -18432,24 +20106,30 @@ lin aparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aparecieras" ; "aparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apareciera" ; "apareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apareciéramos" ; "apareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aparecierais" ; "aparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aparecieran" ; "apareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apareció" ;--# notpresent @@ -18462,12 +20142,12 @@ lin aparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aparecería" ;--# notpresent @@ -18498,24 +20178,30 @@ lin apetecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apetecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apetecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apetecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apetezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apetezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apetezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apetezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apetezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apetezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apetezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apetezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apetezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apetezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apetezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apetezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apetecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apetecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apetecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apetecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apetecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apetecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apetecieras" ; "apetecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apeteciera" ; "apeteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apeteciéramos" ; "apeteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apetecierais" ; "apetecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apetecieran" ; "apeteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apeteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apetecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apeteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apeteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apetecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apetecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apeteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apetecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apeteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apeteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apetecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apeteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apetecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apeteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apeteció" ;--# notpresent @@ -18528,12 +20214,12 @@ lin apetecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apeteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apeteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apetecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apeteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apetecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apeteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apeteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apeteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apetecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apetecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apeteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apeteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apeteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apetecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apetecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apetecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apetecería" ;--# notpresent @@ -18564,24 +20250,30 @@ lin arbolecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arbolecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arbolecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arbolecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arbolezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arbolezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arbolezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arbolezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arbolezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arbolezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arbolezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arbolezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arbolezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arbolezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arbolezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arbolezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arbolecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arbolecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arbolecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arbolecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arbolecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arbolecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arbolecieras" ; "arbolecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboleciera" ; "arboleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboleciéramos" ; "arboleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arbolecierais" ; "arbolecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arbolecieran" ; "arboleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arboleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arbolecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arboleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arboleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arbolecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arbolecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arboleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arbolecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arboleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arboleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arbolecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arboleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arbolecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arboleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arboleció" ;--# notpresent @@ -18594,12 +20286,12 @@ lin arbolecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arboleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arboleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arbolecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arboleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arbolecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arboleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arboleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arboleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arbolecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arbolecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arboleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arboleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arboleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arbolecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arbolecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arbolecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arbolecería" ;--# notpresent @@ -18630,24 +20322,30 @@ lin arborecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arborecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arborecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arborecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arborezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arborezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arborezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arborezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arborezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arborezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arborezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arborezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arborezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arborezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arborezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arborezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arborecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arborecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arborecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arborecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arborecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arborecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arborecieras" ; "arborecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arboreciera" ; "arboreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arboreciéramos" ; "arboreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arborecierais" ; "arborecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arborecieran" ; "arboreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arboreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arborecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arboreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arboreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arborecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arborecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arboreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arborecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arboreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arboreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arborecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arboreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arborecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arboreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arboreció" ;--# notpresent @@ -18660,12 +20358,12 @@ lin arborecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arboreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arboreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arborecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arboreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arborecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arboreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arboreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arboreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arborecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arborecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arboreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arboreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arboreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arborecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arborecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arborecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arborecería" ;--# notpresent @@ -18696,24 +20394,30 @@ lin aridecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aridecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aridecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aridecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aridezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aridezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aridezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aridezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aridezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aridezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aridezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aridezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aridezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aridezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aridezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aridezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aridecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aridecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aridecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aridecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aridecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aridecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aridecieras" ; "aridecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arideciera" ; "arideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arideciéramos" ; "arideciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aridecierais" ; "aridecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aridecieran" ; "arideciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aridecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aridecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aridecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aridecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aridecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arideciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aridecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arideció" ;--# notpresent @@ -18726,12 +20430,12 @@ lin aridecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arideceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aridecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aridecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arideciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aridecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aridecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aridecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aridecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aridecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aridecería" ;--# notpresent @@ -18762,24 +20466,30 @@ lin atardecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atardecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atardecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atardecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atardezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atardezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atardezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atardezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atardezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atardezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atardezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atardezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atardezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atardezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atardezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atardezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atardecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atardecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atardecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atardecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atardecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atardecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atardecieras" ; "atardecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atardeciera" ; "atardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atardeciéramos" ; "atardeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atardecierais" ; "atardecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atardecieran" ; "atardeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atardeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atardecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atardeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atardeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atardecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atardecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atardecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atardeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atardecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atardeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atardecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atardeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atardeció" ;--# notpresent @@ -18792,12 +20502,12 @@ lin atardecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atardeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atardeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atardecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atardeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atardecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atardeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atardeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atardeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atardecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atardecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atardeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atardeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atardeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atardecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atardecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atardecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atardecería" ;--# notpresent @@ -18828,24 +20538,30 @@ lin blanquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "blanquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "blanquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "blanquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "blanquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "blanquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "blanquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "blanquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "blanquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "blanquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "blanquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "blanquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "blanquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "blanquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "blanquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "blanquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "blanquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "blanquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "blanquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "blanquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "blanquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "blanquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"blanquecieras" ; "blanquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"blanqueciera" ; "blanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"blanqueciéramos" ; "blanqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"blanquecierais" ; "blanquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"blanquecieran" ; "blanqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "blanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "blanquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "blanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "blanqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "blanquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "blanquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "blanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "blanquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "blanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "blanqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "blanquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "blanqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "blanquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "blanqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "blanqueció" ;--# notpresent @@ -18858,12 +20574,12 @@ lin blanquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "blanqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "blanqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "blanquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "blanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "blanquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "blanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "blanqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "blanquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "blanquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "blanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "blanqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "blanqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "blanquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "blanquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "blanquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "blanquecería" ;--# notpresent @@ -18894,24 +20610,30 @@ lin calecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "calecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "calecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "calecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "calezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "calezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "calezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "calezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "calezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "calezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "calezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "calezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "calezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "calezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "calezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "calezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "calecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "calecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "calecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "calecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "calecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "calecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calecieras" ; "calecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caleciera" ; "caleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caleciéramos" ; "caleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calecierais" ; "calecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calecieran" ; "caleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "caleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "calecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "caleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "caleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "calecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "calecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "caleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "calecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "caleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "caleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "calecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "caleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "calecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "caleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "caleció" ;--# notpresent @@ -18924,12 +20646,12 @@ lin calecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "caleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "caleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "calecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "caleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "calecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "caleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "caleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "caleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "calecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "caleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "calecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "caleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "caleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "caleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "calecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "calecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "calecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "calecería" ;--# notpresent @@ -18960,24 +20682,30 @@ lin carecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "carecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "carecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "carecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "carezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "carezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "carezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "carezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "carezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "carezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "carezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "carezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "carezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "carezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "carezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "carezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "carecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "carecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "carecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "carecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "carecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "carecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"careciera" ; "careciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"carecieras" ; "carecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"careciera" ; "careciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"careciéramos" ; "careciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"carecierais" ; "carecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"carecieran" ; "careciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "careciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "carecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "careciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "careciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "carecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "carecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "careciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "carecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "careciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "careciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "carecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "careciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "carecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "careciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "careció" ;--# notpresent @@ -18990,12 +20718,12 @@ lin carecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "careceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "careceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "carecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "careciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "carecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "careciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "careciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "careciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "carecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "careciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "carecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "careciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "careciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "careciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "carecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "carecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "carecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "carecería" ;--# notpresent @@ -19026,24 +20754,30 @@ lin clarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "clarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "clarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "clarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "clarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "clarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "clarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "clarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "clarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "clarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "clarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "clarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "clarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "clarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "clarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "clarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "clarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "clarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "clarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "clarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "clarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "clarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clarecieras" ; "clarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clareciera" ; "clareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clareciéramos" ; "clareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clarecierais" ; "clarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clarecieran" ; "clareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "clareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "clarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "clareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "clareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "clarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "clarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "clareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "clarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "clareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "clareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "clarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "clareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "clarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "clareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "clareció" ;--# notpresent @@ -19056,12 +20790,12 @@ lin clarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "clareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "clareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "clarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "clareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "clarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "clareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "clareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "clareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "clarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "clareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "clarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "clareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "clareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "clareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "clarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "clarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "clarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "clarecería" ;--# notpresent @@ -19092,24 +20826,30 @@ lin colicuecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colicuecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colicuecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "colicuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "colicuezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "colicuezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "colicuezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colicuezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colicuezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "colicuezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "colicuezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "colicuezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "colicuezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colicuezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "colicuezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "colicuezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colicuecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colicuecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colicuecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colicuecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colicuecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colicuecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colicuecieras" ; "colicuecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colicueciera" ; "colicueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colicueciéramos" ; "colicueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colicuecierais" ; "colicuecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colicuecieran" ; "colicueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "colicueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colicuecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "colicueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "colicueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colicuecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colicuecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "colicueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colicuecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "colicueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "colicueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colicuecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "colicueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colicuecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colicueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "colicueció" ;--# notpresent @@ -19122,12 +20862,12 @@ lin colicuecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colicueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colicueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colicuecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "colicueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colicuecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "colicueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "colicueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "colicueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colicuecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colicuecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "colicueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "colicueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "colicueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colicuecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colicuecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colicuecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colicuecería" ;--# notpresent @@ -19158,24 +20898,30 @@ lin compadecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "compadecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "compadecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "compadecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compadezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compadezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compadezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compadezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compadezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compadezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compadezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compadezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compadezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compadezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compadezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compadezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "compadecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "compadecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "compadecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "compadecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "compadecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "compadecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compadecieras" ; "compadecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compadeciera" ; "compadeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compadeciéramos" ; "compadeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compadecierais" ; "compadecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compadecieran" ; "compadeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compadeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compadecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compadeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compadeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compadecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compadecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compadeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compadecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compadeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compadeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compadecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compadeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "compadecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compadeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compadeció" ;--# notpresent @@ -19188,12 +20934,12 @@ lin compadecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compadeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compadeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "compadecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compadeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compadecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compadeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compadeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compadeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compadecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compadecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compadeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compadeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compadeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compadecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "compadecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "compadecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "compadecería" ;--# notpresent @@ -19224,24 +20970,30 @@ lin comparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "comparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "comparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "comparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "comparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "comparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "comparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "comparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "comparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comparecieras" ; "comparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compareciera" ; "compareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compareciéramos" ; "compareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comparecierais" ; "comparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comparecieran" ; "compareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "compareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compareció" ;--# notpresent @@ -19254,12 +21006,12 @@ lin comparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "compareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "compareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comparecería" ;--# notpresent @@ -19290,24 +21042,30 @@ lin convalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convalecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "convalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convalezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "convalezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "convalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "convalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convalecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convalecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convalecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convalecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convalecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convalecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convalecieras" ; "convalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convaleciera" ; "convaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convaleciéramos" ; "convaleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convalecierais" ; "convalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convalecieran" ; "convaleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convaleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convalecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convaleció" ;--# notpresent @@ -19320,12 +21078,12 @@ lin convalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convaleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convalecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convaleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convalecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convalecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convalecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convalecería" ;--# notpresent @@ -19356,24 +21114,30 @@ lin crecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "crecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "crecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "crecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "crezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "crezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "crezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "crezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "crezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "crezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "crezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "crezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "crezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "crezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "crezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "crezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "crecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "crecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "crecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "crecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "crecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "crecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creciera" ; "creciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"crecieras" ; "crecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creciera" ; "creciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creciéramos" ; "creciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"crecierais" ; "crecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"crecieran" ; "creciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "creciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "crecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "creciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "creciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "crecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "crecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "creciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "crecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "creciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "creciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "crecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "creciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "crecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "creciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "creció" ;--# notpresent @@ -19386,12 +21150,12 @@ lin crecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "creceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "creceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "crecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "creciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "crecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "creciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "creciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "creciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "crecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "creciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "crecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "creciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "creciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "creciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "crecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "crecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "crecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "crecería" ;--# notpresent @@ -19422,24 +21186,30 @@ lin decrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "decrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "decrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "decrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "decrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "decrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "decrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "decrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "decrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "decrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "decrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "decrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "decrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "decrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decrecieras" ; "decrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decreciera" ; "decreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decreciéramos" ; "decreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decrecierais" ; "decrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decrecieran" ; "decreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "decreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "decrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "decreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "decreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "decrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "decrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "decreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "decrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "decreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "decreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "decrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "decreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "decrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "decreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "decreció" ;--# notpresent @@ -19452,12 +21222,12 @@ lin decrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "decreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "decreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "decrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "decreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "decrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "decreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "decreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "decreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "decrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "decreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "decrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "decreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "decreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "decreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "decrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "decrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "decrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "decrecería" ;--# notpresent @@ -19488,24 +21258,30 @@ lin desabastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desabastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desabastecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desabastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desabastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desabastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desabastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desabastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desabastezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desabastezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desabastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desabastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desabastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desabastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desabastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desabastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desabastecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desabastecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desabastecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desabastecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desabastecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desabastecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desabastecieras" ; "desabastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desabasteciera" ; "desabasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desabasteciéramos" ; "desabasteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desabastecierais" ; "desabastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desabastecieran" ; "desabasteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desabasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desabastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desabasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desabasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desabastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desabastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desabasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desabastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desabasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desabasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desabastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desabasteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desabastecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desabasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desabasteció" ;--# notpresent @@ -19518,12 +21294,12 @@ lin desabastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desabasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desabasteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desabastecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desabasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desabastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desabasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desabasteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desabastecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desabastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desabasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desabasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desabasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desabastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desabastecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desabastecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desabastecería" ;--# notpresent @@ -19554,24 +21330,30 @@ lin desadormecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desadormecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desadormecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desadormecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desadormezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desadormezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desadormezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desadormezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desadormezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desadormezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desadormezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desadormezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desadormezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desadormezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desadormezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desadormezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desadormecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desadormecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desadormecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desadormecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desadormecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desadormecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadormecieras" ; "desadormecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadormeciera" ; "desadormeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadormeciéramos" ; "desadormeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadormecierais" ; "desadormecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadormecieran" ; "desadormeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desadormeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desadormecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desadormeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desadormeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desadormecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desadormecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desadormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desadormecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desadormeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desadormeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desadormecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desadormeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desadormecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desadormeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desadormeció" ;--# notpresent @@ -19584,12 +21366,12 @@ lin desadormecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desadormeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desadormeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desadormecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desadormeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desadormecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desadormeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desadormeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desadormecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desadormecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desadormeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desadormeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desadormeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desadormecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desadormecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desadormecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desadormecería" ;--# notpresent @@ -19620,24 +21402,30 @@ lin desagradecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desagradecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desagradecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desagradecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desagradezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desagradezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desagradezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desagradezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desagradezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desagradezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desagradezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desagradezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desagradezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desagradezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desagradezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desagradezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desagradecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desagradecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desagradecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desagradecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desagradecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desagradecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desagradecieras" ; "desagradecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desagradeciera" ; "desagradeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desagradeciéramos" ; "desagradeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desagradecierais" ; "desagradecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desagradecieran" ; "desagradeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desagradeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desagradecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desagradeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desagradeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desagradecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desagradecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desagradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desagradecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desagradeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desagradeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desagradecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desagradeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desagradecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desagradeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desagradeció" ;--# notpresent @@ -19650,12 +21438,12 @@ lin desagradecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desagradeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desagradeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desagradecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desagradeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desagradecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desagradeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desagradeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desagradecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desagradecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desagradeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desagradeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desagradeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desagradecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desagradecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desagradecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desagradecería" ;--# notpresent @@ -19686,24 +21474,30 @@ lin desaparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desaparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desaparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desaparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desaparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desaparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desaparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desaparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desaparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaparecieras" ; "desaparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapareciera" ; "desapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapareciéramos" ; "desapareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaparecierais" ; "desaparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaparecieran" ; "desapareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desapareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desapareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desapareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desapareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desapareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desapareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desapareció" ;--# notpresent @@ -19716,12 +21510,12 @@ lin desaparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desapareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desapareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desapareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desapareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desapareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desapareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desapareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desapareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desapareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaparecería" ;--# notpresent @@ -19752,24 +21546,30 @@ lin desbravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desbravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desbravecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desbravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desbravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desbravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desbravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desbravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desbravezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desbravezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desbravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desbravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desbravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desbravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desbravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desbravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desbravecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desbravecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desbravecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desbravecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desbravecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desbravecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desbravecieras" ; "desbravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desbraveciera" ; "desbraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desbraveciéramos" ; "desbraveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desbravecierais" ; "desbravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desbravecieran" ; "desbraveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desbraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desbravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desbraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desbraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desbravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desbravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desbraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desbravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desbraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desbraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desbravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desbraveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desbravecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desbraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desbraveció" ;--# notpresent @@ -19782,12 +21582,12 @@ lin desbravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desbraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desbraveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desbravecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desbraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desbravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desbraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desbraveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desbravecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desbravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desbraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desbraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desbraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desbravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desbravecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desbravecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desbravecería" ;--# notpresent @@ -19818,24 +21618,30 @@ lin descaecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descaecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descaecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descaezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descaezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descaezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descaezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descaezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descaezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descaezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descaezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descaezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descaecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descaecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descaecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descaecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descaecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descaecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descaecieras" ; "descaecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descaeciera" ; "descaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descaeciéramos" ; "descaeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descaecierais" ; "descaecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descaecieran" ; "descaeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descaeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descaecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descaeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descaecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descaecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descaeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descaecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descaeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descaecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descaeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descaeció" ;--# notpresent @@ -19848,12 +21654,12 @@ lin descaecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descaeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descaeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descaecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descaeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descaecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descaeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descaeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descaecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descaecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descaeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descaeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descaecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descaecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descaecería" ;--# notpresent @@ -19884,24 +21690,30 @@ lin desembravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desembravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desembravecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desembravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desembravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desembravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desembravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desembravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desembravezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desembravezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desembravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desembravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desembravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desembravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desembravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desembravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desembravecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desembravecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desembravecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desembravecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desembravecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desembravecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembravecieras" ; "desembravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembraveciera" ; "desembraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembraveciéramos" ; "desembraveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembravecierais" ; "desembravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembravecieran" ; "desembraveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desembraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desembravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desembraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desembraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desembravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desembravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desembraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desembravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desembraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desembraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desembravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desembraveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desembravecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desembraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desembraveció" ;--# notpresent @@ -19914,12 +21726,12 @@ lin desembravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desembraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desembraveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desembravecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desembraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desembravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desembraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desembraveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desembravecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desembravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desembraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desembraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desembraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desembravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desembravecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desembravecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desembravecería" ;--# notpresent @@ -19950,24 +21762,30 @@ lin desenfurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenfurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenfurecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenfurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenfurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenfurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenfurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenfurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenfurezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenfurezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenfurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenfurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenfurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenfurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenfurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenfurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenfurecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenfurecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenfurecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenfurecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenfurecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenfurecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenfurecieras" ; "desenfurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenfureciera" ; "desenfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenfureciéramos" ; "desenfureciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenfurecierais" ; "desenfurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenfurecieran" ; "desenfureciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenfureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenfurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenfureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenfureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenfurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenfurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenfurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenfureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenfurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenfureciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenfurecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenfureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenfureció" ;--# notpresent @@ -19980,12 +21798,12 @@ lin desenfurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenfureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenfureceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenfurecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenfureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenfureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenfureciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenfurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenfureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenfureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenfureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenfurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenfurecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenfurecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenfurecería" ;--# notpresent @@ -20016,24 +21834,30 @@ lin desenmohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenmohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenmohecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenmohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenmohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenmohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenmohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenmohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenmohezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenmohezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenmohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenmohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenmohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenmohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenmohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenmohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenmohecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenmohecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenmohecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenmohecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenmohecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenmohecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmohecieras" ; "desenmohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmoheciera" ; "desenmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmoheciéramos" ; "desenmoheciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmohecierais" ; "desenmohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmohecieran" ; "desenmoheciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenmohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenmoheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenmohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenmohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenmohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenmoheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenmohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenmoheciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenmohecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenmoheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenmoheció" ;--# notpresent @@ -20046,12 +21870,12 @@ lin desenmohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenmoheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenmoheceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenmohecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenmoheciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenmohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenmoheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenmoheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenmohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenmohecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenmohecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenmohecería" ;--# notpresent @@ -20082,24 +21906,30 @@ lin desenmudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenmudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenmudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenmudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenmudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenmudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenmudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenmudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenmudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenmudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenmudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenmudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenmudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenmudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenmudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenmudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenmudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenmudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenmudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenmudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenmudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenmudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenmudecieras" ; "desenmudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenmudeciera" ; "desenmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenmudeciéramos" ; "desenmudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenmudecierais" ; "desenmudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenmudecieran" ; "desenmudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenmudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenmudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenmudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenmudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenmudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenmudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenmudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenmudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenmudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenmudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenmudeció" ;--# notpresent @@ -20112,12 +21942,12 @@ lin desenmudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenmudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenmudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenmudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenmudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenmudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenmudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenmudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenmudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenmudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenmudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenmudecería" ;--# notpresent @@ -20148,24 +21978,30 @@ lin desenrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenrudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desenrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desenrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desenrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desenrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenrudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desenrudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desenrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desenrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desenrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desenrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenrudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenrudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenrudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenrudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenrudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenrudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenrudecieras" ; "desenrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenrudeciera" ; "desenrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenrudeciéramos" ; "desenrudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenrudecierais" ; "desenrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenrudecieran" ; "desenrudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenrudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenrudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenrudeció" ;--# notpresent @@ -20178,12 +22014,12 @@ lin desenrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenrudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenrudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenrudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenrudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenrudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenrudecería" ;--# notpresent @@ -20214,24 +22050,30 @@ lin desensoberbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desensoberbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desensoberbecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desensoberbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desensoberbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desensoberbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desensoberbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desensoberbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desensoberbezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desensoberbezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desensoberbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desensoberbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desensoberbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desensoberbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desensoberbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desensoberbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desensoberbecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desensoberbecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desensoberbecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desensoberbecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desensoberbecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desensoberbecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desensoberbecieras" ; "desensoberbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desensoberbeciera" ; "desensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desensoberbeciéramos" ; "desensoberbeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desensoberbecierais" ; "desensoberbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desensoberbecieran" ; "desensoberbeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desensoberbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desensoberbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desensoberbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desensoberbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desensoberbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desensoberbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desensoberbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desensoberbeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desensoberbecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desensoberbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desensoberbeció" ;--# notpresent @@ -20244,12 +22086,12 @@ lin desensoberbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desensoberbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desensoberbeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desensoberbecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desensoberbeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desensoberbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desensoberbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desensoberbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desensoberbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desensoberbecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desensoberbecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desensoberbecería" ;--# notpresent @@ -20280,24 +22122,30 @@ lin desentorpecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desentorpecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desentorpecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentorpecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentorpezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentorpezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentorpezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desentorpezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desentorpezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentorpezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentorpezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentorpezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentorpezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desentorpezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desentorpezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentorpezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desentorpecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desentorpecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desentorpecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desentorpecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desentorpecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desentorpecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentorpecieras" ; "desentorpecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentorpeciera" ; "desentorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentorpeciéramos" ; "desentorpeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentorpecierais" ; "desentorpecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentorpecieran" ; "desentorpeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desentorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desentorpecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desentorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desentorpeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desentorpecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desentorpecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentorpecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentorpeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentorpecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentorpeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desentorpecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desentorpeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desentorpeció" ;--# notpresent @@ -20310,12 +22158,12 @@ lin desentorpecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desentorpeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desentorpeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desentorpecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desentorpeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desentorpecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desentorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desentorpeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desentorpeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desentorpecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desentorpecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desentorpecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desentorpecería" ;--# notpresent @@ -20346,24 +22194,30 @@ lin desentumecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desentumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desentumecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desentumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desentumezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentumezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desentumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desentumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desentumecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desentumecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desentumecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desentumecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desentumecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desentumecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desentumecieras" ; "desentumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desentumeciera" ; "desentumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desentumeciéramos" ; "desentumeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desentumecierais" ; "desentumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desentumecieran" ; "desentumeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desentumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desentumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desentumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desentumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desentumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desentumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desentumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desentumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desentumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desentumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desentumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desentumeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desentumecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desentumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desentumeció" ;--# notpresent @@ -20376,12 +22230,12 @@ lin desentumecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desentumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desentumeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desentumecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desentumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desentumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desentumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desentumeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desentumecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desentumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desentumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desentumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desentumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desentumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desentumecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desentumecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desentumecería" ;--# notpresent @@ -20412,24 +22266,30 @@ lin desfallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfallecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfallezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfallezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfallecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfallecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfallecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfallecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfallecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfallecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfallecieras" ; "desfallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfalleciera" ; "desfalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfalleciéramos" ; "desfalleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfallecierais" ; "desfallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfallecieran" ; "desfalleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfalleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfallecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfalleció" ;--# notpresent @@ -20442,12 +22302,12 @@ lin desfallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfalleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfallecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfalleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfallecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfallecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfallecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfallecería" ;--# notpresent @@ -20478,24 +22338,30 @@ lin desfavorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfavorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfavorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfavorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfavorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfavorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfavorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfavorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfavorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfavorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfavorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfavorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfavorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfavorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfavorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfavorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfavorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfavorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfavorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfavorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfavorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfavorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfavorecieras" ; "desfavorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfavoreciera" ; "desfavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfavoreciéramos" ; "desfavoreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfavorecierais" ; "desfavorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfavorecieran" ; "desfavoreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfavorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfavoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfavorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfavorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfavorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfavoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfavorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfavoreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfavorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfavoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfavoreció" ;--# notpresent @@ -20508,12 +22374,12 @@ lin desfavorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfavoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfavoreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfavorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfavoreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfavorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfavoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfavoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfavorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfavorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfavorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfavorecería" ;--# notpresent @@ -20544,24 +22410,30 @@ lin desflorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desflorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desflorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desflorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desflorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desflorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desflorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desflorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desflorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desflorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desflorecieras" ; "desflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfloreciera" ; "desfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfloreciéramos" ; "desfloreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desflorecierais" ; "desflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desflorecieran" ; "desfloreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfloreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desflorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfloreció" ;--# notpresent @@ -20574,12 +22446,12 @@ lin desflorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfloreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desflorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfloreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desflorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desflorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desflorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desflorecería" ;--# notpresent @@ -20610,24 +22482,30 @@ lin desfortalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfortalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfortalecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfortalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfortalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfortalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfortalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfortalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfortalezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfortalezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfortalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfortalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfortalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfortalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfortalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfortalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfortalecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfortalecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfortalecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfortalecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfortalecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfortalecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfortalecieras" ; "desfortalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfortaleciera" ; "desfortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfortaleciéramos" ; "desfortaleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfortalecierais" ; "desfortalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfortalecieran" ; "desfortaleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfortalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfortaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfortalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfortalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfortalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfortaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfortalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfortaleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfortalecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfortaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfortaleció" ;--# notpresent @@ -20640,12 +22518,12 @@ lin desfortalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfortaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfortaleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfortalecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfortaleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfortalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfortaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfortaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfortalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfortalecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfortalecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfortalecería" ;--# notpresent @@ -20676,24 +22554,30 @@ lin desguarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desguarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desguarnecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desguarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desguarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desguarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desguarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desguarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desguarnezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desguarnezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desguarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desguarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desguarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desguarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desguarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desguarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desguarnecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desguarnecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desguarnecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desguarnecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desguarnecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desguarnecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desguarnecieras" ; "desguarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desguarneciera" ; "desguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desguarneciéramos" ; "desguarneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desguarnecierais" ; "desguarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desguarnecieran" ; "desguarneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desguarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desguarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desguarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desguarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desguarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desguarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desguarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desguarneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desguarnecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desguarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desguarneció" ;--# notpresent @@ -20706,12 +22590,12 @@ lin desguarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desguarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desguarneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desguarnecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desguarneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desguarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desguarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desguarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desguarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desguarnecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desguarnecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desguarnecería" ;--# notpresent @@ -20742,24 +22626,30 @@ lin deshumedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deshumedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deshumedecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshumedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshumedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshumedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshumedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deshumedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deshumedezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshumedezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshumedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshumedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshumedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deshumedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deshumedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshumedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deshumedecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deshumedecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deshumedecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deshumedecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deshumedecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deshumedecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshumedecieras" ; "deshumedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshumedeciera" ; "deshumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshumedeciéramos" ; "deshumedeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshumedecierais" ; "deshumedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshumedecieran" ; "deshumedeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deshumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deshumedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deshumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deshumedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deshumedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deshumedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshumedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshumedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshumedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshumedeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deshumedecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deshumedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deshumedeció" ;--# notpresent @@ -20772,12 +22662,12 @@ lin deshumedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deshumedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deshumedeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deshumedecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deshumedeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deshumedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deshumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deshumedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deshumedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deshumedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deshumedecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deshumedecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deshumedecería" ;--# notpresent @@ -20808,24 +22698,30 @@ lin desmerecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmerecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmerecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmerecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmerezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmerezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmerezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmerezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmerezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmerezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmerezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmerezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmerezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmerezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmerezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmerezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmerecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmerecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmerecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmerecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmerecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmerecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmerecieras" ; "desmerecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmereciera" ; "desmereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmereciéramos" ; "desmereciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmerecierais" ; "desmerecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmerecieran" ; "desmereciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmerecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmerecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmerecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmerecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmerecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmereciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmerecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmereció" ;--# notpresent @@ -20838,12 +22734,12 @@ lin desmerecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmereceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmerecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmerecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmereciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmerecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmerecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmerecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmerecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmerecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmerecería" ;--# notpresent @@ -20874,24 +22770,30 @@ lin desobedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desobedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desobedecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desobedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desobedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desobedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desobedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desobedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desobedezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desobedezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desobedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desobedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desobedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desobedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desobedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desobedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desobedecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desobedecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desobedecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desobedecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desobedecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desobedecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobedecieras" ; "desobedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobedeciera" ; "desobedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobedeciéramos" ; "desobedeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobedecierais" ; "desobedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobedecieran" ; "desobedeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desobedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desobedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desobedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desobedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desobedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desobedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desobedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desobedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desobedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desobedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desobedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desobedeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desobedecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desobedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desobedeció" ;--# notpresent @@ -20904,12 +22806,12 @@ lin desobedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desobedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desobedeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desobedecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desobedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desobedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desobedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desobedeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desobedecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desobedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desobedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desobedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desobedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desobedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desobedecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desobedecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desobedecería" ;--# notpresent @@ -20940,24 +22842,30 @@ lin desparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desparecieras" ; "desparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despareciera" ; "despareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despareciéramos" ; "despareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desparecierais" ; "desparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desparecieran" ; "despareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despareció" ;--# notpresent @@ -20970,12 +22878,12 @@ lin desparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desparecería" ;--# notpresent @@ -21006,24 +22914,30 @@ lin desvanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desvanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desvanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desvanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desvanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desvanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desvanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desvanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desvanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desvanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desvanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desvanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desvanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desvanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desvanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desvanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desvanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvanecieras" ; "desvanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvaneciera" ; "desvaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvaneciéramos" ; "desvaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvanecierais" ; "desvanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvanecieran" ; "desvaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desvaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desvanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desvaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desvaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desvanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desvanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desvaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvaneció" ;--# notpresent @@ -21036,12 +22950,12 @@ lin desvanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desvaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desvaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desvanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desvaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desvanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desvaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desvaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desvanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desvanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desvaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desvaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desvaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desvanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desvanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desvanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desvanecería" ;--# notpresent @@ -21072,24 +22986,30 @@ lin embarbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embarbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embarbecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embarbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embarbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embarbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embarbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embarbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embarbezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embarbezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embarbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embarbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embarbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embarbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embarbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embarbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embarbecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embarbecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embarbecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embarbecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embarbecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embarbecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embarbecieras" ; "embarbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embarbeciera" ; "embarbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embarbeciéramos" ; "embarbeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embarbecierais" ; "embarbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embarbecieran" ; "embarbeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embarbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embarbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embarbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embarbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embarbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embarbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embarbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embarbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embarbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embarbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embarbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embarbeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embarbecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embarbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embarbeció" ;--# notpresent @@ -21102,12 +23022,12 @@ lin embarbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embarbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embarbeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embarbecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embarbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embarbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embarbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embarbeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embarbecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embarbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embarbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embarbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embarbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embarbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embarbecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embarbecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embarbecería" ;--# notpresent @@ -21138,24 +23058,30 @@ lin embastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embastecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embastezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embastezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embastecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embastecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embastecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embastecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embastecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embastecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embastecieras" ; "embastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embasteciera" ; "embasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embasteciéramos" ; "embasteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embastecierais" ; "embastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embastecieran" ; "embasteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embasteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embastecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embasteció" ;--# notpresent @@ -21168,12 +23094,12 @@ lin embastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embasteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embastecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embasteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embastecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embastecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embastecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embastecería" ;--# notpresent @@ -21204,24 +23130,30 @@ lin embebecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embebecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embebecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embebecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embebezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embebezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embebezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embebezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embebezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embebezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embebezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embebezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embebezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embebezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embebezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embebezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embebecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embebecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embebecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embebecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embebecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embebecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embebecieras" ; "embebecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embebeciera" ; "embebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embebeciéramos" ; "embebeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embebecierais" ; "embebecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embebecieran" ; "embebeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embebeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embebecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embebeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embebeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embebecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embebecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embebecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embebeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embebecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embebeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embebecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embebeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embebeció" ;--# notpresent @@ -21234,12 +23166,12 @@ lin embebecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embebeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embebeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embebecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embebeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embebecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embebeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embebeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embebeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embebecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embebecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embebeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embebeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embebeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embebecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embebecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embebecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embebecería" ;--# notpresent @@ -21270,24 +23202,30 @@ lin embellecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embellecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embellecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embellecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embellezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embellezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embellezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embellezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embellezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embellezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embellezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embellezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embellezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embellezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embellezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embellezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embellecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embellecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embellecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embellecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embellecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embellecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellecieras" ; "embellecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embelleciera" ; "embelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embelleciéramos" ; "embelleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellecierais" ; "embellecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellecieran" ; "embelleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embelleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embellecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embelleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embelleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embellecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embellecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embellecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embelleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embellecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embelleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embellecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embelleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embelleció" ;--# notpresent @@ -21300,12 +23238,12 @@ lin embellecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embelleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embelleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embellecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embelleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embellecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embelleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embelleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embelleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embellecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embellecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embelleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embelleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embelleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embellecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embellecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embellecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embellecería" ;--# notpresent @@ -21336,24 +23274,30 @@ lin embermejecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embermejecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embermejecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embermejecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embermejezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embermejezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embermejezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embermejezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embermejezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embermejezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embermejezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embermejezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embermejezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embermejezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embermejezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embermejezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embermejecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embermejecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embermejecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embermejecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embermejecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embermejecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embermejecieras" ; "embermejecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embermejeciera" ; "embermejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embermejeciéramos" ; "embermejeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embermejecierais" ; "embermejecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embermejecieran" ; "embermejeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embermejeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embermejecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embermejeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embermejeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embermejecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embermejecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embermejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embermejecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embermejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embermejeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embermejecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embermejeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embermejecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embermejeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embermejeció" ;--# notpresent @@ -21366,12 +23310,12 @@ lin embermejecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embermejeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embermejeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embermejecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embermejeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embermejecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embermejeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embermejeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embermejecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embermejecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embermejeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embermejeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embermejeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embermejecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embermejecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embermejecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embermejecería" ;--# notpresent @@ -21402,24 +23346,30 @@ lin emblandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emblandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emblandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emblandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emblandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emblandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emblandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emblandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emblandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emblandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emblandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emblandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emblandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emblandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emblandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emblandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emblandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emblandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emblandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emblandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emblandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emblandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblandecieras" ; "emblandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblandeciera" ; "emblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblandeciéramos" ; "emblandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblandecierais" ; "emblandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblandecieran" ; "emblandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emblandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emblandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emblandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emblandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emblandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emblandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emblandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emblandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emblandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emblandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emblandeció" ;--# notpresent @@ -21432,12 +23382,12 @@ lin emblandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emblandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emblandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emblandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emblandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emblandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emblandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emblandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emblandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emblandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emblandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emblandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emblandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emblandecería" ;--# notpresent @@ -21468,24 +23418,30 @@ lin emblanquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emblanquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emblanquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emblanquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emblanquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emblanquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emblanquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emblanquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emblanquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emblanquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emblanquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emblanquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emblanquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emblanquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emblanquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emblanquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emblanquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emblanquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emblanquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emblanquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emblanquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emblanquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emblanquecieras" ; "emblanquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emblanqueciera" ; "emblanqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emblanqueciéramos" ; "emblanqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emblanquecierais" ; "emblanquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emblanquecieran" ; "emblanqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emblanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emblanquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emblanqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emblanqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emblanquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emblanquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emblanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emblanquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emblanqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emblanqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emblanquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emblanqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emblanquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emblanqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emblanqueció" ;--# notpresent @@ -21498,12 +23454,12 @@ lin emblanquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emblanqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emblanqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emblanquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emblanqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emblanquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emblanqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emblanqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emblanqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emblanquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emblanquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emblanquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emblanquecería" ;--# notpresent @@ -21534,24 +23490,30 @@ lin embobecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embobecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embobecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embobecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embobezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embobezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embobezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embobezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embobezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embobezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embobezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embobezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embobezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embobezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embobezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embobezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embobecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embobecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embobecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embobecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embobecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embobecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embobecieras" ; "embobecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embobeciera" ; "embobeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embobeciéramos" ; "embobeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embobecierais" ; "embobecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embobecieran" ; "embobeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embobeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embobecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embobeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embobeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embobecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embobecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embobeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embobecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embobeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embobeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embobecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embobeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embobecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embobeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embobeció" ;--# notpresent @@ -21564,12 +23526,12 @@ lin embobecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embobeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embobeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embobecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embobeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embobecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embobeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embobeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embobeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embobecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embobecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embobeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embobeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embobeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embobecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embobecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embobecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embobecería" ;--# notpresent @@ -21600,24 +23562,30 @@ lin embosquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embosquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embosquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embosquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embosquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embosquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embosquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embosquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embosquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embosquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embosquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embosquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embosquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embosquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embosquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embosquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embosquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embosquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embosquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embosquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embosquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embosquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embosquecieras" ; "embosquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embosqueciera" ; "embosqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embosqueciéramos" ; "embosqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embosquecierais" ; "embosquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embosquecieran" ; "embosqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embosqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embosquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embosqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embosqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embosquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embosquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embosqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embosquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embosqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embosqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embosquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embosqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embosquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embosqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embosqueció" ;--# notpresent @@ -21630,12 +23598,12 @@ lin embosquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embosqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embosqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embosquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embosqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embosquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embosqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embosqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embosquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embosquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embosqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embosqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embosqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embosquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embosquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embosquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embosquecería" ;--# notpresent @@ -21666,24 +23634,30 @@ lin embravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embravecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embravezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embravezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embravecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embravecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embravecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embravecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embravecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embravecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embravecieras" ; "embravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embraveciera" ; "embraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embraveciéramos" ; "embraveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embravecierais" ; "embravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embravecieran" ; "embraveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embraveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embravecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embraveció" ;--# notpresent @@ -21696,12 +23670,12 @@ lin embravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embraveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embravecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embraveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embravecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embravecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embravecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embravecería" ;--# notpresent @@ -21732,24 +23706,30 @@ lin embrutecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embrutecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embrutecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embrutecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embrutezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embrutezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embrutezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embrutezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embrutezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embrutezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embrutezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embrutezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embrutezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embrutezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embrutezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embrutezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embrutecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embrutecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embrutecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embrutecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embrutecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embrutecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embrutecieras" ; "embrutecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embruteciera" ; "embruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embruteciéramos" ; "embruteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embrutecierais" ; "embrutecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embrutecieran" ; "embruteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embruteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embrutecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embruteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embruteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embrutecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embrutecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embrutecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embruteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embrutecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embruteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embrutecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embruteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embruteció" ;--# notpresent @@ -21762,12 +23742,12 @@ lin embrutecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embruteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embruteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embrutecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embruteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embrutecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embruteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embruteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embruteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embrutecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embrutecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embruteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embruteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embruteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embrutecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embrutecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embrutecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embrutecería" ;--# notpresent @@ -21798,24 +23778,30 @@ lin empalidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empalidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empalidecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empalidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empalidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empalidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empalidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empalidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empalidezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empalidezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empalidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empalidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empalidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empalidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empalidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empalidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empalidecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empalidecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empalidecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empalidecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empalidecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empalidecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empalidecieras" ; "empalidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empalideciera" ; "empalideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empalideciéramos" ; "empalideciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empalidecierais" ; "empalidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empalidecieran" ; "empalideciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empalideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empalidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empalideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empalideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empalidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empalidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empalideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empalidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empalideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empalideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empalidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empalideciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empalidecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empalideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empalideció" ;--# notpresent @@ -21828,12 +23814,12 @@ lin empalidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empalideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empalideceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empalidecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empalideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empalidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empalideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empalideciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empalideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empalidecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empalidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empalideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empalideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empalideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empalidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empalidecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empalidecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empalidecería" ;--# notpresent @@ -21864,24 +23850,30 @@ lin empavorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empavorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empavorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empavorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empavorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empavorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empavorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empavorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empavorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empavorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empavorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empavorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empavorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empavorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empavorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empavorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empavorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empavorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empavorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empavorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empavorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empavorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empavorecieras" ; "empavorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empavoreciera" ; "empavoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empavoreciéramos" ; "empavoreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empavorecierais" ; "empavorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empavorecieran" ; "empavoreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empavorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empavoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empavoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empavorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empavorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empavorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empavoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empavoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empavorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empavoreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empavorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empavoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empavoreció" ;--# notpresent @@ -21894,12 +23886,12 @@ lin empavorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empavoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empavoreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empavorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empavorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empavoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empavoreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empavorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empavorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empavoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empavoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empavoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empavorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empavorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empavorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empavorecería" ;--# notpresent @@ -21930,24 +23922,30 @@ lin empecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empecieras" ; "empecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empeciera" ; "empeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empeciéramos" ; "empeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empecierais" ; "empecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empecieran" ; "empeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empeció" ;--# notpresent @@ -21960,12 +23958,12 @@ lin empecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empecería" ;--# notpresent @@ -21996,24 +23994,30 @@ lin empequehecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empequehecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empequehecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empequehecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empequehezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empequehezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empequehezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empequehezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empequehezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empequehezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empequehezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empequehezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empequehezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empequehezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empequehezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empequehezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empequehecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empequehecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empequehecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empequehecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empequehecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empequehecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empequehecieras" ; "empequehecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empequeheciera" ; "empequeheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empequeheciéramos" ; "empequeheciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empequehecierais" ; "empequehecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empequehecieran" ; "empequeheciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empequeheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empequehecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empequeheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empequeheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empequehecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empequehecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empequeheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empequehecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empequeheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empequeheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empequehecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empequeheciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empequehecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empequeheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empequeheció" ;--# notpresent @@ -22026,12 +24030,12 @@ lin empequehecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empequeheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empequeheceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empequehecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empequeheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empequehecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empequeheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empequeheciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empequehecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empequehecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empequeheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empequeheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empequeheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empequehecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empequehecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empequehecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empequehecería" ;--# notpresent @@ -22062,24 +24066,30 @@ lin emplastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emplastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emplastecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emplastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emplastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emplastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emplastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emplastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emplastezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emplastezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emplastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emplastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emplastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emplastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emplastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emplastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emplastecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emplastecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emplastecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emplastecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emplastecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emplastecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplastecieras" ; "emplastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplasteciera" ; "emplasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplasteciéramos" ; "emplasteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplastecierais" ; "emplastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplastecieran" ; "emplasteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emplasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emplastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emplasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emplasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emplastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emplastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplasteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emplastecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emplasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emplasteció" ;--# notpresent @@ -22092,12 +24102,12 @@ lin emplastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emplasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emplasteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emplastecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emplasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emplastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emplasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emplasteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emplastecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emplastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emplasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emplasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emplasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emplastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emplastecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emplastecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emplastecería" ;--# notpresent @@ -22128,24 +24138,30 @@ lin emplebeyecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emplebeyecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emplebeyecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emplebeyecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emplebeyezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emplebeyezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emplebeyezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emplebeyezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emplebeyezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emplebeyezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emplebeyezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emplebeyezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emplebeyezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emplebeyezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emplebeyezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emplebeyezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emplebeyecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emplebeyecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emplebeyecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emplebeyecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emplebeyecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emplebeyecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplebeyecieras" ; "emplebeyecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplebeyeciera" ; "emplebeyeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplebeyeciéramos" ; "emplebeyeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplebeyecierais" ; "emplebeyecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplebeyecieran" ; "emplebeyeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emplebeyeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emplebeyecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emplebeyeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emplebeyeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emplebeyecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emplebeyecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplebeyeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplebeyecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplebeyeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplebeyeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplebeyecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplebeyeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emplebeyecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emplebeyeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emplebeyeció" ;--# notpresent @@ -22158,12 +24174,12 @@ lin emplebeyecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emplebeyeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emplebeyeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emplebeyecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emplebeyeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emplebeyecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emplebeyeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emplebeyeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emplebeyeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emplebeyecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emplebeyecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emplebeyecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emplebeyecería" ;--# notpresent @@ -22194,24 +24210,30 @@ lin emplumecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emplumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emplumecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emplumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emplumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emplumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emplumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emplumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emplumezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emplumezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emplumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emplumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emplumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emplumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emplumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emplumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emplumecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emplumecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emplumecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emplumecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emplumecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emplumecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emplumecieras" ; "emplumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emplumeciera" ; "emplumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emplumeciéramos" ; "emplumeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emplumecierais" ; "emplumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emplumecieran" ; "emplumeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emplumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emplumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emplumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emplumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emplumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emplumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emplumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emplumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emplumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emplumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emplumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emplumeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emplumecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emplumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emplumeció" ;--# notpresent @@ -22224,12 +24246,12 @@ lin emplumecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emplumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emplumeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emplumecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emplumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emplumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emplumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emplumeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emplumecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emplumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emplumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emplumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emplumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emplumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emplumecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emplumecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emplumecería" ;--# notpresent @@ -22260,24 +24282,30 @@ lin empobrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empobrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empobrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empobrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empobrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empobrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empobrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empobrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empobrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empobrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empobrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empobrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empobrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empobrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empobrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empobrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empobrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empobrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empobrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empobrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empobrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empobrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empobrecieras" ; "empobrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empobreciera" ; "empobreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empobreciéramos" ; "empobreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empobrecierais" ; "empobrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empobrecieran" ; "empobreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empobreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empobrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empobreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empobreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empobrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empobrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empobreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empobrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empobreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empobreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empobrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empobreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empobrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empobreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empobreció" ;--# notpresent @@ -22290,12 +24318,12 @@ lin empobrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empobreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empobreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empobrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empobreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empobrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empobreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empobreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empobreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empobrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empobrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empobreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empobreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empobreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empobrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empobrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empobrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empobrecería" ;--# notpresent @@ -22326,24 +24354,30 @@ lin empodrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empodrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empodrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empodrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empodrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empodrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empodrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empodrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empodrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empodrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empodrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empodrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empodrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empodrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empodrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empodrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empodrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empodrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empodrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empodrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empodrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empodrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empodrecieras" ; "empodrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empodreciera" ; "empodreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empodreciéramos" ; "empodreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empodrecierais" ; "empodrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empodrecieran" ; "empodreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empodreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empodrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empodreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empodreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empodrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empodrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empodreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empodrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empodreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empodreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empodrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empodreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empodrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empodreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empodreció" ;--# notpresent @@ -22356,12 +24390,12 @@ lin empodrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empodreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empodreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empodrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empodreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empodrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empodreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empodreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empodreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empodrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empodrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empodreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empodreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empodreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empodrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empodrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empodrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empodrecería" ;--# notpresent @@ -22392,24 +24426,30 @@ lin empretecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empretecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empretecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empretecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empretezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empretezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empretezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empretezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empretezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empretezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empretezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empretezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empretezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empretezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empretezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empretezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empretecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empretecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empretecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empretecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empretecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empretecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empretecieras" ; "empretecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empreteciera" ; "empreteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empreteciéramos" ; "empreteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empretecierais" ; "empretecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empretecieran" ; "empreteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empreteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empretecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empreteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empreteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empretecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empretecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empreteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empretecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empreteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empreteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empretecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empreteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empretecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empreteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empreteció" ;--# notpresent @@ -22422,12 +24462,12 @@ lin empretecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empreteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empreteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empretecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empreteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empretecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empreteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empreteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empreteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empretecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empretecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empreteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empreteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empreteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empretecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empretecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empretecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empretecería" ;--# notpresent @@ -22458,24 +24498,30 @@ lin emputecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emputecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emputecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emputecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "emputezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emputezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "emputezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emputezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emputezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emputezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "emputezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emputezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "emputezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emputezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emputezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emputezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emputecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emputecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emputecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emputecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emputecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emputecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emputecieras" ; "emputecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emputeciera" ; "emputeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emputeciéramos" ; "emputeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emputecierais" ; "emputecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emputecieran" ; "emputeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emputeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emputecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emputeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emputeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emputecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emputecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emputeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emputecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emputeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emputeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emputecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emputeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emputecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emputeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emputeció" ;--# notpresent @@ -22488,12 +24534,12 @@ lin emputecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emputeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emputeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emputecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emputeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emputecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emputeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emputeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emputeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emputecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emputecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emputeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emputeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emputeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emputecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emputecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emputecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emputecería" ;--# notpresent @@ -22524,24 +24570,30 @@ lin enaltecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enaltecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enaltecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enaltecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enaltezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enaltezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enaltezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enaltezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enaltezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enaltezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enaltezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enaltezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enaltezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enaltezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enaltezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enaltezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enaltecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enaltecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enaltecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enaltecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enaltecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enaltecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enaltecieras" ; "enaltecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enalteciera" ; "enalteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enalteciéramos" ; "enalteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enaltecierais" ; "enaltecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enaltecieran" ; "enalteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enalteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enaltecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enalteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enalteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enaltecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enaltecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enalteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enaltecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enalteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enalteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enaltecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enalteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enaltecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enalteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enalteció" ;--# notpresent @@ -22554,12 +24606,12 @@ lin enaltecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enalteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enalteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enaltecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enalteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enaltecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enalteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enalteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enalteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enaltecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enaltecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enalteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enalteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enalteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enaltecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enaltecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enaltecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enaltecería" ;--# notpresent @@ -22590,24 +24642,30 @@ lin enamarillecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enamarillecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enamarillecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enamarillecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enamarillezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enamarillezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enamarillezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enamarillezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enamarillezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enamarillezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enamarillezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enamarillezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enamarillezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enamarillezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enamarillezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enamarillezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enamarillecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enamarillecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enamarillecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enamarillecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enamarillecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enamarillecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enamarillecieras" ; "enamarillecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enamarilleciera" ; "enamarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enamarilleciéramos" ; "enamarilleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enamarillecierais" ; "enamarillecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enamarillecieran" ; "enamarilleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enamarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enamarillecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enamarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enamarilleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enamarillecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enamarillecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enamarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enamarillecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enamarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enamarilleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enamarillecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enamarilleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enamarillecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enamarilleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enamarilleció" ;--# notpresent @@ -22620,12 +24678,12 @@ lin enamarillecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enamarilleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enamarilleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enamarillecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enamarilleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enamarillecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enamarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enamarilleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enamarilleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enamarillecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enamarillecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enamarillecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enamarillecería" ;--# notpresent @@ -22656,24 +24714,30 @@ lin enardecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enardecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enardecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enardecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enardezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enardezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enardezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enardezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enardezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enardezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enardezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enardezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enardezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enardezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enardezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enardezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enardecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enardecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enardecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enardecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enardecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enardecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enardecieras" ; "enardecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enardeciera" ; "enardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enardeciéramos" ; "enardeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enardecierais" ; "enardecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enardecieran" ; "enardeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enardeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enardecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enardeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enardeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enardecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enardecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enardecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enardeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enardecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enardeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enardecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enardeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enardeció" ;--# notpresent @@ -22686,12 +24750,12 @@ lin enardecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enardeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enardeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enardecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enardeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enardecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enardeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enardeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enardeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enardecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enardecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enardeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enardeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enardeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enardecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enardecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enardecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enardecería" ;--# notpresent @@ -22722,24 +24786,30 @@ lin encallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encallecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encallezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encallezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encallecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encallecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encallecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encallecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encallecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encallecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encallecieras" ; "encallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalleciera" ; "encalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalleciéramos" ; "encalleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encallecierais" ; "encallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encallecieran" ; "encalleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encalleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encallecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encalleció" ;--# notpresent @@ -22752,12 +24822,12 @@ lin encallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encalleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encallecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encalleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encallecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encallecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encallecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encallecería" ;--# notpresent @@ -22788,24 +24858,30 @@ lin encalvecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encalvecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encalvecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encalvecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encalvezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encalvezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encalvezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encalvezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encalvezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encalvezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encalvezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encalvezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encalvezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encalvezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encalvezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encalvezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encalvecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encalvecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encalvecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encalvecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encalvecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encalvecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encalvecieras" ; "encalvecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encalveciera" ; "encalveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encalveciéramos" ; "encalveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encalvecierais" ; "encalvecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encalvecieran" ; "encalveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encalveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encalvecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encalveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encalveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encalvecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encalvecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encalveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encalvecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encalveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encalveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encalvecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encalveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encalvecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encalveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encalveció" ;--# notpresent @@ -22818,12 +24894,12 @@ lin encalvecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encalveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encalveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encalvecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encalveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encalvecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encalveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encalveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encalveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encalvecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encalvecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encalveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encalveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encalveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encalvecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encalvecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encalvecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encalvecería" ;--# notpresent @@ -22854,24 +24930,30 @@ lin encandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encandecieras" ; "encandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encandeciera" ; "encandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encandeciéramos" ; "encandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encandecierais" ; "encandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encandecieran" ; "encandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encandeció" ;--# notpresent @@ -22884,12 +24966,12 @@ lin encandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encandecería" ;--# notpresent @@ -22920,24 +25002,30 @@ lin encanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encanecieras" ; "encanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encaneciera" ; "encaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encaneciéramos" ; "encaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encanecierais" ; "encanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encanecieran" ; "encaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encaneció" ;--# notpresent @@ -22950,12 +25038,12 @@ lin encanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encanecería" ;--# notpresent @@ -22986,24 +25074,30 @@ lin encarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarecieras" ; "encarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encareciera" ; "encareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encareciéramos" ; "encareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarecierais" ; "encarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarecieran" ; "encareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encareció" ;--# notpresent @@ -23016,12 +25110,12 @@ lin encarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encarecería" ;--# notpresent @@ -23052,24 +25146,30 @@ lin encarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encarnecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encarnezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encarnezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encarnecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encarnecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encarnecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encarnecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encarnecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encarnecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encarnecieras" ; "encarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encarneciera" ; "encarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encarneciéramos" ; "encarneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encarnecierais" ; "encarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encarnecieran" ; "encarneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encarneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encarnecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encarneció" ;--# notpresent @@ -23082,12 +25182,12 @@ lin encarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encarneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encarnecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encarneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encarnecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encarnecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encarnecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encarnecería" ;--# notpresent @@ -23118,24 +25218,30 @@ lin enceguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enceguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enceguecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enceguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enceguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enceguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enceguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enceguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enceguezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enceguezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enceguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enceguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enceguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enceguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enceguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enceguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enceguecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enceguecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enceguecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enceguecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enceguecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enceguecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enceguecieras" ; "enceguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encegueciera" ; "encegueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encegueciéramos" ; "encegueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enceguecierais" ; "enceguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enceguecieran" ; "encegueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encegueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enceguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encegueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encegueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enceguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enceguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encegueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enceguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encegueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encegueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enceguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encegueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enceguecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encegueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encegueció" ;--# notpresent @@ -23148,12 +25254,12 @@ lin enceguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encegueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encegueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enceguecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encegueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enceguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encegueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encegueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encegueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enceguecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enceguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encegueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encegueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encegueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enceguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enceguecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enceguecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enceguecería" ;--# notpresent @@ -23184,24 +25290,30 @@ lin encloquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encloquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encloquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encloquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encloquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encloquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encloquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encloquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encloquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encloquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encloquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encloquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encloquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encloquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encloquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encloquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encloquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encloquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encloquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encloquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encloquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encloquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encloquecieras" ; "encloquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encloqueciera" ; "encloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encloqueciéramos" ; "encloqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encloquecierais" ; "encloquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encloquecieran" ; "encloqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encloquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encloqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encloquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encloquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encloquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encloqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encloquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encloqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encloquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encloqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encloqueció" ;--# notpresent @@ -23214,12 +25326,12 @@ lin encloquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encloqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encloqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encloquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encloquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encloqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encloquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encloquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encloqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encloqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encloquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encloquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encloquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encloquecería" ;--# notpresent @@ -23250,24 +25362,30 @@ lin encorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encorecieras" ; "encorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encoreciera" ; "encoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encoreciéramos" ; "encoreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorecierais" ; "encorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encorecieran" ; "encoreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encoreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encoreció" ;--# notpresent @@ -23280,12 +25398,12 @@ lin encorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encoreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encoreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encorecería" ;--# notpresent @@ -23316,24 +25434,30 @@ lin encrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encrudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encrudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encrudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encrudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encrudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encrudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encrudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encrudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encrudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encrudecieras" ; "encrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrudeciera" ; "encrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrudeciéramos" ; "encrudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encrudecierais" ; "encrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encrudecieran" ; "encrudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encrudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encrudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encrudeció" ;--# notpresent @@ -23346,12 +25470,12 @@ lin encrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encrudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encrudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encrudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encrudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encrudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encrudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encrudecería" ;--# notpresent @@ -23382,24 +25506,30 @@ lin encruelecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encruelecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encruelecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encruelecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encruelezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encruelezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encruelezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encruelezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encruelezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encruelezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encruelezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encruelezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encruelezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encruelezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encruelezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encruelezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encruelecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encruelecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encruelecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encruelecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encruelecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encruelecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encruelecieras" ; "encruelecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encrueleciera" ; "encrueleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encrueleciéramos" ; "encrueleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encruelecierais" ; "encruelecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encruelecieran" ; "encrueleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encrueleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encruelecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encrueleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encrueleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encruelecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encruelecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encrueleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encruelecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encrueleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encrueleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encruelecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encrueleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encruelecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encrueleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encrueleció" ;--# notpresent @@ -23412,12 +25542,12 @@ lin encruelecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encrueleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encrueleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encruelecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encrueleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encruelecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encrueleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encrueleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encruelecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encruelecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encrueleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encrueleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encrueleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encruelecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encruelecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encruelecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encruelecería" ;--# notpresent @@ -23448,24 +25578,30 @@ lin endentecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "endentecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "endentecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "endentecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "endentezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "endentezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "endentezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "endentezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "endentezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "endentezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "endentezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "endentezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "endentezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "endentezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "endentezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "endentezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "endentecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "endentecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "endentecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "endentecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "endentecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "endentecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentecieras" ; "endentecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endenteciera" ; "endenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endenteciéramos" ; "endenteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentecierais" ; "endentecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentecieran" ; "endenteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "endenteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "endentecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "endenteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "endenteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "endentecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "endentecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "endenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "endentecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "endenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "endenteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "endentecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "endenteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "endentecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "endenteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "endenteció" ;--# notpresent @@ -23478,12 +25614,12 @@ lin endentecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "endenteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "endenteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "endentecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "endenteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "endentecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "endenteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "endenteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "endenteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "endentecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "endentecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "endenteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "endenteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "endenteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "endentecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "endentecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "endentecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "endentecería" ;--# notpresent @@ -23514,24 +25650,30 @@ lin endurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "endurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "endurecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "endurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "endurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "endurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "endurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "endurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "endurezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "endurezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "endurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "endurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "endurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "endurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "endurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "endurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "endurecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "endurecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "endurecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "endurecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "endurecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "endurecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endurecieras" ; "endurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endureciera" ; "endureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endureciéramos" ; "endureciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endurecierais" ; "endurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endurecieran" ; "endureciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "endureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "endurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "endureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "endureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "endurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "endurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "endureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "endurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "endureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "endureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "endurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "endureciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "endurecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "endureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "endureció" ;--# notpresent @@ -23544,12 +25686,12 @@ lin endurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "endureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "endureceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "endurecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "endureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "endurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "endureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "endureciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "endureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "endurecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "endureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "endurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "endureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "endureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "endureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "endurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "endurecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "endurecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "endurecería" ;--# notpresent @@ -23580,24 +25722,30 @@ lin enflaquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enflaquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enflaquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enflaquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enflaquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enflaquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enflaquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enflaquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enflaquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enflaquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enflaquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enflaquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enflaquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enflaquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enflaquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enflaquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enflaquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enflaquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enflaquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enflaquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enflaquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enflaquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflaquecieras" ; "enflaquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enflaqueciera" ; "enflaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enflaqueciéramos" ; "enflaqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflaquecierais" ; "enflaquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflaquecieran" ; "enflaqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enflaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enflaquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enflaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enflaqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enflaquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enflaquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enflaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enflaquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enflaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enflaqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enflaquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enflaqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enflaquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enflaqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enflaqueció" ;--# notpresent @@ -23610,12 +25758,12 @@ lin enflaquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enflaqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enflaqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enflaquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enflaqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enflaquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enflaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enflaqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enflaqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enflaquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enflaquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enflaquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enflaquecería" ;--# notpresent @@ -23646,24 +25794,30 @@ lin enflorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enflorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enflorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enflorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enflorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enflorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enflorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enflorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enflorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enflorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enflorecieras" ; "enflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfloreciera" ; "enfloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfloreciéramos" ; "enfloreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enflorecierais" ; "enflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enflorecieran" ; "enfloreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enfloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enfloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfloreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enflorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enfloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enfloreció" ;--# notpresent @@ -23676,12 +25830,12 @@ lin enflorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enfloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enfloreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enflorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enfloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enfloreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enflorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enfloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enfloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enfloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enflorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enflorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enflorecería" ;--# notpresent @@ -23712,24 +25866,30 @@ lin enfranquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enfranquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enfranquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enfranquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enfranquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enfranquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enfranquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enfranquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enfranquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enfranquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enfranquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enfranquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enfranquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enfranquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enfranquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enfranquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enfranquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enfranquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enfranquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enfranquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enfranquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enfranquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfranquecieras" ; "enfranquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfranqueciera" ; "enfranqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfranqueciéramos" ; "enfranqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfranquecierais" ; "enfranquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfranquecieran" ; "enfranqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enfranqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enfranquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enfranqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enfranqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enfranquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enfranquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfranqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enfranquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfranqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfranqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enfranquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfranqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enfranquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enfranqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enfranqueció" ;--# notpresent @@ -23742,12 +25902,12 @@ lin enfranquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enfranqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enfranqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enfranquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enfranqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enfranquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enfranqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enfranqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enfranqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enfranquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enfranquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enfranquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enfranquecería" ;--# notpresent @@ -23778,24 +25938,30 @@ lin enfurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enfurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enfurecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enfurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enfurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enfurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enfurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enfurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enfurezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enfurezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enfurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enfurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enfurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enfurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enfurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enfurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enfurecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enfurecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enfurecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enfurecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enfurecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enfurecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enfurecieras" ; "enfurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enfureciera" ; "enfureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enfureciéramos" ; "enfureciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enfurecierais" ; "enfurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enfurecieran" ; "enfureciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enfureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enfurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enfureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enfureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enfurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enfurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enfurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enfureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enfureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enfurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enfureciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enfurecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enfureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enfureció" ;--# notpresent @@ -23808,12 +25974,12 @@ lin enfurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enfureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enfureceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enfurecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enfureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enfurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enfureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enfureciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enfureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enfurecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enfurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enfureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enfureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enfureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enfurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enfurecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enfurecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enfurecería" ;--# notpresent @@ -23844,24 +26010,30 @@ lin engrandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engrandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engrandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engrandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engrandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engrandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engrandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engrandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engrandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engrandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engrandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engrandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engrandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engrandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engrandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engrandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engrandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrandecieras" ; "engrandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrandeciera" ; "engrandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrandeciéramos" ; "engrandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrandecierais" ; "engrandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrandecieran" ; "engrandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engrandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engrandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engrandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engrandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engrandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engrandeció" ;--# notpresent @@ -23874,12 +26046,12 @@ lin engrandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engrandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engrandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engrandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engrandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engrandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engrandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engrandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engrandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engrandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engrandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engrandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engrandecería" ;--# notpresent @@ -23910,24 +26082,30 @@ lin engravecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engravecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engravecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engravecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engravezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engravezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engravezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engravezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engravezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engravezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engravezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engravezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engravezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engravezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engravezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engravezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engravecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engravecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engravecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engravecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engravecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engravecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engravecieras" ; "engravecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engraveciera" ; "engraveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engraveciéramos" ; "engraveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engravecierais" ; "engravecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engravecieran" ; "engraveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engraveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engravecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engraveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engraveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engravecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engravecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engravecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engraveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engraveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engravecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engraveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engravecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engraveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engraveció" ;--# notpresent @@ -23940,12 +26118,12 @@ lin engravecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engraveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engraveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engravecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engraveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engravecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engraveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engraveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engraveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engravecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engravecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engraveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engraveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engraveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engravecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engravecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engravecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engravecería" ;--# notpresent @@ -23976,24 +26154,30 @@ lin enllentecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enllentecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enllentecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enllentecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enllentezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enllentezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enllentezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enllentezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enllentezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enllentezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enllentezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enllentezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enllentezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enllentezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enllentezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enllentezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enllentecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enllentecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enllentecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enllentecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enllentecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enllentecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enllentecieras" ; "enllentecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enllenteciera" ; "enllenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enllenteciéramos" ; "enllenteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enllentecierais" ; "enllentecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enllentecieran" ; "enllenteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enllenteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enllentecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enllenteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enllenteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enllentecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enllentecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enllenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enllentecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enllenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enllenteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enllentecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enllenteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enllentecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enllenteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enllenteció" ;--# notpresent @@ -24006,12 +26190,12 @@ lin enllentecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enllenteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enllenteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enllentecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enllenteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enllentecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enllenteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enllenteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enllentecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enllentecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enllenteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enllenteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enllenteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enllentecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enllentecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enllentecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enllentecería" ;--# notpresent @@ -24042,24 +26226,30 @@ lin enlobreguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlobreguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlobreguecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlobreguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enlobreguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enlobreguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enlobreguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enlobreguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enlobreguezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enlobreguezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enlobreguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enlobreguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enlobreguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enlobreguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enlobreguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enlobreguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlobreguecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlobreguecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlobreguecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlobreguecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlobreguecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlobreguecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlobreguecieras" ; "enlobreguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlobregueciera" ; "enlobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlobregueciéramos" ; "enlobregueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlobreguecierais" ; "enlobreguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlobreguecieran" ; "enlobregueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enlobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlobreguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enlobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enlobregueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlobreguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlobreguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlobreguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlobregueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlobreguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlobregueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlobreguecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enlobregueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlobregueció" ;--# notpresent @@ -24072,12 +26262,12 @@ lin enlobreguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enlobregueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enlobregueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlobreguecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enlobregueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlobreguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enlobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enlobregueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enlobregueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlobreguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlobreguecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlobreguecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlobreguecería" ;--# notpresent @@ -24108,24 +26298,30 @@ lin enloquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enloquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enloquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enloquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enloquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enloquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enloquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enloquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enloquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enloquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enloquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enloquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enloquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enloquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enloquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enloquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enloquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enloquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enloquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enloquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enloquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enloquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enloquecieras" ; "enloquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enloqueciera" ; "enloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enloqueciéramos" ; "enloqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enloquecierais" ; "enloquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enloquecieran" ; "enloqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enloquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enloqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enloquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enloquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enloquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enloqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enloquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enloqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enloquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enloqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enloqueció" ;--# notpresent @@ -24138,12 +26334,12 @@ lin enloquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enloqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enloqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enloquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enloquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enloqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enloquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enloquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enloqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enloqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enloquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enloquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enloquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enloquecería" ;--# notpresent @@ -24174,24 +26370,30 @@ lin enlustrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlustrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlustrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlustrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enlustrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enlustrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enlustrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enlustrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enlustrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enlustrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enlustrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enlustrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enlustrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enlustrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enlustrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enlustrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlustrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlustrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlustrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlustrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlustrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlustrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlustrecieras" ; "enlustrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlustreciera" ; "enlustreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlustreciéramos" ; "enlustreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlustrecierais" ; "enlustrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlustrecieran" ; "enlustreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enlustreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlustrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enlustreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enlustreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlustrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlustrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlustreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlustrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlustreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlustreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlustrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlustreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlustrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enlustreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlustreció" ;--# notpresent @@ -24204,12 +26406,12 @@ lin enlustrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enlustreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enlustreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlustrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enlustreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enlustreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enlustreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlustrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enlustreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enlustreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enlustreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlustrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlustrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlustrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlustrecería" ;--# notpresent @@ -24240,24 +26442,30 @@ lin enmagrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmagrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmagrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmagrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmagrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmagrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmagrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmagrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmagrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmagrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmagrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmagrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmagrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmagrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmagrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmagrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmagrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmagrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmagrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmagrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmagrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmagrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmagrecieras" ; "enmagrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmagreciera" ; "enmagreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmagreciéramos" ; "enmagreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmagrecierais" ; "enmagrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmagrecieran" ; "enmagreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmagreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmagrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmagreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmagreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmagrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmagrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmagreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmagrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmagreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmagreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmagrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmagreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmagrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmagreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmagreció" ;--# notpresent @@ -24270,12 +26478,12 @@ lin enmagrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmagreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmagreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmagrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmagreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmagreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmagreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmagrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmagreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmagreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmagreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmagrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmagrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmagrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmagrecería" ;--# notpresent @@ -24306,24 +26514,30 @@ lin enmalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmalecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmalezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmalezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmalecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmalecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmalecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmalecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmalecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmalecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmalecieras" ; "enmalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmaleciera" ; "enmaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmaleciéramos" ; "enmaleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmalecierais" ; "enmalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmalecieran" ; "enmaleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmaleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmalecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmaleció" ;--# notpresent @@ -24336,12 +26550,12 @@ lin enmalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmaleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmalecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmaleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmalecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmalecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmalecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmalecería" ;--# notpresent @@ -24372,24 +26586,30 @@ lin enmohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmohecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmohezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmohezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmohecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmohecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmohecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmohecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmohecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmohecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmohecieras" ; "enmohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmoheciera" ; "enmoheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmoheciéramos" ; "enmoheciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmohecierais" ; "enmohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmohecieran" ; "enmoheciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmoheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmoheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmoheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmoheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmoheciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmohecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmoheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmoheció" ;--# notpresent @@ -24402,12 +26622,12 @@ lin enmohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmoheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmoheceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmohecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmoheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmoheciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmohecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmoheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmoheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmoheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmohecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmohecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmohecería" ;--# notpresent @@ -24438,24 +26658,30 @@ lin enmollecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmollecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmollecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmollecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmollezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmollezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmollezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmollezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmollezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmollezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmollezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmollezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmollezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmollezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmollezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmollezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmollecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmollecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmollecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmollecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmollecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmollecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmollecieras" ; "enmollecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmolleciera" ; "enmolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmolleciéramos" ; "enmolleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmollecierais" ; "enmollecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmollecieran" ; "enmolleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmolleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmollecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmolleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmolleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmollecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmollecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmollecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmolleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmollecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmolleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmollecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmolleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmolleció" ;--# notpresent @@ -24468,12 +26694,12 @@ lin enmollecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmolleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmolleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmollecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmolleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmollecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmolleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmolleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmollecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmollecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmolleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmolleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmolleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmollecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmollecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmollecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmollecería" ;--# notpresent @@ -24504,24 +26730,30 @@ lin enmudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmudecieras" ; "enmudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmudeciera" ; "enmudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmudeciéramos" ; "enmudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmudecierais" ; "enmudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmudecieran" ; "enmudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmudeció" ;--# notpresent @@ -24534,12 +26766,12 @@ lin enmudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmudecería" ;--# notpresent @@ -24570,24 +26802,30 @@ lin ennegrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ennegrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ennegrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ennegrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ennegrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ennegrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ennegrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ennegrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ennegrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ennegrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ennegrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ennegrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ennegrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ennegrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ennegrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ennegrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ennegrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ennegrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ennegrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ennegrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ennegrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ennegrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennegrecieras" ; "ennegrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennegreciera" ; "ennegreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennegreciéramos" ; "ennegreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennegrecierais" ; "ennegrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennegrecieran" ; "ennegreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ennegreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ennegrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ennegreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ennegreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ennegrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ennegrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennegreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennegrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennegreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennegreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennegrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennegreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ennegrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ennegreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ennegreció" ;--# notpresent @@ -24600,12 +26838,12 @@ lin ennegrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ennegreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ennegreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ennegrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ennegreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ennegreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ennegreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ennegrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ennegreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ennegreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ennegreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ennegrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ennegrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ennegrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ennegrecería" ;--# notpresent @@ -24636,24 +26874,30 @@ lin ennoblecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ennoblecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ennoblecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ennoblecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ennoblezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ennoblezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ennoblezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ennoblezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ennoblezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ennoblezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ennoblezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ennoblezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ennoblezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ennoblezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ennoblezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ennoblezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ennoblecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ennoblecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ennoblecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ennoblecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ennoblecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ennoblecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennoblecieras" ; "ennoblecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennobleciera" ; "ennobleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennobleciéramos" ; "ennobleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennoblecierais" ; "ennoblecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennoblecieran" ; "ennobleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ennobleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ennoblecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ennobleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ennobleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ennoblecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ennoblecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennobleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennoblecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennobleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennobleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennoblecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennobleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ennoblecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ennobleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ennobleció" ;--# notpresent @@ -24666,12 +26910,12 @@ lin ennoblecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ennobleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ennobleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ennoblecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ennobleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ennobleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ennobleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ennoblecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ennobleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ennobleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ennobleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ennoblecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ennoblecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ennoblecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ennoblecería" ;--# notpresent @@ -24702,24 +26946,30 @@ lin ennudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ennudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ennudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ennudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ennudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ennudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ennudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ennudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ennudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ennudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ennudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ennudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ennudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ennudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ennudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ennudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ennudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ennudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ennudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ennudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ennudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ennudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ennudecieras" ; "ennudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ennudeciera" ; "ennudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ennudeciéramos" ; "ennudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ennudecierais" ; "ennudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ennudecieran" ; "ennudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ennudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ennudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ennudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ennudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ennudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ennudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ennudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ennudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ennudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ennudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ennudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ennudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ennudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ennudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ennudeció" ;--# notpresent @@ -24732,12 +26982,12 @@ lin ennudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ennudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ennudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ennudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ennudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ennudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ennudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ennudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ennudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ennudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ennudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ennudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ennudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ennudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ennudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ennudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ennudecería" ;--# notpresent @@ -24768,24 +27018,30 @@ lin enorgullecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enorgullecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enorgullecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enorgullecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enorgullezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enorgullezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enorgullezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enorgullezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enorgullezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enorgullezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enorgullezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enorgullezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enorgullezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enorgullezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enorgullezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enorgullezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enorgullecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enorgullecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enorgullecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enorgullecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enorgullecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enorgullecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enorgullecieras" ; "enorgullecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enorgulleciera" ; "enorgulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enorgulleciéramos" ; "enorgulleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enorgullecierais" ; "enorgullecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enorgullecieran" ; "enorgulleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enorgulleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enorgullecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enorgulleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enorgulleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enorgullecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enorgullecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enorgulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enorgullecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enorgulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enorgulleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enorgullecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enorgulleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enorgullecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enorgulleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enorgulleció" ;--# notpresent @@ -24798,12 +27054,12 @@ lin enorgullecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enorgulleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enorgulleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enorgullecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enorgulleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enorgullecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enorgulleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enorgulleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enorgulleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enorgullecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enorgullecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enorgullecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enorgullecería" ;--# notpresent @@ -24834,24 +27090,30 @@ lin enralecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enralecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enralecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enralecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enralezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enralezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enralezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enralezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enralezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enralezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enralezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enralezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enralezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enralezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enralezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enralezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enralecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enralecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enralecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enralecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enralecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enralecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enralecieras" ; "enralecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enraleciera" ; "enraleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enraleciéramos" ; "enraleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enralecierais" ; "enralecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enralecieran" ; "enraleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enraleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enralecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enraleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enraleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enralecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enralecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enraleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enralecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enraleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enraleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enralecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enraleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enralecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enraleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enraleció" ;--# notpresent @@ -24864,12 +27126,12 @@ lin enralecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enraleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enraleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enralecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enraleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enralecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enraleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enraleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enraleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enralecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enralecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enraleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enraleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enraleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enralecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enralecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enralecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enralecería" ;--# notpresent @@ -24900,24 +27162,30 @@ lin enrarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrarecieras" ; "enrarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrareciera" ; "enrareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrareciéramos" ; "enrareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrarecierais" ; "enrarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrarecieran" ; "enrareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrareció" ;--# notpresent @@ -24930,12 +27198,12 @@ lin enrarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrarecería" ;--# notpresent @@ -24966,24 +27234,30 @@ lin enrigidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrigidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrigidecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrigidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrigidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrigidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrigidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrigidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrigidezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrigidezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrigidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrigidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrigidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrigidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrigidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrigidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrigidecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrigidecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrigidecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrigidecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrigidecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrigidecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrigidecieras" ; "enrigidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrigideciera" ; "enrigideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrigideciéramos" ; "enrigideciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrigidecierais" ; "enrigidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrigidecieran" ; "enrigideciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrigideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrigidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrigideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrigideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrigidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrigidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrigideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrigidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrigideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrigideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrigidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrigideciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrigidecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrigideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrigideció" ;--# notpresent @@ -24996,12 +27270,12 @@ lin enrigidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrigideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrigideceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrigidecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrigideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrigideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrigideciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrigidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrigideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrigideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrigideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrigidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrigidecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrigidecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrigidecería" ;--# notpresent @@ -25032,24 +27306,30 @@ lin enriquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enriquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enriquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enriquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enriquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enriquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enriquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enriquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enriquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enriquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enriquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enriquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enriquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enriquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enriquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enriquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enriquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enriquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enriquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enriquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enriquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enriquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enriquecieras" ; "enriquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enriqueciera" ; "enriqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enriqueciéramos" ; "enriqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enriquecierais" ; "enriquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enriquecieran" ; "enriqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enriqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enriquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enriqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enriqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enriquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enriquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enriqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enriquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enriqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enriqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enriquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enriqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enriquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enriqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enriqueció" ;--# notpresent @@ -25062,12 +27342,12 @@ lin enriquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enriqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enriqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enriquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enriqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enriquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enriqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enriqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enriquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enriquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enriqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enriqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enriqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enriquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enriquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enriquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enriquecería" ;--# notpresent @@ -25098,24 +27378,30 @@ lin enrojecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrojecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrojecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrojecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrojezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrojezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrojezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrojezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrojezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrojezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrojezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrojezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrojezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrojezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrojezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrojezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrojecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrojecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrojecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrojecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrojecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrojecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrojecieras" ; "enrojecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrojeciera" ; "enrojeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrojeciéramos" ; "enrojeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrojecierais" ; "enrojecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrojecieran" ; "enrojeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrojeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrojecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrojeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrojeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrojecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrojecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrojeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrojecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrojeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrojeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrojecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrojeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrojecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrojeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrojeció" ;--# notpresent @@ -25128,12 +27414,12 @@ lin enrojecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrojeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrojeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrojecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrojeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrojecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrojeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrojeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrojecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrojecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrojeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrojeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrojeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrojecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrojecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrojecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrojecería" ;--# notpresent @@ -25164,24 +27450,30 @@ lin enronquecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enronquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enronquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enronquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enronquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enronquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enronquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enronquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enronquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enronquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enronquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enronquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enronquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enronquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enronquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enronquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enronquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enronquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enronquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enronquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enronquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enronquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enronquecieras" ; "enronquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enronqueciera" ; "enronqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enronqueciéramos" ; "enronqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enronquecierais" ; "enronquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enronquecieran" ; "enronqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enronqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enronquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enronqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enronqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enronquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enronquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enronqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enronquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enronqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enronqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enronquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enronqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enronquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enronqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enronqueció" ;--# notpresent @@ -25194,12 +27486,12 @@ lin enronquecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enronqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enronqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enronquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enronqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enronquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enronqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enronqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enronquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enronquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enronqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enronqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enronqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enronquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enronquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enronquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enronquecería" ;--# notpresent @@ -25230,24 +27522,30 @@ lin enrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrudecieras" ; "enrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrudeciera" ; "enrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrudeciéramos" ; "enrudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrudecierais" ; "enrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrudecieran" ; "enrudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrudeció" ;--# notpresent @@ -25260,12 +27558,12 @@ lin enrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrudecería" ;--# notpresent @@ -25296,24 +27594,30 @@ lin enruinecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enruinecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enruinecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enruinecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enruinezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enruinezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enruinezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enruinezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enruinezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enruinezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enruinezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enruinezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enruinezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enruinezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enruinezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enruinezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enruinecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enruinecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enruinecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enruinecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enruinecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enruinecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enruinecieras" ; "enruinecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enruineciera" ; "enruineciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enruineciéramos" ; "enruineciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enruinecierais" ; "enruinecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enruinecieran" ; "enruineciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enruineciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enruinecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enruineciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enruineciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enruinecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enruinecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enruineciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enruinecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enruineciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enruineciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enruinecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enruineciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enruinecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enruineciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enruineció" ;--# notpresent @@ -25326,12 +27630,12 @@ lin enruinecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enruineceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enruineceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enruinecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enruineciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enruinecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enruineciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enruineciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enruineciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enruinecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enruinecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enruineciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enruineciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enruineciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enruinecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enruinecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enruinecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enruinecería" ;--# notpresent @@ -25362,24 +27666,30 @@ lin ensandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensandecieras" ; "ensandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensandeciera" ; "ensandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensandeciéramos" ; "ensandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensandecierais" ; "ensandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensandecieran" ; "ensandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensandeció" ;--# notpresent @@ -25392,12 +27702,12 @@ lin ensandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensandecería" ;--# notpresent @@ -25428,24 +27738,30 @@ lin ensarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensarnecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensarnezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensarnezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensarnecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensarnecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensarnecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensarnecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensarnecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensarnecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarnecieras" ; "ensarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarneciera" ; "ensarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarneciéramos" ; "ensarneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarnecierais" ; "ensarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarnecieran" ; "ensarneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensarneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensarnecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensarneció" ;--# notpresent @@ -25458,12 +27774,12 @@ lin ensarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensarneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensarnecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensarneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensarnecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensarnecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensarnecería" ;--# notpresent @@ -25494,24 +27810,30 @@ lin ensoberbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensoberbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensoberbecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensoberbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensoberbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensoberbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensoberbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensoberbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensoberbezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensoberbezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensoberbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensoberbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensoberbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensoberbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensoberbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensoberbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensoberbecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensoberbecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensoberbecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensoberbecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensoberbecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensoberbecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoberbecieras" ; "ensoberbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoberbeciera" ; "ensoberbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoberbeciéramos" ; "ensoberbeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoberbecierais" ; "ensoberbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoberbecieran" ; "ensoberbeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensoberbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensoberbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensoberbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensoberbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensoberbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensoberbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensoberbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensoberbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensoberbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensoberbeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensoberbecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensoberbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensoberbeció" ;--# notpresent @@ -25524,12 +27846,12 @@ lin ensoberbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensoberbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensoberbeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensoberbecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensoberbeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensoberbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensoberbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensoberbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensoberbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensoberbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensoberbecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensoberbecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensoberbecería" ;--# notpresent @@ -25560,24 +27882,30 @@ lin ensombrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensombrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensombrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensombrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensombrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensombrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensombrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensombrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensombrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensombrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensombrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensombrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensombrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensombrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensombrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensombrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensombrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensombrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensombrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensombrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensombrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensombrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensombrecieras" ; "ensombrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensombreciera" ; "ensombreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensombreciéramos" ; "ensombreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensombrecierais" ; "ensombrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensombrecieran" ; "ensombreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensombreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensombrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensombreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensombreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensombrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensombrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensombreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensombrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensombreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensombreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensombrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensombreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensombrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensombreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensombreció" ;--# notpresent @@ -25590,12 +27918,12 @@ lin ensombrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensombreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensombreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensombrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensombreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensombreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensombreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensombrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensombreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensombreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensombreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensombrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensombrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensombrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensombrecería" ;--# notpresent @@ -25626,24 +27954,30 @@ lin ensordecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensordecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensordecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensordecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensordezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensordezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensordezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensordezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensordezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensordezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensordezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensordezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensordezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensordezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensordezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensordezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensordecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensordecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensordecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensordecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensordecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensordecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensordecieras" ; "ensordecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensordeciera" ; "ensordeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensordeciéramos" ; "ensordeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensordecierais" ; "ensordecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensordecieran" ; "ensordeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensordeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensordecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensordeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensordeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensordecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensordecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensordeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensordecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensordeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensordeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensordecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensordeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensordecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensordeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensordeció" ;--# notpresent @@ -25656,12 +27990,12 @@ lin ensordecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensordeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensordeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensordecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensordeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensordecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensordeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensordeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensordecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensordecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensordeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensordeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensordeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensordecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensordecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensordecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensordecería" ;--# notpresent @@ -25692,24 +28026,30 @@ lin entallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entallecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entallezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entallezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entallecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entallecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entallecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entallecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entallecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entallecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entallecieras" ; "entallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entalleciera" ; "entalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entalleciéramos" ; "entalleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entallecierais" ; "entallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entallecieran" ; "entalleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entalleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entallecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entalleció" ;--# notpresent @@ -25722,12 +28062,12 @@ lin entallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entalleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entallecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entalleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entallecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entallecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entallecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entallecería" ;--# notpresent @@ -25758,24 +28098,30 @@ lin entenebrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entenebrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entenebrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entenebrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entenebrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entenebrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entenebrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entenebrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entenebrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entenebrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entenebrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entenebrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entenebrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entenebrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entenebrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entenebrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entenebrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entenebrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entenebrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entenebrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entenebrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entenebrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entenebrecieras" ; "entenebrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entenebreciera" ; "entenebreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entenebreciéramos" ; "entenebreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entenebrecierais" ; "entenebrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entenebrecieran" ; "entenebreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entenebreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entenebrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entenebreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entenebreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entenebrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entenebrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entenebreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entenebrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entenebreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entenebreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entenebrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entenebreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entenebrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entenebreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entenebreció" ;--# notpresent @@ -25788,12 +28134,12 @@ lin entenebrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entenebreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entenebreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entenebrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entenebreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entenebreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entenebreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entenebrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entenebreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entenebreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entenebreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entenebrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entenebrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entenebrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entenebrecería" ;--# notpresent @@ -25824,24 +28170,30 @@ lin enternecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enternecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enternecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enternecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enternezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enternezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enternezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enternezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enternezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enternezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enternezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enternezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enternezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enternezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enternezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enternezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enternecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enternecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enternecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enternecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enternecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enternecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enternecieras" ; "enternecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterneciera" ; "enterneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterneciéramos" ; "enterneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enternecierais" ; "enternecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enternecieran" ; "enterneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enterneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enternecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enterneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enterneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enternecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enternecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enterneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enternecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enterneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enterneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enternecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enterneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enternecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enterneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enterneció" ;--# notpresent @@ -25854,12 +28206,12 @@ lin enternecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enterneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enterneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enternecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enterneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enternecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enterneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enterneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enterneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enternecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enternecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enterneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enterneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enterneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enternecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enternecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enternecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enternecería" ;--# notpresent @@ -25890,24 +28242,30 @@ lin entestecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entestecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entestecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entestecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entestezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entestezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entestezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entestezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entestezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entestezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entestezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entestezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entestezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entestezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entestezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entestezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entestecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entestecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entestecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entestecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entestecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entestecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entestecieras" ; "entestecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesteciera" ; "entesteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesteciéramos" ; "entesteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entestecierais" ; "entestecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entestecieran" ; "entesteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entesteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entestecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entesteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entesteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entestecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entestecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entesteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entestecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entesteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entesteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entestecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entesteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entestecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entesteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entesteció" ;--# notpresent @@ -25920,12 +28278,12 @@ lin entestecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entesteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entesteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entestecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entesteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entestecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entesteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entesteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entesteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entestecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entestecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entesteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entesteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entesteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entestecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entestecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entestecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entestecería" ;--# notpresent @@ -25956,24 +28314,30 @@ lin entontecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entontecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entontecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entontecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entontezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entontezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entontezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entontezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entontezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entontezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entontezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entontezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entontezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entontezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entontezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entontezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entontecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entontecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entontecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entontecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entontecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entontecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entontecieras" ; "entontecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entonteciera" ; "entonteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entonteciéramos" ; "entonteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entontecierais" ; "entontecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entontecieran" ; "entonteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entonteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entontecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entonteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entonteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entontecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entontecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entonteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entontecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entonteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entonteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entontecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entonteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entontecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entonteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entonteció" ;--# notpresent @@ -25986,12 +28350,12 @@ lin entontecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entonteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entonteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entontecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entonteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entontecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entonteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entonteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entonteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entontecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entontecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entonteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entonteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entonteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entontecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entontecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entontecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entontecería" ;--# notpresent @@ -26022,24 +28386,30 @@ lin entorpecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entorpecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entorpecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entorpecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entorpezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entorpezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entorpezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entorpezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entorpezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entorpezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entorpezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entorpezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entorpezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entorpezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entorpezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entorpezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entorpecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entorpecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entorpecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entorpecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entorpecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entorpecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entorpecieras" ; "entorpecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entorpeciera" ; "entorpeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entorpeciéramos" ; "entorpeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entorpecierais" ; "entorpecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entorpecieran" ; "entorpeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entorpecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entorpeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entorpeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entorpecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entorpecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entorpecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entorpeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entorpeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entorpecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entorpeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entorpecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entorpeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entorpeció" ;--# notpresent @@ -26052,12 +28422,12 @@ lin entorpecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entorpeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entorpeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entorpecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entorpecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entorpeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entorpeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entorpecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entorpecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entorpeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entorpeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entorpeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entorpecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entorpecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entorpecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entorpecería" ;--# notpresent @@ -26088,24 +28458,30 @@ lin entristecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entristecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entristecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entristecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entristezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entristezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entristezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entristezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entristezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entristezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entristezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entristezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entristezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entristezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entristezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entristezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entristecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entristecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entristecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entristecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entristecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entristecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entristecieras" ; "entristecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entristeciera" ; "entristeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entristeciéramos" ; "entristeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entristecierais" ; "entristecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entristecieran" ; "entristeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entristeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entristecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entristeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entristeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entristecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entristecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entristeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entristecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entristeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entristeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entristecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entristeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entristecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entristeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entristeció" ;--# notpresent @@ -26118,12 +28494,12 @@ lin entristecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entristeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entristeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entristecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entristeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entristecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entristeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entristeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entristeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entristecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entristecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entristeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entristeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entristeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entristecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entristecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entristecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entristecería" ;--# notpresent @@ -26154,24 +28530,30 @@ lin entullecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entullecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entullecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entullecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entullezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entullezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entullezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entullezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entullezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entullezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entullezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entullezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entullezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entullezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entullezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entullezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entullecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entullecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entullecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entullecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entullecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entullecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entullecieras" ; "entullecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entulleciera" ; "entulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entulleciéramos" ; "entulleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entullecierais" ; "entullecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entullecieran" ; "entulleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entulleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entullecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entulleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entulleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entullecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entullecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entullecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entulleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entullecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entulleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entullecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entulleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entulleció" ;--# notpresent @@ -26184,12 +28566,12 @@ lin entullecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entulleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entulleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entullecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entulleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entullecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entulleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entulleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entulleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entullecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entullecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entulleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entulleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entulleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entullecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entullecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entullecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entullecería" ;--# notpresent @@ -26220,24 +28602,30 @@ lin entumecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entumecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entumezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entumezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entumecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entumecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entumecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entumecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entumecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entumecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entumecieras" ; "entumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entumeciera" ; "entumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entumeciéramos" ; "entumeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entumecierais" ; "entumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entumecieran" ; "entumeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entumeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entumecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entumeció" ;--# notpresent @@ -26250,12 +28638,12 @@ lin entumecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entumeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entumecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entumeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entumecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entumecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entumecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entumecería" ;--# notpresent @@ -26286,24 +28674,30 @@ lin envaguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envaguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envaguecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envaguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envaguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envaguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envaguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envaguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envaguezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envaguezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envaguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envaguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envaguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envaguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envaguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envaguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envaguecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envaguecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envaguecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envaguecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envaguecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envaguecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envaguecieras" ; "envaguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envagueciera" ; "envagueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envagueciéramos" ; "envagueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envaguecierais" ; "envaguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envaguecieran" ; "envagueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envagueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envaguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envagueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envagueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envaguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envaguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envagueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envaguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envagueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envagueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envaguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envagueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envaguecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envagueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envagueció" ;--# notpresent @@ -26316,12 +28710,12 @@ lin envaguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envagueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envagueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envaguecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envagueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envaguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envagueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envagueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envagueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envaguecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envaguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envagueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envagueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envagueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envaguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envaguecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envaguecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envaguecería" ;--# notpresent @@ -26352,24 +28746,30 @@ lin envanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envanecieras" ; "envanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envaneciera" ; "envaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envaneciéramos" ; "envaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envanecierais" ; "envanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envanecieran" ; "envaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envaneció" ;--# notpresent @@ -26382,12 +28782,12 @@ lin envanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envanecería" ;--# notpresent @@ -26418,24 +28818,30 @@ lin envejecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envejecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envejecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envejecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envejezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envejezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envejezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envejezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envejezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envejezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envejezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envejezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envejezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envejezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envejezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envejezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envejecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envejecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envejecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envejecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envejecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envejecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envejecieras" ; "envejecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envejeciera" ; "envejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envejeciéramos" ; "envejeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envejecierais" ; "envejecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envejecieran" ; "envejeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envejeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envejecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envejeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envejeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envejecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envejecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envejecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envejeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envejecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envejeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envejecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envejeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envejeció" ;--# notpresent @@ -26448,12 +28854,12 @@ lin envejecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envejeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envejeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envejecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envejeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envejecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envejeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envejeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envejeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envejecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envejecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envejeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envejeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envejeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envejecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envejecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envejecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envejecería" ;--# notpresent @@ -26484,24 +28890,30 @@ lin enverdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enverdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enverdecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enverdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enverdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enverdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enverdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enverdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enverdezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enverdezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enverdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enverdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enverdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enverdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enverdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enverdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enverdecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enverdecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enverdecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enverdecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enverdecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enverdecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enverdecieras" ; "enverdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enverdeciera" ; "enverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enverdeciéramos" ; "enverdeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enverdecierais" ; "enverdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enverdecieran" ; "enverdeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enverdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enverdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enverdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enverdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enverdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enverdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enverdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enverdeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enverdecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enverdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enverdeció" ;--# notpresent @@ -26514,12 +28926,12 @@ lin enverdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enverdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enverdeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enverdecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enverdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enverdeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enverdecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enverdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enverdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enverdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enverdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enverdecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enverdecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enverdecería" ;--# notpresent @@ -26550,24 +28962,30 @@ lin enzurdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enzurdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enzurdecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enzurdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enzurdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enzurdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enzurdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enzurdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enzurdezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enzurdezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enzurdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enzurdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enzurdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enzurdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enzurdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enzurdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enzurdecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enzurdecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enzurdecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enzurdecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enzurdecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enzurdecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enzurdecieras" ; "enzurdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enzurdeciera" ; "enzurdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enzurdeciéramos" ; "enzurdeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enzurdecierais" ; "enzurdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enzurdecieran" ; "enzurdeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enzurdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enzurdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enzurdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enzurdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enzurdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enzurdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enzurdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enzurdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enzurdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enzurdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enzurdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enzurdeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enzurdecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enzurdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enzurdeció" ;--# notpresent @@ -26580,12 +28998,12 @@ lin enzurdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enzurdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enzurdeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enzurdecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enzurdeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enzurdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enzurdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enzurdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enzurdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enzurdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enzurdecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enzurdecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enzurdecería" ;--# notpresent @@ -26616,24 +29034,30 @@ lin escaecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escaecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escaecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escaezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escaezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escaezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escaezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escaezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escaezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escaezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escaezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escaezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escaecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escaecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escaecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escaecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escaecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escaecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escaecieras" ; "escaecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escaeciera" ; "escaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escaeciéramos" ; "escaeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escaecierais" ; "escaecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escaecieran" ; "escaeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escaeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escaecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escaeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escaecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escaecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escaeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escaecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escaeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escaecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escaeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escaeció" ;--# notpresent @@ -26646,12 +29070,12 @@ lin escaecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escaeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escaeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escaecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escaeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escaecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escaeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escaeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escaecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escaecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escaeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escaeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escaecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escaecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escaecería" ;--# notpresent @@ -26682,24 +29106,30 @@ lin escarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escarnecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escarnezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escarnezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escarnecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escarnecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escarnecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escarnecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escarnecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escarnecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarnecieras" ; "escarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarneciera" ; "escarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarneciéramos" ; "escarneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarnecierais" ; "escarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarnecieran" ; "escarneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escarneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escarnecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escarneció" ;--# notpresent @@ -26712,12 +29142,12 @@ lin escarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escarneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escarnecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escarneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escarnecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escarnecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escarnecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escarnecería" ;--# notpresent @@ -26748,24 +29178,30 @@ lin esclarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esclarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esclarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esclarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esclarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esclarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esclarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esclarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esclarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esclarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esclarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esclarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esclarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esclarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esclarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esclarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esclarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esclarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esclarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esclarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esclarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esclarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esclarecieras" ; "esclarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esclareciera" ; "esclareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esclareciéramos" ; "esclareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esclarecierais" ; "esclarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esclarecieran" ; "esclareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esclareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esclarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esclareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esclareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esclarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esclarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esclarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esclareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esclareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esclarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esclareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esclarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esclareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esclareció" ;--# notpresent @@ -26778,12 +29214,12 @@ lin esclarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esclareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esclareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esclarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esclareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esclarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esclareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esclareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esclareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esclarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esclarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esclareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esclareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esclareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esclarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esclarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esclarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esclarecería" ;--# notpresent @@ -26814,24 +29250,30 @@ lin esmorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esmorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esmorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esmorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esmorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esmorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esmorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esmorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esmorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esmorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esmorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esmorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esmorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esmorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esmorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esmorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esmorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esmorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esmorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esmorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esmorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esmorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmorecieras" ; "esmorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmoreciera" ; "esmoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmoreciéramos" ; "esmoreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmorecierais" ; "esmorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmorecieran" ; "esmoreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esmoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esmorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esmoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esmoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esmorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esmorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esmoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esmorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esmoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esmoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esmorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esmoreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esmorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esmoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esmoreció" ;--# notpresent @@ -26844,12 +29286,12 @@ lin esmorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esmoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esmoreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esmorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esmoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esmorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esmoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esmoreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esmorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esmorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esmoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esmoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esmoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esmorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esmorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esmorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esmorecería" ;--# notpresent @@ -26880,24 +29322,30 @@ lin establecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "establecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "establecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "establecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "establezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "establezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "establezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "establezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "establezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "establezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "establezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "establezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "establezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "establezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "establezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "establezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "establecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "establecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "establecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "establecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "establecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "establecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"establecieras" ; "establecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estableciera" ; "estableciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estableciéramos" ; "estableciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"establecierais" ; "establecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"establecieran" ; "estableciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estableciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "establecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estableciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estableciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "establecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "establecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "establecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estableciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "establecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estableciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "establecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estableciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estableció" ;--# notpresent @@ -26910,12 +29358,12 @@ lin establecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estableceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estableceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "establecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estableciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "establecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estableciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estableciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estableciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "establecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estableciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "establecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estableciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estableciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estableciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "establecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "establecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "establecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "establecería" ;--# notpresent @@ -26946,24 +29394,30 @@ lin estremecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estremecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estremecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estremecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estremezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estremezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estremezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estremezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estremezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estremezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estremezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estremezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estremezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estremezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estremezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estremezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estremecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estremecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estremecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estremecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estremecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estremecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estremecieras" ; "estremecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estremeciera" ; "estremeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estremeciéramos" ; "estremeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estremecierais" ; "estremecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estremecieran" ; "estremeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estremeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estremecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estremeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estremeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estremecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estremecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estremeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estremecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estremeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estremeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estremecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estremeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estremecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estremeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estremeció" ;--# notpresent @@ -26976,12 +29430,12 @@ lin estremecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estremeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estremeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estremecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estremeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estremecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estremeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estremeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estremeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estremecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estremecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estremeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estremeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estremeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estremecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estremecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estremecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estremecería" ;--# notpresent @@ -27012,24 +29466,30 @@ lin evanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "evanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "evanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "evanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "evanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "evanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "evanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "evanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "evanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "evanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "evanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "evanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "evanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "evanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "evanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "evanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "evanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "evanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "evanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "evanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "evanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "evanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanecieras" ; "evanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evaneciera" ; "evaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evaneciéramos" ; "evaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanecierais" ; "evanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanecieran" ; "evaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "evaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "evanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "evaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "evaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "evanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "evanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "evaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "evanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "evaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "evaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "evanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "evaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "evanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "evaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "evaneció" ;--# notpresent @@ -27042,12 +29502,12 @@ lin evanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "evaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "evaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "evanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "evaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "evanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "evaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "evaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "evaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "evanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "evanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "evaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "evaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "evaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "evanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "evanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "evanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "evanecería" ;--# notpresent @@ -27078,24 +29538,30 @@ lin evanescer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "evanescemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "evanescéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "evanescen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "evaneszca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "evaneszcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "evaneszca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "evaneszcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "evaneszcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "evaneszcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "evaneszca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "evaneszcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "evaneszca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "evaneszcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "evaneszcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "evaneszcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "evanescía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "evanescías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "evanescía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "evanescíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "evanescíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "evanescían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"evanescieras" ; "evanescieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"evanesciera" ; "evanesciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"evanesciéramos" ; "evanesciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"evanescierais" ; "evanescieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"evanescieran" ; "evanesciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "evanesciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "evanescieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "evanesciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "evanesciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "evanescierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "evanescieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "evanesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "evanescieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "evanesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "evanesciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "evanescieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "evanesciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "evanescí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "evanesciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "evanesció" ;--# notpresent @@ -27108,12 +29574,12 @@ lin evanescer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "evanesceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "evanesceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "evanescerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "evanesciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "evanescieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "evanesciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "evanesciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "evanesciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "evanescieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "evanescieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "evanesciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "evanesciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "evanesciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "evanescieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "evanescería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "evanescerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "evanescería" ;--# notpresent @@ -27144,24 +29610,30 @@ lin excandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "excandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "excandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "excandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "excandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "excandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "excandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "excandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "excandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "excandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "excandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "excandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "excandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "excandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "excandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "excandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "excandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "excandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "excandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "excandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "excandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "excandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excandecieras" ; "excandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excandeciera" ; "excandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excandeciéramos" ; "excandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excandecierais" ; "excandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excandecieran" ; "excandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "excandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "excandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "excandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "excandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "excandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "excandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "excandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "excandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "excandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "excandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "excandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "excandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "excandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "excandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "excandeció" ;--# notpresent @@ -27174,12 +29646,12 @@ lin excandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "excandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "excandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "excandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "excandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "excandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "excandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "excandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "excandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "excandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "excandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "excandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "excandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "excandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "excandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "excandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "excandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "excandecería" ;--# notpresent @@ -27210,24 +29682,30 @@ lin fallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fallecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fallezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fallezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fallecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fallecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fallecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fallecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fallecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fallecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fallecieras" ; "fallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"falleciera" ; "falleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"falleciéramos" ; "falleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fallecierais" ; "fallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fallecieran" ; "falleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "falleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "falleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "falleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "falleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "falleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "falleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "falleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fallecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "falleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "falleció" ;--# notpresent @@ -27240,12 +29718,12 @@ lin fallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "falleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "falleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fallecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "falleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "falleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "falleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "falleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fallecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "falleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "falleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "falleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "falleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fallecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fallecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fallecería" ;--# notpresent @@ -27276,24 +29754,30 @@ lin favorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "favorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "favorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "favorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "favorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "favorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "favorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "favorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "favorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "favorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "favorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "favorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "favorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "favorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "favorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "favorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "favorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "favorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "favorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "favorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "favorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "favorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"favorecieras" ; "favorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"favoreciera" ; "favoreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"favoreciéramos" ; "favoreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"favorecierais" ; "favorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"favorecieran" ; "favoreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "favoreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "favorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "favoreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "favoreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "favorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "favorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "favoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "favorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "favoreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "favoreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "favorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "favoreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "favorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "favoreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "favoreció" ;--# notpresent @@ -27306,12 +29790,12 @@ lin favorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "favoreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "favoreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "favorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "favoreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "favorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "favoreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "favoreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "favoreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "favorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "favorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "favoreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "favoreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "favoreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "favorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "favorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "favorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "favorecería" ;--# notpresent @@ -27342,24 +29826,30 @@ lin fenecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fenecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fenecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fenecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fenezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fenezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fenezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fenezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fenezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fenezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fenezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fenezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fenezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fenezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fenezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fenezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fenecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fenecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fenecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fenecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fenecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fenecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fenecieras" ; "fenecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"feneciera" ; "feneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"feneciéramos" ; "feneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fenecierais" ; "fenecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fenecieran" ; "feneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "feneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fenecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "feneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "feneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fenecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fenecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "feneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fenecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "feneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "feneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fenecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "feneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fenecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "feneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "feneció" ;--# notpresent @@ -27372,12 +29862,12 @@ lin fenecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "feneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "feneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fenecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "feneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fenecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "feneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "feneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "feneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fenecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "feneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fenecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "feneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "feneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "feneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fenecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fenecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fenecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fenecería" ;--# notpresent @@ -27408,24 +29898,30 @@ lin florecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "florecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "florecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "florecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "florezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "florezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "florezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "florezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "florezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "florezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "florezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "florezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "florezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "florezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "florezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "florezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "florecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "florecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "florecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "florecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "florecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "florecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"florecieras" ; "florecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"floreciera" ; "floreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"floreciéramos" ; "floreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"florecierais" ; "florecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"florecieran" ; "floreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "floreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "florecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "floreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "floreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "florecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "florecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "floreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "florecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "floreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "floreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "florecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "floreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "florecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "floreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "floreció" ;--# notpresent @@ -27438,12 +29934,12 @@ lin florecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "floreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "floreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "florecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "floreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "florecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "floreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "floreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "floreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "florecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "floreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "florecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "floreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "floreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "floreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "florecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "florecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "florecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "florecería" ;--# notpresent @@ -27474,24 +29970,30 @@ lin fortalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fortalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fortalecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fortalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fortalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fortalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fortalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fortalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fortalezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fortalezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fortalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fortalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fortalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fortalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fortalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fortalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fortalecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fortalecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fortalecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fortalecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fortalecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fortalecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fortalecieras" ; "fortalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fortaleciera" ; "fortaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fortaleciéramos" ; "fortaleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fortalecierais" ; "fortalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fortalecieran" ; "fortaleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fortalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fortaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fortaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fortalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fortalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fortalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fortaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fortaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fortalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fortaleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fortalecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fortaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fortaleció" ;--# notpresent @@ -27504,12 +30006,12 @@ lin fortalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fortaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fortaleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fortalecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fortalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fortaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fortaleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fortalecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fortalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fortaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fortaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fortaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fortalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fortalecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fortalecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fortalecería" ;--# notpresent @@ -27540,24 +30042,30 @@ lin fosforecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fosforecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fosforecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fosforecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fosforezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fosforezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fosforezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fosforezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fosforezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fosforezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fosforezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fosforezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fosforezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fosforezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fosforezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fosforezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fosforecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fosforecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fosforecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fosforecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fosforecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fosforecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforecieras" ; "fosforecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforeciera" ; "fosforeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforeciéramos" ; "fosforeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforecierais" ; "fosforecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforecieran" ; "fosforeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fosforeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fosforecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fosforeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fosforeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fosforecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fosforecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fosforeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fosforecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fosforeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fosforeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fosforecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fosforeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fosforecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fosforeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fosforeció" ;--# notpresent @@ -27570,12 +30078,12 @@ lin fosforecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fosforeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fosforeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fosforecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fosforeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fosforecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fosforeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fosforeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fosforecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fosforecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fosforeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fosforeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fosforeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fosforecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fosforecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fosforecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fosforecería" ;--# notpresent @@ -27606,24 +30114,30 @@ lin fosforescer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fosforescemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fosforescéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fosforescen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fosforeszca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fosforeszcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fosforeszca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fosforeszcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fosforeszcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fosforeszcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fosforeszca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fosforeszcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fosforeszca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fosforeszcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fosforeszcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fosforeszcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fosforescía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fosforescías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fosforescía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fosforescíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fosforescíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fosforescían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fosforescieras" ; "fosforescieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fosforesciera" ; "fosforesciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fosforesciéramos" ; "fosforesciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fosforescierais" ; "fosforescieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fosforescieran" ; "fosforesciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fosforesciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fosforescieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fosforesciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fosforesciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fosforescierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fosforescieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fosforesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fosforescieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fosforesciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fosforesciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fosforescieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fosforesciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fosforescí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fosforesciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fosforesció" ;--# notpresent @@ -27636,12 +30150,12 @@ lin fosforescer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fosforesceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fosforesceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fosforescerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fosforesciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fosforescieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fosforesciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fosforesciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fosforescieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fosforescieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fosforesciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fosforesciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fosforesciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fosforescieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fosforescería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fosforescerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fosforescería" ;--# notpresent @@ -27672,24 +30186,30 @@ lin frutecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "frutecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "frutecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "frutecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "frutezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "frutezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "frutezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "frutezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "frutezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "frutezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "frutezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "frutezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "frutezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "frutezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "frutezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frutezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "frutecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "frutecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "frutecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "frutecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "frutecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "frutecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frutecieras" ; "frutecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruteciera" ; "fruteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruteciéramos" ; "fruteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frutecierais" ; "frutecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frutecieran" ; "fruteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fruteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "frutecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fruteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fruteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "frutecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "frutecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "frutecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fruteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fruteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "frutecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fruteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "frutecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fruteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fruteció" ;--# notpresent @@ -27702,12 +30222,12 @@ lin frutecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fruteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fruteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "frutecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fruteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "frutecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fruteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fruteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fruteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "frutecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "frutecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fruteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fruteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fruteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "frutecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "frutecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "frutecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "frutecería" ;--# notpresent @@ -27738,24 +30258,30 @@ lin guarecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "guarecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "guarecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "guarecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "guarezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "guarezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "guarezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "guarezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "guarezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "guarezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "guarezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "guarezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "guarezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "guarezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "guarezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "guarezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "guarecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "guarecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "guarecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "guarecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "guarecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "guarecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarecieras" ; "guarecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guareciera" ; "guareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guareciéramos" ; "guareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarecierais" ; "guarecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarecieran" ; "guareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "guareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "guarecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "guareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "guareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "guarecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "guarecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "guareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "guarecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "guareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "guareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "guarecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "guareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "guarecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "guareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "guareció" ;--# notpresent @@ -27768,12 +30294,12 @@ lin guarecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "guareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "guareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "guarecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "guareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "guarecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "guareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "guareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "guareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "guarecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "guareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "guarecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "guareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "guareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "guareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "guarecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "guarecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "guarecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "guarecería" ;--# notpresent @@ -27804,24 +30330,30 @@ lin guarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "guarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "guarnecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "guarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "guarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "guarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "guarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "guarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "guarnezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "guarnezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "guarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "guarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "guarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "guarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "guarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "guarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "guarnecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "guarnecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "guarnecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "guarnecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "guarnecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "guarnecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guarnecieras" ; "guarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guarneciera" ; "guarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guarneciéramos" ; "guarneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guarnecierais" ; "guarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guarnecieran" ; "guarneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "guarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "guarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "guarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "guarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "guarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "guarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "guarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "guarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "guarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "guarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "guarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "guarneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "guarnecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "guarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "guarneció" ;--# notpresent @@ -27834,12 +30366,12 @@ lin guarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "guarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "guarneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "guarnecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "guarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "guarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "guarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "guarneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "guarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "guarnecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "guarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "guarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "guarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "guarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "guarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "guarnecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "guarnecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "guarnecería" ;--# notpresent @@ -27870,24 +30402,30 @@ lin herbecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herbecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herbecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "herbecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "herbezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "herbezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "herbezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herbezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herbezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "herbezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "herbezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "herbezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "herbezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herbezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herbezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "herbezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herbecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herbecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herbecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herbecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herbecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herbecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbecieras" ; "herbecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbeciera" ; "herbeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbeciéramos" ; "herbeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbecierais" ; "herbecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbecieran" ; "herbeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herbeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herbecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herbeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herbeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herbecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herbecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herbecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herbeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herbeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herbecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herbeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herbecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herbeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herbeció" ;--# notpresent @@ -27900,12 +30438,12 @@ lin herbecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herbeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herbeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herbecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herbeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herbecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herbeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herbeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herbeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herbecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herbecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herbeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herbeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herbeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herbecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herbecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herbecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herbecería" ;--# notpresent @@ -27936,24 +30474,30 @@ lin hermanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hermanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hermanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hermanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hermanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hermanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hermanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hermanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hermanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hermanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hermanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hermanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hermanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hermanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hermanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hermanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hermanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hermanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hermanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hermanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hermanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hermanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hermanecieras" ; "hermanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hermaneciera" ; "hermaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hermaneciéramos" ; "hermaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hermanecierais" ; "hermanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hermanecieran" ; "hermaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hermaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hermanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hermaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hermaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hermanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hermanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hermaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hermanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hermaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hermaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hermanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hermaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hermanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hermaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hermaneció" ;--# notpresent @@ -27966,12 +30510,12 @@ lin hermanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hermaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hermaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hermanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hermaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hermanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hermaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hermaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hermanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hermanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hermaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hermaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hermaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hermanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hermanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hermanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hermanecería" ;--# notpresent @@ -28002,24 +30546,30 @@ lin humedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "humedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "humedecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "humedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "humedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "humedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "humedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "humedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "humedezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "humedezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "humedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "humedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "humedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "humedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "humedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "humedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "humedecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "humedecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "humedecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "humedecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "humedecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "humedecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"humedecieras" ; "humedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"humedeciera" ; "humedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"humedeciéramos" ; "humedeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"humedecierais" ; "humedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"humedecieran" ; "humedeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "humedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "humedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "humedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "humedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "humedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "humedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "humedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "humedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "humedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "humedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "humedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "humedeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "humedecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "humedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "humedeció" ;--# notpresent @@ -28032,12 +30582,12 @@ lin humedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "humedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "humedeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "humedecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "humedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "humedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "humedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "humedeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "humedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "humedecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "humedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "humedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "humedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "humedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "humedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "humedecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "humedecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "humedecería" ;--# notpresent @@ -28068,24 +30618,30 @@ lin languidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "languidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "languidecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "languidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "languidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "languidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "languidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "languidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "languidezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "languidezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "languidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "languidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "languidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "languidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "languidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "languidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "languidecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "languidecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "languidecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "languidecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "languidecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "languidecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"languidecieras" ; "languidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"languideciera" ; "languideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"languideciéramos" ; "languideciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"languidecierais" ; "languidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"languidecieran" ; "languideciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "languideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "languidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "languideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "languideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "languidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "languidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "languideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "languidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "languideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "languideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "languidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "languideciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "languidecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "languideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "languideció" ;--# notpresent @@ -28098,12 +30654,12 @@ lin languidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "languideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "languideceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "languidecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "languideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "languidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "languideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "languideciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "languideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "languidecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "languideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "languidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "languideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "languideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "languideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "languidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "languidecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "languidecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "languidecería" ;--# notpresent @@ -28134,24 +30690,30 @@ lin lividecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "lividecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lividecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "lividecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "lividezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "lividezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "lividezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "lividezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "lividezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "lividezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "lividezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "lividezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "lividezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "lividezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "lividezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "lividezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "lividecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "lividecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "lividecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "lividecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "lividecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lividecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lividecieras" ; "lividecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"livideciera" ; "livideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"livideciéramos" ; "livideciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lividecierais" ; "lividecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lividecieran" ; "livideciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "livideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "lividecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "livideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "livideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "lividecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "lividecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "livideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "lividecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "livideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "livideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "lividecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "livideciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "lividecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "livideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "livideció" ;--# notpresent @@ -28164,12 +30726,12 @@ lin lividecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "livideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "livideceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "lividecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "livideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "lividecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "livideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "livideciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "livideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "lividecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "livideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "lividecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "livideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "livideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "livideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "lividecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "lividecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "lividecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "lividecería" ;--# notpresent @@ -28200,24 +30762,30 @@ lin lobreguecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "lobreguecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "lobreguecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "lobreguecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "lobreguezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "lobreguezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "lobreguezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "lobreguezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "lobreguezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "lobreguezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "lobreguezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "lobreguezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "lobreguezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "lobreguezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "lobreguezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "lobreguezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "lobreguecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "lobreguecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "lobreguecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "lobreguecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "lobreguecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "lobreguecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"lobreguecieras" ; "lobreguecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lobregueciera" ; "lobregueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"lobregueciéramos" ; "lobregueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"lobreguecierais" ; "lobreguecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"lobreguecieran" ; "lobregueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "lobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "lobreguecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "lobregueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "lobregueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "lobreguecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "lobreguecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "lobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "lobreguecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "lobregueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "lobregueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "lobreguecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "lobregueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "lobreguecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "lobregueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "lobregueció" ;--# notpresent @@ -28230,12 +30798,12 @@ lin lobreguecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "lobregueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "lobregueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "lobreguecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "lobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "lobregueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "lobregueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "lobreguecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "lobregueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "lobregueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "lobregueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "lobreguecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "lobreguecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "lobreguecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "lobreguecería" ;--# notpresent @@ -28266,24 +30834,30 @@ lin merecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "merecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "merecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "merecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "merezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "merezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "merezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "merezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "merezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "merezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "merezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "merezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "merezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "merezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "merezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "merezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "merecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "merecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "merecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "merecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "merecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "merecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merecieras" ; "merecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mereciera" ; "mereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mereciéramos" ; "mereciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merecierais" ; "merecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merecieran" ; "mereciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "merecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "merecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "merecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "merecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "merecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mereciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "merecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mereció" ;--# notpresent @@ -28296,12 +30870,12 @@ lin merecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mereceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "merecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "merecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mereciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "merecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "merecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "merecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "merecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "merecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "merecería" ;--# notpresent @@ -28332,24 +30906,30 @@ lin mohecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mohecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mohecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mohecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mohezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mohezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mohezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mohezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mohezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mohezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mohezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mohezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mohezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mohezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mohezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mohezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mohecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mohecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mohecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mohecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mohecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mohecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mohecieras" ; "mohecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moheciera" ; "moheciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"moheciéramos" ; "moheciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mohecierais" ; "mohecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mohecieran" ; "moheciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moheciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mohecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moheciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "moheciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mohecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mohecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mohecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moheciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moheciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mohecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moheciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mohecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moheciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "moheció" ;--# notpresent @@ -28362,12 +30942,12 @@ lin mohecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moheceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moheceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mohecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moheciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mohecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moheciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "moheciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moheciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mohecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moheciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mohecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moheciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "moheciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moheciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mohecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mohecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mohecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mohecería" ;--# notpresent @@ -28398,24 +30978,30 @@ lin nacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "nacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "nacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "nacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "nazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "nazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "nazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "nazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "nazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "nazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "nazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "nazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "nazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "nazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "nazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "nazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "nacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "nacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "nacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "nacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "nacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "nacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"naciera" ; "naciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nacieras" ; "nacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"naciera" ; "naciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"naciéramos" ; "naciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nacierais" ; "nacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nacieran" ; "naciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "naciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "nacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "naciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "naciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "nacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "nacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "naciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "nacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "naciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "naciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "nacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "naciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "nací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "naciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "nació" ;--# notpresent @@ -28428,12 +31014,12 @@ lin nacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "naceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "naceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "nacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "naciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "nacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "naciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "naciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "naciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "nacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "naciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "nacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "naciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "naciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "naciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "nacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "nacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "nacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "nacería" ;--# notpresent @@ -28464,24 +31050,30 @@ lin negrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "negrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "negrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "negrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "negrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "negrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "negrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "negrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "negrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "negrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "negrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "negrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "negrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "negrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "negrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "negrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "negrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "negrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "negrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "negrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "negrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "negrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negrecieras" ; "negrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negreciera" ; "negreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negreciéramos" ; "negreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negrecierais" ; "negrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negrecieran" ; "negreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "negreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "negrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "negreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "negreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "negrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "negrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "negreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "negrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "negreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "negreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "negrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "negreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "negrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "negreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "negreció" ;--# notpresent @@ -28494,12 +31086,12 @@ lin negrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "negreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "negreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "negrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "negreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "negrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "negreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "negreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "negreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "negrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "negreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "negrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "negreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "negreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "negreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "negrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "negrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "negrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "negrecería" ;--# notpresent @@ -28530,24 +31122,30 @@ lin obedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obedecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obedezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obedezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obedecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obedecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obedecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obedecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obedecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obedecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obedecieras" ; "obedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obedeciera" ; "obedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obedeciéramos" ; "obedeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obedecierais" ; "obedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obedecieran" ; "obedeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obedeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obedecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obedeció" ;--# notpresent @@ -28560,12 +31158,12 @@ lin obedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obedeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obedecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obedeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obedecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obedecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obedecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obedecería" ;--# notpresent @@ -28596,24 +31194,30 @@ lin obscurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obscurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obscurecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obscurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obscurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obscurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obscurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obscurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obscurezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obscurezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obscurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obscurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obscurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obscurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obscurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obscurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obscurecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obscurecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obscurecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obscurecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obscurecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obscurecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obscurecieras" ; "obscurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obscureciera" ; "obscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obscureciéramos" ; "obscureciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obscurecierais" ; "obscurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obscurecieran" ; "obscureciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obscureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obscurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obscureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obscureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obscurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obscurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obscurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obscureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obscurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obscureciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obscurecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obscureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obscureció" ;--# notpresent @@ -28626,12 +31230,12 @@ lin obscurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obscureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obscureceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obscurecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obscureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obscurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obscureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obscureciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obscureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obscurecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obscurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obscureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obscureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obscureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obscurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obscurecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obscurecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obscurecería" ;--# notpresent @@ -28662,24 +31266,30 @@ lin ofrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ofrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ofrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ofrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ofrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ofrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ofrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ofrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ofrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ofrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ofrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ofrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ofrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ofrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ofrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ofrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ofrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ofrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ofrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ofrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ofrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ofrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ofrecieras" ; "ofrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ofreciera" ; "ofreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ofreciéramos" ; "ofreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ofrecierais" ; "ofrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ofrecieran" ; "ofreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ofreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ofrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ofreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ofreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ofrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ofrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ofreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ofrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ofreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ofreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ofrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ofreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ofrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ofreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ofreció" ;--# notpresent @@ -28692,12 +31302,12 @@ lin ofrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ofreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ofreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ofrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ofreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ofrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ofreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ofreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ofreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ofrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ofrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ofreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ofreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ofreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ofrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ofrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ofrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ofrecería" ;--# notpresent @@ -28728,24 +31338,30 @@ lin oscurecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "oscurecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oscurecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "oscurecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "oscurezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "oscurezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "oscurezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "oscurezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "oscurezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "oscurezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "oscurezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "oscurezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "oscurezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "oscurezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "oscurezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "oscurezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "oscurecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "oscurecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "oscurecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "oscurecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "oscurecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "oscurecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oscurecieras" ; "oscurecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oscureciera" ; "oscureciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oscureciéramos" ; "oscureciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oscurecierais" ; "oscurecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oscurecieran" ; "oscureciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "oscureciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "oscurecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "oscureciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "oscureciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "oscurecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "oscurecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "oscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "oscurecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "oscureciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "oscureciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "oscurecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "oscureciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "oscurecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "oscureciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "oscureció" ;--# notpresent @@ -28758,12 +31374,12 @@ lin oscurecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "oscureceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "oscureceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "oscurecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "oscureciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "oscurecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "oscureciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "oscureciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "oscureciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "oscurecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "oscurecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "oscureciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "oscureciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "oscureciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "oscurecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "oscurecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "oscurecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "oscurecería" ;--# notpresent @@ -28794,24 +31410,30 @@ lin pacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"paciera" ; "paciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pacieras" ; "pacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"paciera" ; "paciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"paciéramos" ; "paciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pacierais" ; "pacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pacieran" ; "paciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "paciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "paciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "paciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "paciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "paciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "paciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "paciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "paciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pació" ;--# notpresent @@ -28824,12 +31446,12 @@ lin pacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "paceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "paceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "paciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "paciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "paciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "paciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "paciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "paciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "paciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "paciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pacería" ;--# notpresent @@ -28860,24 +31482,30 @@ lin padecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "padecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "padecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "padecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "padezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "padezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "padezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "padezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "padezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "padezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "padezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "padezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "padezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "padezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "padezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "padezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "padecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "padecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "padecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "padecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "padecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "padecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"padecieras" ; "padecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"padeciera" ; "padeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"padeciéramos" ; "padeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"padecierais" ; "padecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"padecieran" ; "padeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "padeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "padecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "padeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "padeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "padecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "padecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "padeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "padecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "padeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "padeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "padecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "padeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "padecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "padeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "padeció" ;--# notpresent @@ -28890,12 +31518,12 @@ lin padecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "padeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "padeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "padecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "padeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "padecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "padeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "padeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "padeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "padecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "padeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "padecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "padeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "padeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "padeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "padecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "padecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "padecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "padecería" ;--# notpresent @@ -28926,24 +31554,30 @@ lin palidecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "palidecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "palidecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "palidecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "palidezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "palidezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "palidezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "palidezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "palidezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "palidezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "palidezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "palidezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "palidezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "palidezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "palidezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "palidezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "palidecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "palidecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "palidecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "palidecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "palidecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "palidecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"palidecieras" ; "palidecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"palideciera" ; "palideciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"palideciéramos" ; "palideciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"palidecierais" ; "palidecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"palidecieran" ; "palideciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "palideciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "palidecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "palideciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "palideciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "palidecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "palidecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "palideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "palidecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "palideciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "palideciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "palidecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "palideciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "palidecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "palideciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "palideció" ;--# notpresent @@ -28956,12 +31590,12 @@ lin palidecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "palideceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "palideceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "palidecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "palideciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "palidecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "palideciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "palideciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "palideciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "palidecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "palideciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "palidecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "palideciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "palideciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "palideciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "palidecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "palidecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "palidecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "palidecería" ;--# notpresent @@ -28992,24 +31626,30 @@ lin parecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "parecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "parecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "parecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "parezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "parezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "parezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "parezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "parezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "parezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "parezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "parezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "parezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "parezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "parezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "parezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "parecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "parecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "parecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "parecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "parecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "parecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"parecieras" ; "parecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pareciera" ; "pareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pareciéramos" ; "pareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"parecierais" ; "parecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"parecieran" ; "pareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "parecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "parecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "parecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "parecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "parecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "parecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pareció" ;--# notpresent @@ -29022,12 +31662,12 @@ lin parecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "parecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "parecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "parecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "parecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "parecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "parecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "parecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "parecería" ;--# notpresent @@ -29058,24 +31698,30 @@ lin perecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "perecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "perezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "perezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "perezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "perezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perecieras" ; "perecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pereciera" ; "pereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pereciéramos" ; "pereciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perecierais" ; "perecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perecieran" ; "pereciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pereciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pereció" ;--# notpresent @@ -29088,12 +31734,12 @@ lin perecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pereceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pereciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perecería" ;--# notpresent @@ -29124,24 +31770,30 @@ lin permanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "permanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "permanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "permanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "permanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "permanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "permanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "permanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "permanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "permanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "permanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "permanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "permanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "permanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "permanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "permanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "permanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "permanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "permanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "permanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "permanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "permanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"permanecieras" ; "permanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"permaneciera" ; "permaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"permaneciéramos" ; "permaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"permanecierais" ; "permanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"permanecieran" ; "permaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "permaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "permanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "permaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "permaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "permanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "permanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "permaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "permanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "permaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "permaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "permanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "permaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "permanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "permaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "permaneció" ;--# notpresent @@ -29154,12 +31806,12 @@ lin permanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "permaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "permaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "permanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "permaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "permanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "permaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "permaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "permaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "permanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "permanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "permaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "permaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "permaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "permanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "permanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "permanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "permanecería" ;--# notpresent @@ -29190,24 +31842,30 @@ lin pertenecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pertenecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pertenecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pertenecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pertenezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pertenezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pertenezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pertenezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pertenezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pertenezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pertenezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pertenezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pertenezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pertenezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pertenezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pertenezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pertenecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pertenecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pertenecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pertenecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pertenecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pertenecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pertenecieras" ; "pertenecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perteneciera" ; "perteneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perteneciéramos" ; "perteneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pertenecierais" ; "pertenecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pertenecieran" ; "perteneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perteneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pertenecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perteneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perteneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pertenecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pertenecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perteneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pertenecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perteneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perteneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pertenecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perteneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pertenecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perteneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perteneció" ;--# notpresent @@ -29220,12 +31878,12 @@ lin pertenecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perteneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perteneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pertenecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perteneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pertenecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perteneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perteneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perteneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pertenecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pertenecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perteneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perteneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perteneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pertenecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pertenecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pertenecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pertenecería" ;--# notpresent @@ -29256,24 +31914,30 @@ lin pimpollecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pimpollecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pimpollecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pimpollecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pimpollezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pimpollezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pimpollezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pimpollezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pimpollezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pimpollezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pimpollezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pimpollezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pimpollezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pimpollezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pimpollezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pimpollezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pimpollecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pimpollecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pimpollecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pimpollecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pimpollecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pimpollecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pimpollecieras" ; "pimpollecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pimpolleciera" ; "pimpolleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pimpolleciéramos" ; "pimpolleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pimpollecierais" ; "pimpollecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pimpollecieran" ; "pimpolleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pimpolleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pimpollecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pimpolleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pimpolleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pimpollecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pimpollecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pimpolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pimpollecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pimpolleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pimpolleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pimpollecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pimpolleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pimpollecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pimpolleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pimpolleció" ;--# notpresent @@ -29286,12 +31950,12 @@ lin pimpollecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pimpolleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pimpolleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pimpollecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pimpolleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pimpollecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pimpolleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pimpolleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pimpolleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pimpollecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pimpollecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pimpollecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pimpollecería" ;--# notpresent @@ -29322,24 +31986,30 @@ lin plastecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "plastecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "plastecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "plastecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "plastezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "plastezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "plastezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "plastezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "plastezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plastezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "plastezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "plastezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "plastezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "plastezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "plastezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plastezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "plastecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "plastecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "plastecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "plastecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "plastecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "plastecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plastecieras" ; "plastecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plasteciera" ; "plasteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plasteciéramos" ; "plasteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plastecierais" ; "plastecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plastecieran" ; "plasteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "plasteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "plastecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "plasteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "plasteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "plastecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "plastecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "plasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "plastecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "plasteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "plasteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "plastecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "plasteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plastecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "plasteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "plasteció" ;--# notpresent @@ -29352,12 +32022,12 @@ lin plastecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "plasteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "plasteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "plastecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "plasteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "plastecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "plasteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "plasteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "plasteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "plastecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "plastecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "plasteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "plasteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "plasteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "plastecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "plastecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "plastecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "plastecería" ;--# notpresent @@ -29388,24 +32058,30 @@ lin preestablecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preestablecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preestablecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preestablecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preestablezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preestablezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preestablezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preestablezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preestablezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preestablezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preestablezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preestablezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preestablezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preestablezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preestablezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preestablezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preestablecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preestablecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preestablecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preestablecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preestablecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preestablecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preestablecieras" ; "preestablecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preestableciera" ; "preestableciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preestableciéramos" ; "preestableciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preestablecierais" ; "preestablecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preestablecieran" ; "preestableciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preestableciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preestablecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preestableciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preestableciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preestablecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preestablecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preestableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preestablecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preestableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preestableciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preestablecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preestableciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preestablecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preestableciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preestableció" ;--# notpresent @@ -29418,12 +32094,12 @@ lin preestablecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preestableceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preestableceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preestablecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preestableciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preestablecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preestableciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preestableciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preestableciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preestablecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preestablecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preestableciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preestableciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preestableciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preestablecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preestablecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preestablecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preestablecería" ;--# notpresent @@ -29454,24 +32130,30 @@ lin prevalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prevalecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prevalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prevalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prevalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prevalezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevalezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prevalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prevalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prevalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevalecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prevalecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevalecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prevalecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prevalecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevalecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalecieras" ; "prevalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaleciera" ; "prevaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaleciéramos" ; "prevaleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalecierais" ; "prevalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalecieran" ; "prevaleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prevaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prevalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prevaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prevaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prevalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prevalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prevaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prevalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prevaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prevaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prevalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prevaleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prevalecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prevaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prevaleció" ;--# notpresent @@ -29484,12 +32166,12 @@ lin prevalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prevaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prevaleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevalecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prevaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prevalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prevaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prevaleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prevalecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prevalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prevaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prevaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prevaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prevalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevalecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prevalecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevalecería" ;--# notpresent @@ -29520,24 +32202,30 @@ lin reaparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reaparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reaparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reaparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reaparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reaparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reaparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reaparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reaparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reaparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reaparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reaparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reaparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reaparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reaparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reaparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reaparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reaparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reaparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reaparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reaparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reaparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaparecieras" ; "reaparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapareciera" ; "reapareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapareciéramos" ; "reapareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaparecierais" ; "reaparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaparecieran" ; "reapareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reapareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reaparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reapareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reapareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reaparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reaparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reaparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reapareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reapareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reaparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reapareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reaparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reapareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reapareció" ;--# notpresent @@ -29550,12 +32238,12 @@ lin reaparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reapareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reapareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reaparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reapareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reaparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reapareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reapareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reapareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reaparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reaparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reapareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reapareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reapareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reaparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reaparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reaparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reaparecería" ;--# notpresent @@ -29586,24 +32274,30 @@ lin reblandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reblandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reblandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reblandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reblandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reblandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reblandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reblandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reblandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reblandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reblandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reblandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reblandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reblandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reblandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reblandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reblandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reblandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reblandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reblandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reblandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reblandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reblandecieras" ; "reblandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reblandeciera" ; "reblandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reblandeciéramos" ; "reblandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reblandecierais" ; "reblandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reblandecieran" ; "reblandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reblandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reblandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reblandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reblandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reblandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reblandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reblandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reblandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reblandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reblandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reblandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reblandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reblandeció" ;--# notpresent @@ -29616,12 +32310,12 @@ lin reblandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reblandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reblandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reblandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reblandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reblandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reblandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reblandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reblandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reblandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reblandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reblandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reblandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reblandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reblandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reblandecería" ;--# notpresent @@ -29652,24 +32346,30 @@ lin reconvalecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconvalecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconvalecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconvalecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconvalezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconvalezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconvalezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconvalezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconvalezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconvalezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconvalezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconvalezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconvalezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconvalezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconvalezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconvalezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconvalecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconvalecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconvalecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconvalecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconvalecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconvalecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvalecieras" ; "reconvalecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvaleciera" ; "reconvaleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvaleciéramos" ; "reconvaleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvalecierais" ; "reconvalecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvalecieran" ; "reconvaleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconvaleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconvalecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconvaleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconvaleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconvalecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconvalecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconvaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvalecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconvaleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvaleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvalecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconvaleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconvalecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconvaleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconvaleció" ;--# notpresent @@ -29682,12 +32382,12 @@ lin reconvalecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconvaleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconvaleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconvalecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconvaleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconvalecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconvaleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconvaleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconvaleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconvalecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconvalecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconvalecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconvalecería" ;--# notpresent @@ -29718,24 +32418,30 @@ lin recrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrecieras" ; "recrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recreciera" ; "recreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recreciéramos" ; "recreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrecierais" ; "recrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrecieran" ; "recreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recreció" ;--# notpresent @@ -29748,12 +32454,12 @@ lin recrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recrecería" ;--# notpresent @@ -29784,24 +32490,30 @@ lin recrudecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recrudecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recrudecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recrudecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recrudezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recrudezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recrudezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recrudezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recrudezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recrudezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recrudezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recrudezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recrudezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recrudezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recrudezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recrudezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recrudecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recrudecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recrudecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recrudecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recrudecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recrudecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recrudecieras" ; "recrudecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recrudeciera" ; "recrudeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recrudeciéramos" ; "recrudeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recrudecierais" ; "recrudecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recrudecieran" ; "recrudeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recrudecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recrudeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recrudeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recrudecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recrudecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recrudecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recrudeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recrudeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recrudecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recrudeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recrudecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recrudeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recrudeció" ;--# notpresent @@ -29814,12 +32526,12 @@ lin recrudecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recrudeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recrudeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recrudecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recrudecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recrudeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recrudeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recrudecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recrudecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recrudeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recrudeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recrudeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recrudecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recrudecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recrudecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recrudecería" ;--# notpresent @@ -29850,24 +32562,30 @@ lin reflorecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reflorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reflorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reflorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reflorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reflorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reflorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reflorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reflorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reflorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reflorecieras" ; "reflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refloreciera" ; "refloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refloreciéramos" ; "refloreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reflorecierais" ; "reflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reflorecieran" ; "refloreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refloreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reflorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refloreció" ;--# notpresent @@ -29880,12 +32598,12 @@ lin reflorecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refloreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reflorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refloreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reflorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reflorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reflorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reflorecería" ;--# notpresent @@ -29916,24 +32634,30 @@ lin reguarnecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reguarnecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reguarnecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reguarnecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reguarnezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reguarnezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reguarnezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reguarnezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reguarnezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reguarnezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reguarnezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reguarnezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reguarnezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reguarnezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reguarnezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reguarnezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reguarnecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reguarnecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reguarnecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reguarnecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reguarnecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reguarnecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reguarnecieras" ; "reguarnecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reguarneciera" ; "reguarneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reguarneciéramos" ; "reguarneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reguarnecierais" ; "reguarnecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reguarnecieran" ; "reguarneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reguarnecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reguarneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reguarneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reguarnecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reguarnecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reguarnecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reguarneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reguarneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reguarnecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reguarneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reguarnecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reguarneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reguarneció" ;--# notpresent @@ -29946,12 +32670,12 @@ lin reguarnecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reguarneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reguarneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reguarnecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reguarneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reguarneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reguarnecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reguarneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reguarneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reguarneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reguarnecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reguarnecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reguarnecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reguarnecería" ;--# notpresent @@ -29982,24 +32706,30 @@ lin rehumedecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehumedecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehumedecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehumedecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehumedezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehumedezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehumedezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehumedezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehumedezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehumedezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehumedezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehumedezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehumedezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehumedezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehumedezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehumedezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehumedecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehumedecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehumedecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehumedecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehumedecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehumedecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehumedecieras" ; "rehumedecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehumedeciera" ; "rehumedeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehumedeciéramos" ; "rehumedeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehumedecierais" ; "rehumedecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehumedecieran" ; "rehumedeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehumedecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehumedeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehumedeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehumedecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehumedecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehumedecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehumedeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehumedeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehumedecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehumedeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehumedecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehumedeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehumedeció" ;--# notpresent @@ -30012,12 +32742,12 @@ lin rehumedecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehumedeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehumedeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehumedecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehumedeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehumedecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehumedeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehumedeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehumedeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehumedecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehumedecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehumedecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehumedecería" ;--# notpresent @@ -30048,24 +32778,30 @@ lin rejuvenecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rejuvenecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rejuvenecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rejuvenecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rejuvenezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rejuvenezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rejuvenezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rejuvenezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rejuvenezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rejuvenezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rejuvenezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rejuvenezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rejuvenezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rejuvenezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rejuvenezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rejuvenezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rejuvenecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rejuvenecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rejuvenecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rejuvenecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rejuvenecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rejuvenecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rejuvenecieras" ; "rejuvenecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rejuveneciera" ; "rejuveneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rejuveneciéramos" ; "rejuveneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rejuvenecierais" ; "rejuvenecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rejuvenecieran" ; "rejuveneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rejuveneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rejuvenecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rejuveneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rejuveneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rejuvenecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rejuvenecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rejuveneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rejuvenecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rejuveneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rejuveneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rejuvenecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rejuveneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rejuvenecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rejuveneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rejuveneció" ;--# notpresent @@ -30078,12 +32814,12 @@ lin rejuvenecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rejuveneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rejuveneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rejuvenecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rejuveneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rejuvenecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rejuveneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rejuveneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rejuveneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rejuvenecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rejuvenecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rejuvenecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rejuvenecería" ;--# notpresent @@ -30114,24 +32850,30 @@ lin relentecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "relentecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "relentecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "relentecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "relentezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "relentezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "relentezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "relentezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "relentezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "relentezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "relentezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "relentezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "relentezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "relentezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "relentezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "relentezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "relentecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "relentecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "relentecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "relentecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "relentecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "relentecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"relentecieras" ; "relentecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"relenteciera" ; "relenteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"relenteciéramos" ; "relenteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"relentecierais" ; "relentecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"relentecieran" ; "relenteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "relenteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "relentecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "relenteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "relenteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "relentecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "relentecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "relenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "relentecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "relenteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "relenteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "relentecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "relenteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "relentecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "relenteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "relenteció" ;--# notpresent @@ -30144,12 +32886,12 @@ lin relentecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "relenteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "relenteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "relentecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "relenteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "relentecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "relenteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "relenteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "relenteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "relentecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "relentecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "relenteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "relenteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "relenteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "relentecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "relentecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "relentecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "relentecería" ;--# notpresent @@ -30180,24 +32922,30 @@ lin remanecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remanecieras" ; "remanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remaneciera" ; "remaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remaneciéramos" ; "remaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remanecierais" ; "remanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remanecieran" ; "remaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remaneció" ;--# notpresent @@ -30210,12 +32958,12 @@ lin remanecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remanecería" ;--# notpresent @@ -30246,24 +32994,30 @@ lin renacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "renacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "renacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "renacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "renazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "renazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "renazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "renazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "renazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "renazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "renazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "renazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "renazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "renazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "renazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "renazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "renacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "renacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "renacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "renacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renacieras" ; "renacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renaciera" ; "renaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renaciéramos" ; "renaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renacierais" ; "renacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renacieran" ; "renaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "renaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "renacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "renaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "renaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "renacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "renacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "renaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "renacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "renaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "renaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "renacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "renaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "renací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "renaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "renació" ;--# notpresent @@ -30276,12 +33030,12 @@ lin renacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "renaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "renaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "renacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "renaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "renacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "renaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "renaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "renaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "renacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "renaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "renacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "renaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "renaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "renaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "renacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "renacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "renacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "renacería" ;--# notpresent @@ -30312,24 +33066,30 @@ lin repacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repazca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repazca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repacieras" ; "repacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repaciera" ; "repaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repaciéramos" ; "repaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repacierais" ; "repacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repacieran" ; "repaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repació" ;--# notpresent @@ -30342,12 +33102,12 @@ lin repacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repacería" ;--# notpresent @@ -30378,24 +33138,30 @@ lin resplandecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resplandecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resplandecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resplandecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resplandezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resplandezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resplandezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resplandezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resplandezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resplandezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resplandezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resplandezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resplandezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resplandezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resplandezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resplandezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resplandecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resplandecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resplandecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resplandecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resplandecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resplandecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resplandecieras" ; "resplandecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resplandeciera" ; "resplandeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resplandeciéramos" ; "resplandeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resplandecierais" ; "resplandecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resplandecieran" ; "resplandeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resplandeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resplandecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resplandeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resplandeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resplandecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resplandecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resplandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resplandecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resplandeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resplandeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resplandecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resplandeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resplandecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resplandeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resplandeció" ;--# notpresent @@ -30408,12 +33174,12 @@ lin resplandecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resplandeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resplandeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resplandecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resplandeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resplandecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resplandeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resplandeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resplandecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resplandecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resplandeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resplandeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resplandeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resplandecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resplandecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resplandecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resplandecería" ;--# notpresent @@ -30444,24 +33210,30 @@ lin restablecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restablecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restablecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restablecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restablezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restablezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restablezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restablezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restablezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restablezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restablezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restablezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restablezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restablezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restablezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restablezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restablecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restablecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restablecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restablecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restablecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restablecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restablecieras" ; "restablecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restableciera" ; "restableciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restableciéramos" ; "restableciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restablecierais" ; "restablecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restablecieran" ; "restableciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restableciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restablecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restableciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restableciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restablecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restablecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restablecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restableciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restableciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restablecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restableciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restablecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restableciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restableció" ;--# notpresent @@ -30474,12 +33246,12 @@ lin restablecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restableceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restableceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restablecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restableciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restablecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restableciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restableciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restableciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restablecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restableciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restablecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restableciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restableciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restableciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restablecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restablecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restablecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restablecería" ;--# notpresent @@ -30510,24 +33282,30 @@ lin retallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retallecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retallezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retallezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retallecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retallecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retallecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retallecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retallecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retallecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retallecieras" ; "retallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retalleciera" ; "retalleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retalleciéramos" ; "retalleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retallecierais" ; "retallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retallecieran" ; "retalleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retalleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retalleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retalleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retalleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retalleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retalleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retallecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retalleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retalleció" ;--# notpresent @@ -30540,12 +33318,12 @@ lin retallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retalleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retalleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retallecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retalleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retalleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retalleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retalleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retallecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retalleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retalleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retalleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retallecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retallecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retallecería" ;--# notpresent @@ -30576,24 +33354,30 @@ lin reto {- VPB (Pres Ind C.Pl C.P1) => -} "retoñecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retoñecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retoñecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retoñezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retoñezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retoñezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retoñezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retoñezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retoñezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retoñezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retoñezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retoñezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retoñezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retoñezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retoñezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retoñecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retoñecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retoñecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retoñecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retoñecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retoñecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retoñeciera" ; "retoñeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retoñecieras" ; "retoñecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retoñeciera" ; "retoñeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retoñeciéramos" ; "retoñeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retoñecierais" ; "retoñecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retoñecieran" ; "retoñeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retoñeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retoñecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retoñeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retoñeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retoñecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retoñecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retoñeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retoñecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retoñeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retoñeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retoñecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retoñeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retoñecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retoñeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retoñeció" ;--# notpresent @@ -30606,12 +33390,12 @@ lin reto {- VPB (Fut Ind C.Pl C.P1) => -} "retoñeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retoñeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retoñecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retoñeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retoñecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retoñeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retoñeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retoñeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retoñecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retoñeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retoñecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retoñeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retoñeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retoñeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retoñecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retoñecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retoñecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retoñecería" ;--# notpresent @@ -30642,24 +33426,30 @@ lin revejecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revejecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revejecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revejecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revejezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revejezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revejezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revejezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revejezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revejezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revejezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revejezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revejezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revejezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revejezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revejezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revejecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revejecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revejecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revejecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revejecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revejecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revejecieras" ; "revejecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revejeciera" ; "revejeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revejeciéramos" ; "revejeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revejecierais" ; "revejecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revejecieran" ; "revejeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revejeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revejecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revejeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revejeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revejecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revejecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revejecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revejeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revejeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revejecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revejeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revejecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revejeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revejeció" ;--# notpresent @@ -30672,12 +33462,12 @@ lin revejecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revejeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revejeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revejecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revejeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revejecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revejeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revejeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revejeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revejecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revejecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revejeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revejeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revejeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revejecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revejecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revejecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revejecería" ;--# notpresent @@ -30708,24 +33498,30 @@ lin reverdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reverdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reverdecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reverdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reverdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reverdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reverdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reverdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reverdezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reverdezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reverdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reverdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reverdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reverdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reverdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reverdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reverdecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reverdecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reverdecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reverdecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reverdecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reverdecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reverdecieras" ; "reverdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reverdeciera" ; "reverdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reverdeciéramos" ; "reverdeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reverdecierais" ; "reverdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reverdecieran" ; "reverdeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reverdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reverdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reverdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reverdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reverdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reverdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reverdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reverdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reverdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reverdeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reverdecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reverdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reverdeció" ;--# notpresent @@ -30738,12 +33534,12 @@ lin reverdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reverdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reverdeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reverdecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reverdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reverdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reverdeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reverdecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reverdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reverdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reverdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reverdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reverdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reverdecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reverdecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reverdecería" ;--# notpresent @@ -30774,24 +33570,30 @@ lin robustecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "robustecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "robustecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "robustecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "robustezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "robustezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "robustezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "robustezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "robustezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "robustezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "robustezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "robustezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "robustezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "robustezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "robustezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "robustezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "robustecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "robustecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "robustecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "robustecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "robustecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "robustecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"robustecieras" ; "robustecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"robusteciera" ; "robusteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"robusteciéramos" ; "robusteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"robustecierais" ; "robustecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"robustecieran" ; "robusteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "robusteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "robustecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "robusteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "robusteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "robustecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "robustecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "robusteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "robustecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "robusteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "robusteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "robustecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "robusteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "robustecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "robusteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "robusteció" ;--# notpresent @@ -30804,12 +33606,12 @@ lin robustecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "robusteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "robusteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "robustecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "robusteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "robustecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "robusteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "robusteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "robusteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "robustecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "robustecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "robusteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "robusteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "robusteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "robustecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "robustecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "robustecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "robustecería" ;--# notpresent @@ -30840,24 +33642,30 @@ lin sobrecrecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecrecieras" ; "sobrecrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecreciera" ; "sobrecreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecreciéramos" ; "sobrecreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecrecierais" ; "sobrecrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecrecieran" ; "sobrecreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecreció" ;--# notpresent @@ -30870,12 +33678,12 @@ lin sobrecrecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecrecería" ;--# notpresent @@ -30906,24 +33714,30 @@ lin tallecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tallecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tallecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tallecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tallezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tallezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tallezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tallezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tallezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tallezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tallezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tallezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tallezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tallezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tallezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tallezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tallecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tallecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tallecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tallecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tallecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tallecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tallecieras" ; "tallecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"talleciera" ; "talleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"talleciéramos" ; "talleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tallecierais" ; "tallecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tallecieran" ; "talleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "talleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tallecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "talleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "talleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tallecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tallecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "talleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tallecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "talleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "talleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tallecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "talleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tallecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "talleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "talleció" ;--# notpresent @@ -30936,12 +33750,12 @@ lin tallecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "talleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "talleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tallecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "talleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tallecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "talleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "talleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "talleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tallecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "talleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tallecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "talleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "talleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "talleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tallecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tallecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tallecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tallecería" ;--# notpresent @@ -30972,24 +33786,30 @@ lin tardecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tardecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tardecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tardecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tardezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tardezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tardezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tardezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tardezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tardezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tardezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tardezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tardezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tardezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tardezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tardezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tardecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tardecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tardecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tardecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tardecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tardecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tardecieras" ; "tardecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tardeciera" ; "tardeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tardeciéramos" ; "tardeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tardecierais" ; "tardecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tardecieran" ; "tardeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tardeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tardecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tardeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tardeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tardecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tardecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tardecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tardeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tardeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tardecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tardeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tardecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tardeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tardeció" ;--# notpresent @@ -31002,12 +33822,12 @@ lin tardecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tardeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tardeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tardecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tardeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tardecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tardeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tardeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tardeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tardecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tardecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tardeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tardeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tardeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tardecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tardecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tardecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tardecería" ;--# notpresent @@ -31038,24 +33858,30 @@ lin trasparecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasparecieras" ; "trasparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"traspareciera" ; "traspareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"traspareciéramos" ; "traspareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasparecierais" ; "trasparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasparecieran" ; "traspareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "traspareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "traspareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "traspareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "traspareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "traspareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "traspareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "traspareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "traspareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "traspareció" ;--# notpresent @@ -31068,12 +33894,12 @@ lin trasparecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traspareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traspareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "traspareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "traspareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "traspareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "traspareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "traspareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "traspareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "traspareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasparecería" ;--# notpresent @@ -31104,24 +33930,30 @@ lin tullecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tullecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tullecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tullecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tullezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tullezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tullezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tullezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tullezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tullezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tullezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tullezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tullezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tullezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tullezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tullezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tullecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tullecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tullecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tullecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tullecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tullecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tullecieras" ; "tullecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tulleciera" ; "tulleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tulleciéramos" ; "tulleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullecierais" ; "tullecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tullecieran" ; "tulleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tulleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tullecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tulleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tulleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tullecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tullecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tullecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tulleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tulleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tullecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tulleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tullecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tulleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tulleció" ;--# notpresent @@ -31134,12 +33966,12 @@ lin tullecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tulleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tulleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tullecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tulleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tullecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tulleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tulleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tulleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tullecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tullecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tulleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tulleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tulleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tullecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tullecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tullecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tullecería" ;--# notpresent @@ -31170,24 +34002,30 @@ lin verdecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "verdecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "verdecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "verdecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "verdezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "verdezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "verdezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "verdezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "verdezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "verdezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "verdezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "verdezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "verdezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "verdezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "verdezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "verdezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "verdecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "verdecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "verdecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "verdecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "verdecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "verdecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"verdecieras" ; "verdecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"verdeciera" ; "verdeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"verdeciéramos" ; "verdeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"verdecierais" ; "verdecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"verdecieran" ; "verdeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "verdeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "verdecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "verdeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "verdeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "verdecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "verdecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "verdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "verdecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "verdeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "verdeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "verdecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "verdeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "verdecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "verdeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "verdeció" ;--# notpresent @@ -31200,12 +34038,12 @@ lin verdecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "verdeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "verdeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "verdecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "verdeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "verdecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "verdeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "verdeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "verdeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "verdecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "verdecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "verdeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "verdeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "verdeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "verdecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "verdecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "verdecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "verdecería" ;--# notpresent @@ -31236,24 +34074,30 @@ lin aplacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aplacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aplacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aplazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aplazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aplazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aplazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aplazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aplazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aplazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"aplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aplazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aplazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aplazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aplacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aplacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aplacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aplacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aplacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aplacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aplaciera" ; "aplaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aplacieras" ; "aplacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aplaciera" ; "aplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aplaciéramos" ; "aplaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aplacierais" ; "aplacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aplacieran" ; "aplaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aplaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aplacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aplaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aplaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aplacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aplacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aplacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aplaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aplacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aplaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aplací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aplaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"aplació" ; "plugo"} ;--# notpresent @@ -31266,12 +34110,12 @@ lin aplacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aplaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aplaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aplacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aplaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aplacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aplaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aplaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aplacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aplaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aplacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"aplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aplaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aplaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aplacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aplacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aplacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aplacería" ;--# notpresent @@ -31302,24 +34146,30 @@ lin complacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "complacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "complacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "complacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "complazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "complazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "complazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "complazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "complazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "complazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "complazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"complazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "complazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "complazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "complazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "complacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "complacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "complacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "complacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "complacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "complacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"complaciera" ; "complaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"complacieras" ; "complacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"complaciera" ; "complaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"complaciéramos" ; "complaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"complacierais" ; "complacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"complacieran" ; "complaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "complaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "complacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "complaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "complaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "complacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "complacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "complaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "complacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "complaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "complaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "complacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "complaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "complací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "complaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"complació" ; "plugo"} ;--# notpresent @@ -31332,12 +34182,12 @@ lin complacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "complaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "complaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "complacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "complaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "complacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "complaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "complaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "complacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "complaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "complacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"complaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "complaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "complaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "complacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "complacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "complacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "complacería" ;--# notpresent @@ -31368,24 +34218,30 @@ lin desplacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desplacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desplacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desplacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desplazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desplazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desplazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desplazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desplazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desplazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desplazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"desplazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desplazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desplazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desplazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desplacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desplacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desplacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desplacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desplacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desplacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplaciera" ; "desplaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplacieras" ; "desplacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplaciera" ; "desplaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplaciéramos" ; "desplaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplacierais" ; "desplacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplacieran" ; "desplaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desplaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desplacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desplaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desplaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desplacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desplacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desplacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desplaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desplaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desplacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desplaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desplací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desplaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"desplació" ; "plugo"} ;--# notpresent @@ -31398,12 +34254,12 @@ lin desplacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desplaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desplaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desplacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desplaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desplacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desplaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desplaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desplacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desplaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desplacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"desplaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desplaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desplaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desplacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desplacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desplacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desplacería" ;--# notpresent @@ -31434,24 +34290,30 @@ lin displacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "displacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "displacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "displacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "displazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "displazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "displazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "displazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "displazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "displazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "displazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"displazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "displazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "displazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "displazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "displacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "displacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "displacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "displacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "displacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "displacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"displaciera" ; "displaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"displacieras" ; "displacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"displaciera" ; "displaciese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"displaciéramos" ; "displaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"displacierais" ; "displacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"displacieran" ; "displaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "displaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "displacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "displaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "displaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "displacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "displacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "displaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "displacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "displaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "displaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "displacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "displaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "displací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "displaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"displació" ; "plugo"} ;--# notpresent @@ -31464,12 +34326,12 @@ lin displacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "displaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "displaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "displacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "displaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "displacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "displaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "displaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "displacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "displaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "displacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"displaciere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "displaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "displaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "displacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "displacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "displacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "displacería" ;--# notpresent @@ -31500,24 +34362,30 @@ lin placer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "placemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "placéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "placen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "plazca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "plazcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; - {- VPB (Pres Subj C.Pl C.P1) => -} "plazcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "plazcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plazcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "plazca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "plazcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {"plazca" ; "plegue" ; "plega"} ; + {- VPB (Pres Sub C.Pl C.P1) => -} "plazcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "plazcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plazcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "placía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "placías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "placía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "placíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "placíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "placían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"placiera" ; "placiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"placieras" ; "placieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"placiera" ; "placiese" ; "pluguiera" ; "pluguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"placiéramos" ; "placiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"placierais" ; "placieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"placieran" ; "placiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "placiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "placieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "placiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "placiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "placierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "placieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "placiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "placieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "placiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "placiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "placieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "placiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "placiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {"plació" ; "plugo"} ;--# notpresent @@ -31530,12 +34398,12 @@ lin placer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "placeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "placeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "placerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "placiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "placieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "placiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "placiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "placieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "placiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "placieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {"placiere" ; "pluguiere"} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "placiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "placiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "placieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "placería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "placerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "placería" ;--# notpresent @@ -31566,24 +34434,30 @@ lin translucirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "translucimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "translucís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "translucen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transluzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transluzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transluzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transluzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transluzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transluzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transluzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transluzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transluzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transluzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transluzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transluzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "translucía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "translucías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "translucía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "translucíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "translucíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "translucían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"translucieras" ; "translucieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transluciera" ; "transluciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transluciéramos" ; "transluciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"translucierais" ; "translucieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"translucieran" ; "transluciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transluciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "translucieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transluciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transluciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "translucierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "translucieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "translucieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transluciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transluciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "translucieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transluciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "translucí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transluciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "translució" ;--# notpresent @@ -31596,12 +34470,12 @@ lin translucirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "transluciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transluciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "translucirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transluciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "translucieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transluciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transluciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transluciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "translucieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transluciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "translucieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transluciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transluciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transluciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "translucieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transluciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "translucirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transluciría" ;--# notpresent @@ -31632,24 +34506,30 @@ lin aloquecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "aloquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aloquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aloquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aloquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aloquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aloquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aloquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aloquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aloquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aloquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aloquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aloquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aloquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aloquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aloquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aloquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aloquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aloquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aloquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aloquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aloquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aloquecieras" ; "aloquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aloqueciera" ; "aloqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aloqueciéramos" ; "aloqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aloquecierais" ; "aloquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aloquecieran" ; "aloqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aloquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aloqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aloqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aloquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aloquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aloquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aloqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aloqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aloquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aloqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aloquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aloqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aloqueció" ;--# notpresent @@ -31662,12 +34542,12 @@ lin aloquecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "aloqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aloqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aloquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aloquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aloqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aloqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aloquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aloquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aloqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aloqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aloqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aloquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aloquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aloquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aloquecería" ;--# notpresent @@ -31698,24 +34578,30 @@ lin avanecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "avanecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "avanecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avanecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "avanezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avanezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "avanezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "avanezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "avanezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avanezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "avanezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avanezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "avanezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "avanezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "avanezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avanezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "avanecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "avanecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "avanecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "avanecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "avanecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "avanecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avanecieras" ; "avanecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avaneciera" ; "avaneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avaneciéramos" ; "avaneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avanecierais" ; "avanecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avanecieran" ; "avaneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "avaneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "avanecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "avaneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "avaneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "avanecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "avanecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "avaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "avanecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "avaneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "avaneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "avanecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "avaneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avanecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "avaneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avaneció" ;--# notpresent @@ -31728,12 +34614,12 @@ lin avanecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "avaneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "avaneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "avanecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "avaneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "avanecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "avaneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "avaneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "avaneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "avanecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "avanecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "avaneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "avaneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "avaneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "avanecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "avanecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "avanecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "avanecería" ;--# notpresent @@ -31764,24 +34650,30 @@ lin canecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "canecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "canecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "canecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "canezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "canezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "canezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "canezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "canezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "canezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "canezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "canezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "canezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "canezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "canezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "canezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "canecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "canecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "canecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "canecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "canecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "canecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"canecieras" ; "canecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"caneciera" ; "caneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"caneciéramos" ; "caneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"canecierais" ; "canecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"canecieran" ; "caneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "caneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "canecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "caneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "caneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "canecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "canecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "caneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "canecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "caneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "caneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "canecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "caneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "canecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "caneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "caneció" ;--# notpresent @@ -31794,12 +34686,12 @@ lin canecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "caneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "caneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "canecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "caneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "canecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "caneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "caneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "caneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "canecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "caneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "canecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "caneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "caneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "caneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "canecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "canecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "canecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "canecería" ;--# notpresent @@ -31830,24 +34722,30 @@ lin condolecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "condolecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condolecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condolecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condolezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condolezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condolezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condolezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condolezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condolezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condolezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condolezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condolezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condolezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condolezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condolezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condolecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condolecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condolecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condolecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condolecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condolecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condolecieras" ; "condolecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condoleciera" ; "condoleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condoleciéramos" ; "condoleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condolecierais" ; "condolecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condolecieran" ; "condoleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condoleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condolecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condoleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condoleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condolecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condolecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condolecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condoleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condoleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condolecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condoleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condolecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condoleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condoleció" ;--# notpresent @@ -31860,12 +34758,12 @@ lin condolecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "condoleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condoleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condolecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condoleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condolecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condoleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condoleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condoleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condolecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condolecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condoleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condoleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condoleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condolecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condolecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condolecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condolecería" ;--# notpresent @@ -31896,24 +34794,30 @@ lin desembebecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desembebecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desembebecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desembebecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desembebezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desembebezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desembebezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desembebezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desembebezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desembebezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desembebezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desembebezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desembebezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desembebezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desembebezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desembebezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desembebecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desembebecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desembebecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desembebecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desembebecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desembebecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desembebecieras" ; "desembebecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desembebeciera" ; "desembebeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desembebeciéramos" ; "desembebeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desembebecierais" ; "desembebecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desembebecieran" ; "desembebeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desembebeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desembebecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desembebeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desembebeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desembebecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desembebecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desembebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desembebecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desembebeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desembebeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desembebecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desembebeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desembebecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desembebeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desembebeció" ;--# notpresent @@ -31926,12 +34830,12 @@ lin desembebecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "desembebeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desembebeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desembebecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desembebeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desembebecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desembebeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desembebeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desembebecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desembebecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desembebeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desembebeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desembebeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desembebecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desembebecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desembebecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desembebecería" ;--# notpresent @@ -31962,24 +34866,30 @@ lin desperecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desperecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desperecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desperecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desperezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desperezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desperezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desperezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desperezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desperezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desperezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desperezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desperezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desperezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desperezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desperezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desperecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desperecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desperecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desperecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desperecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desperecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desperecieras" ; "desperecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despereciera" ; "despereciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despereciéramos" ; "despereciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desperecierais" ; "desperecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desperecieran" ; "despereciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despereciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desperecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despereciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despereciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desperecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desperecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desperecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despereciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despereciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desperecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despereciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desperecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despereciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despereció" ;--# notpresent @@ -31992,12 +34902,12 @@ lin desperecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "despereceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despereceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desperecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despereciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desperecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despereciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despereciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despereciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desperecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despereciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desperecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despereciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despereciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despereciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desperecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desperecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desperecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desperecería" ;--# notpresent @@ -32028,24 +34938,30 @@ lin eflorecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "eflorecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "eflorecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "eflorecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "eflorezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "eflorezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "eflorezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "eflorezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "eflorezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "eflorezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "eflorezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "eflorezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "eflorezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "eflorezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "eflorezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "eflorezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "eflorecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "eflorecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "eflorecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "eflorecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "eflorecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "eflorecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eflorecieras" ; "eflorecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efloreciera" ; "efloreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efloreciéramos" ; "efloreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eflorecierais" ; "eflorecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eflorecieran" ; "efloreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "efloreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "eflorecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "efloreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "efloreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "eflorecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "eflorecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "efloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "eflorecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "efloreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "efloreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "eflorecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "efloreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "eflorecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "efloreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "efloreció" ;--# notpresent @@ -32058,12 +34974,12 @@ lin eflorecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "efloreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "efloreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "eflorecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "efloreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "eflorecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "efloreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "efloreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "efloreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "eflorecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "eflorecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "efloreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "efloreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "efloreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "eflorecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "eflorecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "eflorecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "eflorecería" ;--# notpresent @@ -32094,24 +35010,30 @@ lin embellaquecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "embellaquecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embellaquecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embellaquecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embellaquezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embellaquezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embellaquezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embellaquezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embellaquezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embellaquezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embellaquezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embellaquezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embellaquezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embellaquezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embellaquezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embellaquezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embellaquecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embellaquecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embellaquecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embellaquecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embellaquecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embellaquecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embellaquecieras" ; "embellaquecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embellaqueciera" ; "embellaqueciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embellaqueciéramos" ; "embellaqueciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embellaquecierais" ; "embellaquecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embellaquecieran" ; "embellaqueciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embellaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embellaquecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embellaqueciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embellaqueciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embellaquecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embellaquecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embellaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embellaquecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embellaqueciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embellaqueciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embellaquecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embellaqueciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embellaquecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embellaqueciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embellaqueció" ;--# notpresent @@ -32124,12 +35046,12 @@ lin embellaquecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "embellaqueceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embellaqueceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embellaquecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embellaqueciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embellaquecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embellaqueciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embellaqueciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embellaqueciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embellaquecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embellaquecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embellaquecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embellaquecería" ;--# notpresent @@ -32160,24 +35082,30 @@ lin empoltronecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "empoltronecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empoltronecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empoltronecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empoltronezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empoltronezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empoltronezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empoltronezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empoltronezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empoltronezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empoltronezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empoltronezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empoltronezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empoltronezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empoltronezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empoltronezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empoltronecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empoltronecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empoltronecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empoltronecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empoltronecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empoltronecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empoltronecieras" ; "empoltronecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empoltroneciera" ; "empoltroneciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empoltroneciéramos" ; "empoltroneciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empoltronecierais" ; "empoltronecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empoltronecieran" ; "empoltroneciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empoltroneciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empoltronecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empoltroneciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empoltroneciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empoltronecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empoltronecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empoltroneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empoltronecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empoltroneciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empoltroneciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empoltronecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empoltroneciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empoltronecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empoltroneciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empoltroneció" ;--# notpresent @@ -32190,12 +35118,12 @@ lin empoltronecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "empoltroneceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empoltroneceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empoltronecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empoltroneciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empoltronecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empoltroneciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empoltroneciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empoltroneciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empoltronecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empoltronecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empoltronecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empoltronecería" ;--# notpresent @@ -32226,24 +35154,30 @@ lin encabellecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "encabellecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encabellecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encabellecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encabellezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encabellezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encabellezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encabellezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encabellezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encabellezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encabellezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encabellezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encabellezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encabellezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encabellezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encabellezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encabellecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encabellecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encabellecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encabellecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encabellecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encabellecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encabellecieras" ; "encabellecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encabelleciera" ; "encabelleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encabelleciéramos" ; "encabelleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encabellecierais" ; "encabellecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encabellecieran" ; "encabelleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encabelleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encabellecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encabelleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encabelleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encabellecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encabellecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encabelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encabellecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encabelleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encabelleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encabellecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encabelleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encabellecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encabelleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encabelleció" ;--# notpresent @@ -32256,12 +35190,12 @@ lin encabellecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "encabelleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encabelleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encabellecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encabelleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encabellecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encabelleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encabelleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encabellecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encabellecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encabelleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encabelleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encabelleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encabellecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encabellecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encabellecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encabellecería" ;--# notpresent @@ -32292,24 +35226,30 @@ lin engrumecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "engrumecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engrumecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engrumecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engrumezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrumezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engrumezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engrumezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engrumezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engrumezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engrumezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrumezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engrumezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engrumezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engrumezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engrumezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrumecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engrumecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrumecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engrumecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engrumecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrumecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrumecieras" ; "engrumecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrumeciera" ; "engrumeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrumeciéramos" ; "engrumeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrumecierais" ; "engrumecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrumecieran" ; "engrumeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engrumeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrumecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engrumeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engrumeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrumecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrumecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrumecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrumeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrumeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrumecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrumeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engrumecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engrumeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engrumeció" ;--# notpresent @@ -32322,12 +35262,12 @@ lin engrumecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "engrumeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engrumeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engrumecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engrumeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrumecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engrumeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engrumeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrumecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrumecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engrumeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engrumeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engrumeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrumecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engrumecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engrumecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engrumecería" ;--# notpresent @@ -32358,24 +35298,30 @@ lin enmarillecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmarillecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmarillecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmarillecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmarillezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmarillezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmarillezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmarillezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmarillezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmarillezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmarillezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmarillezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmarillezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmarillezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmarillezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmarillezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmarillecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmarillecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmarillecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmarillecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmarillecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmarillecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmarillecieras" ; "enmarillecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmarilleciera" ; "enmarilleciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmarilleciéramos" ; "enmarilleciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmarillecierais" ; "enmarillecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmarillecieran" ; "enmarilleciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmarillecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmarilleciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmarilleciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmarillecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmarillecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmarillecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmarilleciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmarilleciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmarillecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmarilleciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmarillecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmarilleciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmarilleció" ;--# notpresent @@ -32388,12 +35334,12 @@ lin enmarillecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmarilleceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmarilleceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmarillecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmarilleciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmarillecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmarilleciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmarilleciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmarilleciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmarillecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmarillecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmarillecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmarillecería" ;--# notpresent @@ -32424,24 +35370,30 @@ lin ensilvecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensilvecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensilvecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensilvecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensilvezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensilvezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensilvezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensilvezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensilvezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensilvezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensilvezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensilvezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensilvezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensilvezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensilvezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensilvezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensilvecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensilvecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensilvecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensilvecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensilvecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensilvecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensilvecieras" ; "ensilvecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensilveciera" ; "ensilveciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensilveciéramos" ; "ensilveciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensilvecierais" ; "ensilvecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensilvecieran" ; "ensilveciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensilveciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensilvecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensilveciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensilveciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensilvecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensilvecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensilveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensilvecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensilveciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensilveciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensilvecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensilveciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensilvecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensilveciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensilveció" ;--# notpresent @@ -32454,12 +35406,12 @@ lin ensilvecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensilveceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensilveceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensilvecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensilveciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensilveciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensilveciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensilvecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensilveciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensilveciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensilveciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensilvecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensilvecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensilvecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensilvecería" ;--# notpresent @@ -32490,24 +35442,30 @@ lin entigrecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "entigrecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entigrecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entigrecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entigrezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entigrezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entigrezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entigrezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entigrezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entigrezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entigrezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entigrezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entigrezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entigrezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entigrezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entigrezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entigrecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entigrecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entigrecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entigrecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entigrecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entigrecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entigrecieras" ; "entigrecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entigreciera" ; "entigreciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entigreciéramos" ; "entigreciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entigrecierais" ; "entigrecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entigrecieran" ; "entigreciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entigreciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entigrecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entigreciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entigreciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entigrecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entigrecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entigreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entigrecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entigreciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entigreciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entigrecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entigreciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entigrecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entigreciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entigreció" ;--# notpresent @@ -32520,12 +35478,12 @@ lin entigrecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "entigreceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entigreceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entigrecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entigreciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entigrecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entigreciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entigreciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entigreciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entigrecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entigrecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entigreciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entigreciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entigreciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entigrecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entigrecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entigrecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entigrecería" ;--# notpresent @@ -32556,24 +35514,30 @@ lin entreparecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "entreparecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreparecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreparecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreparezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreparezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreparezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreparezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreparezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreparezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreparezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreparezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreparezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreparezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreparezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreparezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreparecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreparecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreparecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreparecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreparecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreparecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreparecieras" ; "entreparecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepareciera" ; "entrepareciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepareciéramos" ; "entrepareciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreparecierais" ; "entreparecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreparecieran" ; "entrepareciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrepareciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entreparecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrepareciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrepareciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entreparecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entreparecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrepareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreparecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrepareciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrepareciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreparecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrepareciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreparecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrepareciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrepareció" ;--# notpresent @@ -32586,12 +35550,12 @@ lin entreparecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrepareceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrepareceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreparecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrepareciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entreparecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrepareciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrepareciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entreparecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entreparecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrepareciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrepareciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrepareciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entreparecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreparecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreparecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreparecería" ;--# notpresent @@ -32622,24 +35586,30 @@ lin escalfecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "escalfecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escalfecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escalfecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escalfezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escalfezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escalfezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escalfezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escalfezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escalfezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escalfezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escalfezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escalfezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escalfezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escalfezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escalfezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escalfecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escalfecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escalfecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escalfecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escalfecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escalfecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escalfecieras" ; "escalfecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escalfeciera" ; "escalfeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escalfeciéramos" ; "escalfeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escalfecierais" ; "escalfecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escalfecieran" ; "escalfeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escalfeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escalfecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escalfeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escalfeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escalfecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escalfecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escalfeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escalfecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escalfeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escalfeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escalfecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escalfeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escalfecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escalfeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escalfeció" ;--# notpresent @@ -32652,12 +35622,12 @@ lin escalfecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "escalfeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escalfeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escalfecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escalfeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escalfecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escalfeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escalfeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escalfecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escalfecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escalfeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escalfeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escalfeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escalfecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escalfecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escalfecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escalfecería" ;--# notpresent @@ -32688,24 +35658,30 @@ lin remostecerse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "remostecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remostecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remostecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remostezca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remostezcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remostezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remostezcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remostezcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remostezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remostezca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remostezcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remostezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remostezcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remostezcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remostezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remostecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remostecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remostecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remostecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remostecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remostecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remostecieras" ; "remostecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remosteciera" ; "remosteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remosteciéramos" ; "remosteciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remostecierais" ; "remostecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remostecieran" ; "remosteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remosteciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remostecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remosteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remosteciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remostecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remostecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remosteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remostecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remosteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remosteciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remostecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remosteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remostecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remosteciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remosteció" ;--# notpresent @@ -32718,12 +35694,12 @@ lin remostecerse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "remosteceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remosteceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remostecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remosteciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remostecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remosteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remosteciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remosteciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remostecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remostecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remosteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remosteciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remosteciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remostecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remostecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remostecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remostecería" ;--# notpresent @@ -32754,24 +35730,30 @@ lin avergonzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "avergonzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "avergonzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avergüenzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "avergüence" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avergüences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "avergüence" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "avergoncemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "avergoncéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avergüencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "avergüence" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avergüences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "avergüence" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "avergoncemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "avergoncéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avergüencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "avergonzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "avergonzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "avergonzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "avergonzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "avergonzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "avergonzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"avergonzaras" ; "avergonzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"avergonzara" ; "avergonzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"avergonzáramos" ; "avergonzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"avergonzarais" ; "avergonzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"avergonzaran" ; "avergonzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "avergonzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "avergonzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "avergonzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "avergonzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "avergonzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "avergonzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "avergonzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "avergonzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "avergonzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "avergonzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "avergonzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "avergonzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "avergoncé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "avergonzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "avergonzó" ;--# notpresent @@ -32784,12 +35766,12 @@ lin avergonzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "avergonzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "avergonzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "avergonzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "avergonzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "avergonzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "avergonzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "avergonzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "avergonzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "avergonzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "avergonzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "avergonzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "avergonzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "avergonzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "avergonzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "avergonzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "avergonzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "avergonzaría" ;--# notpresent @@ -32821,24 +35803,30 @@ lin astri {- VPB (Pres Ind C.Pl C.P1) => -} "astriñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "astriñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "astriñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "astriña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "astriñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "astriña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "astriñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "astriñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "astriñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "astriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "astriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "astriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "astriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "astriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "astriñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "astriñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "astriñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "astriñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "astriñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "astriñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "astriñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriñera" ; "astriñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astriñeras" ; "astriñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriñera" ; "astriñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriñéramos" ; "astriñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astriñerais" ; "astriñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astriñeran" ; "astriñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "astriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "astriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "astriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "astriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "astriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "astriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "astriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "astriñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "astriñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "astriñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "astriñó" ;--# notpresent @@ -32851,12 +35839,12 @@ lin astri {- VPB (Fut Ind C.Pl C.P1) => -} "astriñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "astriñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "astriñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "astriñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "astriñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "astriñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "astriñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "astriñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "astriñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "astriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "astriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "astriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "astriñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "astriñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "astriñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "astriñiría" ;--# notpresent @@ -32887,24 +35875,30 @@ lin bru {- VPB (Pres Ind C.Pl C.P1) => -} "bruñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bruñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bruñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bruña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bruñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bruña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bruñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bruñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bruñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bruña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bruñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bruña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bruñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bruñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bruñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bruñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bruñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bruñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bruñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bruñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bruñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bruñera" ; "bruñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bruñeras" ; "bruñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bruñera" ; "bruñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bruñéramos" ; "bruñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bruñerais" ; "bruñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bruñeran" ; "bruñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bruñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bruñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bruñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bruñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bruñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bruñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bruñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bruñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bruñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bruñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bruñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bruñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bruñó" ;--# notpresent @@ -32917,12 +35911,12 @@ lin bru {- VPB (Fut Ind C.Pl C.P1) => -} "bruñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bruñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bruñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bruñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bruñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bruñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bruñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bruñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bruñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bruñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bruñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bruñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bruñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bruñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bruñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bruñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bruñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bruñiría" ;--# notpresent @@ -32953,24 +35947,30 @@ lin bullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "bullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bullera" ; "bullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bulleras" ; "bulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bullera" ; "bullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bulléramos" ; "bullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bullerais" ; "bulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bulleran" ; "bullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bulló" ;--# notpresent @@ -32983,12 +35983,12 @@ lin bullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "bulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bulliría" ;--# notpresent @@ -33019,24 +36019,30 @@ lin desmullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmulleras" ; "desmulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmullera" ; "desmullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmulléramos" ; "desmullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmullerais" ; "desmulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmulleran" ; "desmullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmulló" ;--# notpresent @@ -33049,12 +36055,12 @@ lin desmullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmulliría" ;--# notpresent @@ -33085,24 +36091,30 @@ lin empeller_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empellemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empelléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empellen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empella" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empellas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empella" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empellamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empelláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empellan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empella" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empellas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empella" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empellamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empelláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empellan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empellía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empellías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empellía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empellíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empellíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empellían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empellera" ; "empellese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empelleras" ; "empelleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empellera" ; "empellese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empelléramos" ; "empellésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empellerais" ; "empelleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empelleran" ; "empellesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empellera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empelleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empellera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empelléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empellerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empelleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empellese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empelleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empellese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empellésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empelleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empellesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empellí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empelliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empelló" ;--# notpresent @@ -33115,12 +36127,12 @@ lin empeller_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empelleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empelleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empellerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empellere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empelleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empellere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empelléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empellereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empelleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empellere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empelleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empellere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empelléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empellereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empelleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empellería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empellerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empellería" ;--# notpresent @@ -33151,24 +36163,30 @@ lin engullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engullera" ; "engullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engulleras" ; "engulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engullera" ; "engullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engulléramos" ; "engullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engullerais" ; "engulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engulleran" ; "engullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engulló" ;--# notpresent @@ -33181,12 +36199,12 @@ lin engullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engulliría" ;--# notpresent @@ -33217,24 +36235,30 @@ lin ga {- VPB (Pres Ind C.Pl C.P1) => -} "gañimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gañís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gañen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gaña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gañas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gaña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gañamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gañáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gañan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gañan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gañía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gañías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gañía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gañíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gañíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gañían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gañera" ; "gañese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gañeras" ; "gañeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gañera" ; "gañese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gañéramos" ; "gañésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gañerais" ; "gañeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gañeran" ; "gañesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gañesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gañí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gañiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gañó" ;--# notpresent @@ -33247,12 +36271,12 @@ lin ga {- VPB (Fut Ind C.Pl C.P1) => -} "gañiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gañiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gañirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gañere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gañeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gañere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gañéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gañereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gañeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gañeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gañiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gañirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gañiría" ;--# notpresent @@ -33283,24 +36307,30 @@ lin gru {- VPB (Pres Ind C.Pl C.P1) => -} "gruñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gruñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gruñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gruña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gruñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gruña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gruñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gruñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gruñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gruña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gruñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gruña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gruñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gruñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gruñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gruñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gruñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gruñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gruñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gruñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gruñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruñera" ; "gruñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gruñeras" ; "gruñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruñera" ; "gruñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruñéramos" ; "gruñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruñerais" ; "gruñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gruñeran" ; "gruñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gruñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gruñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gruñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gruñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gruñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gruñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gruñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gruñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gruñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gruñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gruñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gruñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gruñó" ;--# notpresent @@ -33313,12 +36343,12 @@ lin gru {- VPB (Fut Ind C.Pl C.P1) => -} "gruñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gruñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gruñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gruñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gruñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gruñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gruñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gruñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gruñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gruñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gruñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gruñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gruñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gruñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gruñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gruñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gruñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gruñiría" ;--# notpresent @@ -33349,24 +36379,30 @@ lin gua {- VPB (Pres Ind C.Pl C.P1) => -} "guañimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "guañís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "guañen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "guaña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "guañas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "guaña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "guañamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "guañáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "guañan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "guaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "guañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "guaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "guañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "guañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "guañan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "guañía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "guañías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "guañía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "guañíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "guañíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "guañían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"guañera" ; "guañese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"guañeras" ; "guañeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"guañera" ; "guañese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"guañéramos" ; "guañésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"guañerais" ; "guañeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"guañeran" ; "guañesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "guañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "guañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "guañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "guañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "guañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "guañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "guañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "guañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "guañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "guañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "guañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "guañesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "guañí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "guañiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "guañó" ;--# notpresent @@ -33379,12 +36415,12 @@ lin gua {- VPB (Fut Ind C.Pl C.P1) => -} "guañiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "guañiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "guañirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "guañere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "guañeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "guañere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "guañéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "guañereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "guañeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "guañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "guañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "guañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "guañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "guañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "guañeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "guañiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "guañirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "guañiría" ;--# notpresent @@ -33415,24 +36451,30 @@ lin ju {- VPB (Pres Ind C.Pl C.P1) => -} "juñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "juñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "juñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "juña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "juñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "juña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "juñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "juñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "juñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "juña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "juñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "juña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "juñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "juñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "juñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "juñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "juñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "juñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "juñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "juñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "juñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"juñera" ; "juñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"juñeras" ; "juñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"juñera" ; "juñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"juñéramos" ; "juñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"juñerais" ; "juñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"juñeran" ; "juñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "juñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "juñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "juñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "juñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "juñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "juñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "juñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "juñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "juñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "juñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "juñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "juñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "juñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "juñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "juñó" ;--# notpresent @@ -33445,12 +36487,12 @@ lin ju {- VPB (Fut Ind C.Pl C.P1) => -} "juñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "juñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "juñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "juñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "juñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "juñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "juñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "juñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "juñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "juñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "juñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "juñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "juñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "juñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "juñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "juñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "juñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "juñiría" ;--# notpresent @@ -33481,24 +36523,30 @@ lin mullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mullera" ; "mullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mulleras" ; "mulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mullera" ; "mullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mulléramos" ; "mullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mullerais" ; "mulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mulleran" ; "mullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mulló" ;--# notpresent @@ -33511,12 +36559,12 @@ lin mullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mulliría" ;--# notpresent @@ -33547,24 +36595,30 @@ lin mu {- VPB (Pres Ind C.Pl C.P1) => -} "muñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "muñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "muñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "muñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "muñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "muñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "muñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "muñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "muñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "muñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "muñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "muñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muñera" ; "muñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"muñeras" ; "muñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muñera" ; "muñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muñéramos" ; "muñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"muñerais" ; "muñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"muñeran" ; "muñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "muñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "muñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "muñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "muñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "muñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "muñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "muñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "muñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "muñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "muñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "muñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "muñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "muñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "muñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "muñó" ;--# notpresent @@ -33577,12 +36631,12 @@ lin mu {- VPB (Fut Ind C.Pl C.P1) => -} "muñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "muñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "muñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "muñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "muñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "muñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "muñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "muñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "muñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "muñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "muñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "muñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "muñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "muñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "muñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "muñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "muñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "muñiría" ;--# notpresent @@ -33613,24 +36667,30 @@ lin pla {- VPB (Pres Ind C.Pl C.P1) => -} "plañimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "plañís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "plañen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "plaña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "plañas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "plaña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "plañamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "plañáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plañan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "plaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "plañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "plaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "plañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "plañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plañan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "plañía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "plañías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "plañía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "plañíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "plañíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "plañían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plañera" ; "plañese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plañeras" ; "plañeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plañera" ; "plañese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plañéramos" ; "plañésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plañerais" ; "plañeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plañeran" ; "plañesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "plañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "plañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "plañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "plañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "plañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "plañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "plañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "plañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "plañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "plañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "plañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "plañesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plañí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "plañiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "plañó" ;--# notpresent @@ -33643,12 +36703,12 @@ lin pla {- VPB (Fut Ind C.Pl C.P1) => -} "plañiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "plañiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "plañirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "plañere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "plañeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "plañere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "plañéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "plañereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "plañeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "plañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "plañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "plañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "plañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "plañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "plañeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "plañiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "plañirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "plañiría" ;--# notpresent @@ -33679,24 +36739,30 @@ lin rebullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rebullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rebullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rebullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rebulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rebullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rebulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rebullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rebulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rebullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rebulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rebullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rebulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rebullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rebulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rebullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rebullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rebullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rebullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rebullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rebullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rebullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rebulleras" ; "rebulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rebullera" ; "rebullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rebulléramos" ; "rebullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rebullerais" ; "rebulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rebulleran" ; "rebullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rebullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rebulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rebullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rebulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rebullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rebulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rebullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rebulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rebullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rebullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rebulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rebullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rebullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rebulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rebulló" ;--# notpresent @@ -33709,12 +36775,12 @@ lin rebullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rebulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rebulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rebullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rebullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rebulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rebullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rebulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rebullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rebulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rebullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rebulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rebullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rebulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rebullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rebulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rebulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rebullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rebulliría" ;--# notpresent @@ -33745,24 +36811,30 @@ lin rega {- VPB (Pres Ind C.Pl C.P1) => -} "regañimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regañís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regañen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "regaña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regañas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "regaña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regañamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regañáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "regañan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "regaña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "regaña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "regañan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regañía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regañías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regañía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regañíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regañíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regañían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regañera" ; "regañese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regañeras" ; "regañeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regañera" ; "regañese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regañéramos" ; "regañésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regañerais" ; "regañeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regañeran" ; "regañesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regañesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regañí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regañiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regañó" ;--# notpresent @@ -33775,12 +36847,12 @@ lin rega {- VPB (Fut Ind C.Pl C.P1) => -} "regañiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regañiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regañirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regañere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regañeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regañere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regañéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regañereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regañeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regañeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regañiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regañirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regañiría" ;--# notpresent @@ -33811,24 +36883,30 @@ lin regru {- VPB (Pres Ind C.Pl C.P1) => -} "regruñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regruñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regruñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "regruña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regruñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "regruña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regruñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regruñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "regruñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "regruña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regruñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "regruña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regruñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regruñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "regruñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regruñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regruñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regruñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regruñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regruñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regruñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regruñera" ; "regruñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regruñeras" ; "regruñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regruñera" ; "regruñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regruñéramos" ; "regruñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regruñerais" ; "regruñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regruñeran" ; "regruñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regruñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regruñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regruñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regruñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regruñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regruñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regruñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regruñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regruñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regruñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regruñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regruñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regruñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regruñó" ;--# notpresent @@ -33841,12 +36919,12 @@ lin regru {- VPB (Fut Ind C.Pl C.P1) => -} "regruñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regruñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regruñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regruñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regruñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regruñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regruñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regruñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regruñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regruñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regruñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regruñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regruñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regruñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regruñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regruñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regruñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regruñiría" ;--# notpresent @@ -33877,24 +36955,30 @@ lin remullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remullera" ; "remullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remulleras" ; "remulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remullera" ; "remullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remulléramos" ; "remullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remullerais" ; "remulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remulleran" ; "remullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remulló" ;--# notpresent @@ -33907,12 +36991,12 @@ lin remullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remulliría" ;--# notpresent @@ -33943,24 +37027,30 @@ lin restri {- VPB (Pres Ind C.Pl C.P1) => -} "restriñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restriñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restriñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restriña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restriñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restriña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restriñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restriñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restriñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restriñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restriñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restriñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restriñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restriñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restriñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restriñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restriñera" ; "restriñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restriñeras" ; "restriñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restriñera" ; "restriñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restriñéramos" ; "restriñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restriñerais" ; "restriñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restriñeran" ; "restriñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restriñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restriñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restriñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restriñó" ;--# notpresent @@ -33973,12 +37063,12 @@ lin restri {- VPB (Fut Ind C.Pl C.P1) => -} "restriñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restriñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restriñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restriñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restriñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restriñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restriñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restriñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restriñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restriñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restriñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restriñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restriñiría" ;--# notpresent @@ -34009,24 +37099,30 @@ lin reti {- VPB (Pres Ind C.Pl C.P1) => -} "retiñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retiñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retiñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retiña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retiñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retiña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retiñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retiñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retiñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retiñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retiñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retiñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retiñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retiñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retiñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retiñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiñera" ; "retiñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retiñeras" ; "retiñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiñera" ; "retiñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiñéramos" ; "retiñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retiñerais" ; "retiñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retiñeran" ; "retiñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retiñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retiñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retiñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retiñó" ;--# notpresent @@ -34039,12 +37135,12 @@ lin reti {- VPB (Fut Ind C.Pl C.P1) => -} "retiñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retiñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retiñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retiñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retiñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retiñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retiñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retiñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retiñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retiñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retiñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retiñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retiñiría" ;--# notpresent @@ -34075,24 +37171,30 @@ lin salpullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "salpullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "salpullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "salpullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "salpulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "salpullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "salpulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "salpullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "salpulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "salpullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "salpulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "salpullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "salpulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "salpullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "salpulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "salpullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "salpullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "salpullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "salpullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "salpullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "salpullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "salpullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpulleras" ; "salpulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpullera" ; "salpullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpulléramos" ; "salpullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpullerais" ; "salpulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpulleran" ; "salpullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "salpullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "salpulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "salpullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "salpulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "salpullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "salpulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "salpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "salpulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "salpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "salpullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "salpulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "salpullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "salpullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "salpulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "salpulló" ;--# notpresent @@ -34105,12 +37207,12 @@ lin salpullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "salpulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "salpulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "salpullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "salpullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "salpulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "salpullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "salpulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "salpullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "salpulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "salpullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "salpulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "salpullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "salpulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "salpullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "salpulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "salpulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "salpullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "salpulliría" ;--# notpresent @@ -34141,24 +37243,30 @@ lin sarpullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sarpullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sarpullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sarpullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sarpulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sarpullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sarpulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sarpullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sarpulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sarpullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sarpulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sarpullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sarpulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sarpullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sarpulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sarpullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sarpullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sarpullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sarpullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sarpullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sarpullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sarpullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarpulleras" ; "sarpulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarpullera" ; "sarpullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarpulléramos" ; "sarpullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarpullerais" ; "sarpulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarpulleran" ; "sarpullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sarpullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sarpulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sarpullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sarpulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sarpullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sarpulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sarpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sarpulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sarpullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sarpullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sarpulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sarpullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sarpullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sarpulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sarpulló" ;--# notpresent @@ -34171,12 +37279,12 @@ lin sarpullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sarpulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sarpulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sarpullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sarpullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sarpulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sarpullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sarpulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sarpullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sarpulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sarpulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sarpullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sarpulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sarpullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sarpulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sarpulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sarpullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sarpulliría" ;--# notpresent @@ -34207,24 +37315,30 @@ lin ta {- VPB (Pres Ind C.Pl C.P1) => -} "tañemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tañéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tañen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "taña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tañas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "taña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tañamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tañáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tañan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "taña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tañas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "taña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tañamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tañáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tañan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tañía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tañías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tañía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tañíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tañíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tañían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tañera" ; "tañese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tañeras" ; "tañeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tañera" ; "tañese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tañéramos" ; "tañésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tañerais" ; "tañeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tañeran" ; "tañesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tañera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tañeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tañera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tañéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tañerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tañeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tañese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tañeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tañese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tañésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tañeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tañesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tañí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tañiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tañó" ;--# notpresent @@ -34237,12 +37351,12 @@ lin ta {- VPB (Fut Ind C.Pl C.P1) => -} "tañeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tañeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tañerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tañere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tañeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tañere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tañéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tañereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tañeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tañere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tañeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tañere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tañéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tañereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tañeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tañería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tañerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tañería" ;--# notpresent @@ -34273,24 +37387,30 @@ lin tullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tullera" ; "tullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tulleras" ; "tulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tullera" ; "tullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tulléramos" ; "tullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tullerais" ; "tulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tulleran" ; "tullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tulló" ;--# notpresent @@ -34303,12 +37423,12 @@ lin tullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tulliría" ;--# notpresent @@ -34339,24 +37459,30 @@ lin zabullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zabullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zabullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zabullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zabulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zabullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zabulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zabullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zabulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zabullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zabulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zabullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zabulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zabullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zabulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zabullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zabullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zabullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zabullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zabullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zabullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zabullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zabulleras" ; "zabulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zabullera" ; "zabullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zabulléramos" ; "zabullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zabullerais" ; "zabulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zabulleran" ; "zabullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zabullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zabulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zabullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zabulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zabullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zabulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zabulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zabullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zabulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zabullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zabullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zabulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zabulló" ;--# notpresent @@ -34369,12 +37495,12 @@ lin zabullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zabulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zabulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zabullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zabullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zabulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zabullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zabulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zabullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zabulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zabullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zabulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zabullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zabulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zabullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zabulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zabulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zabullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zabulliría" ;--# notpresent @@ -34405,24 +37531,30 @@ lin zambullir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zambullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zambullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zambullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zambulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zambullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zambulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zambullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zambulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zambullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zambulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zambullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zambulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zambullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zambulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zambullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zambullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zambullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zambullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zambullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zambullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zambullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zambulleras" ; "zambulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zambullera" ; "zambullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zambulléramos" ; "zambullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zambullerais" ; "zambulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zambulleran" ; "zambullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zambullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zambulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zambullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zambulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zambullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zambulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zambullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zambulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zambullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zambullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zambulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zambullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zambullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zambulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zambulló" ;--# notpresent @@ -34435,12 +37567,12 @@ lin zambullir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zambulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zambulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zambullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zambullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zambulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zambullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zambulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zambullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zambulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zambullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zambulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zambullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zambulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zambullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zambulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zambulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zambullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zambulliría" ;--# notpresent @@ -34471,24 +37603,30 @@ lin descabullirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "descabullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descabullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descabullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descabulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descabullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descabulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descabullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descabulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descabullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descabulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descabullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descabulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descabullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descabulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descabullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descabullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descabullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descabullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descabullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descabullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descabullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descabulleras" ; "descabulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descabullera" ; "descabullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descabulléramos" ; "descabullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descabullerais" ; "descabulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descabulleran" ; "descabullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descabullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descabulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descabullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descabulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descabullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descabulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descabulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descabullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descabulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descabullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descabullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descabulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descabulló" ;--# notpresent @@ -34501,12 +37639,12 @@ lin descabullirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "descabulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descabulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descabullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descabullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descabulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descabullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descabulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descabullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descabulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descabullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descabulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descabullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descabulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descabullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descabulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descabulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descabullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descabulliría" ;--# notpresent @@ -34537,24 +37675,30 @@ lin escabullirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "escabullimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escabullís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escabullen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escabulla" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escabullas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escabulla" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escabullamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escabulláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escabullan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escabulla" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escabullas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escabulla" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escabullamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escabulláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escabullan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escabullía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escabullías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escabullía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escabullíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escabullíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escabullían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escabulleras" ; "escabulleses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escabullera" ; "escabullese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escabulléramos" ; "escabullésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escabullerais" ; "escabulleseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escabulleran" ; "escabullesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escabullera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escabulleras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escabullera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escabulléramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escabullerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escabulleran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escabulleses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escabullese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escabullésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escabulleseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escabullesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escabullí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escabulliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escabulló" ;--# notpresent @@ -34567,12 +37711,12 @@ lin escabullirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "escabulliremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escabulliréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escabullirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escabullere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escabulleres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escabullere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escabulléremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escabullereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escabulleren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escabullere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escabulleres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escabullere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escabulléremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escabullereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escabulleren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escabulliría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escabullirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escabulliría" ;--# notpresent @@ -34603,24 +37747,30 @@ lin abstraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abstraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abstraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abstraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abstraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abstraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abstraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abstraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abstraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abstraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abstraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abstraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abstraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abstraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abstraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abstraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abstraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abstraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abstraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abstraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abstraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abstraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abstrayeras" ; "abstrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abstrayera" ; "abstrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abstrayéramos" ; "abstrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abstrayerais" ; "abstrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abstrayeran" ; "abstrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abstrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abstrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abstrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abstrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abstrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abstrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abstrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abstrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abstrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abstrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abstrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abstrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abstraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abstraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abstrayó" ;--# notpresent @@ -34633,12 +37783,12 @@ lin abstraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abstraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abstraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abstraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abstrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abstrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abstrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abstrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abstrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abstrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abstrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abstrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abstrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abstrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abstrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abstraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abstraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abstraería" ;--# notpresent @@ -34669,24 +37819,30 @@ lin atraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atrayeras" ; "atrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atrayera" ; "atrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atrayéramos" ; "atrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atrayerais" ; "atrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atrayeran" ; "atrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atrayó" ;--# notpresent @@ -34699,12 +37855,12 @@ lin atraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atraería" ;--# notpresent @@ -34735,24 +37891,30 @@ lin caer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "caemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "caéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "caen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "caiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "caigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "caiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "caigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "caigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "caigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "caiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "caigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "caiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "caigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "caigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "caigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "caía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "caías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "caía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "caíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "caíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "caían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cayera" ; "cayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cayeras" ; "cayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cayera" ; "cayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cayéramos" ; "cayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cayerais" ; "cayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cayeran" ; "cayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "caí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "caíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cayó" ;--# notpresent @@ -34765,12 +37927,12 @@ lin caer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "caeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "caeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "caerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "caería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "caerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "caería" ;--# notpresent @@ -34801,24 +37963,30 @@ lin contraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrayeras" ; "contrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrayera" ; "contrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrayéramos" ; "contrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrayerais" ; "contrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrayeran" ; "contrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contrayó" ;--# notpresent @@ -34831,12 +37999,12 @@ lin contraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contraería" ;--# notpresent @@ -34867,24 +38035,30 @@ lin corroer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "corroemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "corroéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "corroen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "corroa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "corroas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "corroa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "corroamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "corroáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "corroan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "corroa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "corroas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "corroa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "corroamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "corroáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "corroan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "corroía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "corroías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "corroía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "corroíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "corroíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "corroían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corroyeras" ; "corroyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corroyera" ; "corroyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corroyéramos" ; "corroyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corroyerais" ; "corroyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corroyeran" ; "corroyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "corroyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "corroyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "corroyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "corroyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "corroyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "corroyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "corroyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "corroyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "corroyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "corroyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "corroyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "corroyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "corroí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "corroíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "corroyó" ;--# notpresent @@ -34897,12 +38071,12 @@ lin corroer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "corroeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "corroeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "corroerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "corroyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "corroyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "corroyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "corroyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "corroyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "corroyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "corroyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "corroyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "corroyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "corroyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "corroyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "corroyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "corroería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "corroerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "corroería" ;--# notpresent @@ -34933,24 +38107,30 @@ lin creer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "creemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "creéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "creen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "crea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "creas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "crea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "creamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "creáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "crean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "crea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "creas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "crea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "creamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "creáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "crean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "creía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "creías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "creía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "creíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "creíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "creían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"creyera" ; "creyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"creyeras" ; "creyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"creyera" ; "creyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"creyéramos" ; "creyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"creyerais" ; "creyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"creyeran" ; "creyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "creyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "creyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "creyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "creyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "creyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "creyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "creyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "creyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "creyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "creyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "creyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "creyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "creí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "creíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "creyó" ;--# notpresent @@ -34963,12 +38143,12 @@ lin creer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "creeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "creeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "creerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "creyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "creyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "creyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "creyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "creyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "creyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "creyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "creyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "creyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "creyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "creyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "creyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "creería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "creerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "creería" ;--# notpresent @@ -34999,24 +38179,30 @@ lin decaer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decaemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decaéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "decaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "decaiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "decaigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "decaiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "decaigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "decaigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "decaigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "decaiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "decaigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "decaiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "decaigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "decaigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "decaigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decaía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decaías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decaía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decaíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decaíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decaían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decayera" ; "decayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decayeras" ; "decayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decayera" ; "decayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decayéramos" ; "decayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decayerais" ; "decayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decayeran" ; "decayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "decayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "decayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "decayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "decayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "decayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "decayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "decayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "decayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "decayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "decayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "decayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "decayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "decaí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "decaíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "decayó" ;--# notpresent @@ -35029,12 +38215,12 @@ lin decaer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "decaeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "decaeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "decaerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "decayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "decayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "decayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "decayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "decayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "decayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "decayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "decayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "decayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "decayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "decayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "decayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "decaería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "decaerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "decaería" ;--# notpresent @@ -35065,24 +38251,30 @@ lin descaer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descaemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descaéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descaiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descaigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descaiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descaigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descaigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descaigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descaiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descaigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descaiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descaigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descaigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descaigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descaía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descaías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descaía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descaíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descaíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descaían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descayera" ; "descayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descayeras" ; "descayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descayera" ; "descayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descayéramos" ; "descayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descayerais" ; "descayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descayeran" ; "descayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descaí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descaíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descayó" ;--# notpresent @@ -35095,12 +38287,12 @@ lin descaer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descaeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descaeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descaerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descaería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descaerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descaería" ;--# notpresent @@ -35131,24 +38323,30 @@ lin descreer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descreemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descreéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descreen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descrea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descreas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descrea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descreamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descreáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descrean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descrea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descreas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descrea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descreamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descreáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descrean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descreía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descreías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descreía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descreíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descreíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descreían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descreyeras" ; "descreyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descreyera" ; "descreyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descreyéramos" ; "descreyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descreyerais" ; "descreyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descreyeran" ; "descreyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descreyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descreyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descreyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descreyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descreyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descreyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descreyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descreyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descreyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descreyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descreyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descreyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descreí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descreíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descreyó" ;--# notpresent @@ -35161,12 +38359,12 @@ lin descreer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descreeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descreeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descreerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descreyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descreyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descreyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descreyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descreyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descreyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descreyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descreyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descreyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descreyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descreyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descreyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descreería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descreerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descreería" ;--# notpresent @@ -35197,24 +38395,30 @@ lin desposeer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desposeemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desposeéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desposeen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desposea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desposeas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desposea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desposeamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desposeáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desposean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desposea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desposeas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desposea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desposeamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desposeáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desposean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desposeía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desposeías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desposeía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desposeíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desposeíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desposeían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desposeyeras" ; "desposeyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desposeyera" ; "desposeyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desposeyéramos" ; "desposeyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desposeyerais" ; "desposeyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desposeyeran" ; "desposeyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desposeyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desposeyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desposeyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desposeyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desposeyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desposeyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desposeyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desposeyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desposeyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desposeyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desposeyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desposeyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desposeí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desposeíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desposeyó" ;--# notpresent @@ -35227,12 +38431,12 @@ lin desposeer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desposeeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desposeeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desposeerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desposeyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desposeyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desposeyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desposeyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desposeyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desposeyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desposeyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desposeyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desposeyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desposeyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desposeyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desposeería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desposeerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desposeería" ;--# notpresent @@ -35263,24 +38467,30 @@ lin desproveer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desproveemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desproveéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desproveen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desprovea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desproveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desprovea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desproveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desproveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desprovean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desprovea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desproveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desprovea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desproveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desproveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desprovean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desproveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desproveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desproveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desproveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desproveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desproveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desproveyeras" ; "desproveyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desproveyera" ; "desproveyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desproveyéramos" ; "desproveyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desproveyerais" ; "desproveyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desproveyeran" ; "desproveyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desproveyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desproveyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desproveyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desproveyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desproveyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desproveyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desproveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desproveyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desproveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desproveyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desproveyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desproveyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desproveí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desproveíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desproveyó" ;--# notpresent @@ -35293,12 +38503,12 @@ lin desproveer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desproveeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desproveeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desproveerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desproveyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desproveyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desproveyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desproveyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desproveyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desproveyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desproveyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desproveyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desproveyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desproveyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desproveyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desproveería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desproveerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desproveería" ;--# notpresent @@ -35329,24 +38539,30 @@ lin detraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "detraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "detraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "detraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "detraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "detraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "detraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "detraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "detraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "detraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "detraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "detraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "detraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "detraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "detraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "detraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "detraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "detraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "detraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "detraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "detraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "detraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"detrayeras" ; "detrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"detrayera" ; "detrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"detrayéramos" ; "detrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"detrayerais" ; "detrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"detrayeran" ; "detrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "detrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "detrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "detrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "detrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "detrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "detrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "detrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "detrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "detrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "detrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "detrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "detrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "detraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "detraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "detrayó" ;--# notpresent @@ -35359,12 +38575,12 @@ lin detraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "detraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "detraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "detraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "detrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "detrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "detrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "detrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "detrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "detrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "detrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "detrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "detrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "detrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "detrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "detrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "detraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "detraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "detraería" ;--# notpresent @@ -35395,24 +38611,30 @@ lin distraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distrayeras" ; "distrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distrayera" ; "distrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distrayéramos" ; "distrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distrayerais" ; "distrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distrayeran" ; "distrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distrayó" ;--# notpresent @@ -35425,12 +38647,12 @@ lin distraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distraería" ;--# notpresent @@ -35461,24 +38683,30 @@ lin extraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "extraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "extraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "extraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "extraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "extraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "extraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "extraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "extraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "extraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "extraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "extraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "extraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "extraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "extraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "extraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "extraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "extraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "extraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "extraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "extraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "extraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"extrayeras" ; "extrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"extrayera" ; "extrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"extrayéramos" ; "extrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"extrayerais" ; "extrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"extrayeran" ; "extrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "extrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "extrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "extrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "extrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "extrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "extrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "extrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "extrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "extrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "extrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "extrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "extrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "extraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "extraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "extrayó" ;--# notpresent @@ -35491,12 +38719,12 @@ lin extraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "extraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "extraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "extraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "extrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "extrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "extrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "extrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "extrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "extrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "extrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "extrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "extrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "extrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "extrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "extrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "extraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "extraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "extraería" ;--# notpresent @@ -35527,24 +38755,30 @@ lin leer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "leemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "leéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "leen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "lea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "leas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "lea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "leamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "leáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "lean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "lea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "leas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "lea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "leamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "leáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "lean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "leía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "leías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "leía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "leíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "leíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "leían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"leyera" ; "leyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"leyeras" ; "leyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"leyera" ; "leyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"leyéramos" ; "leyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"leyerais" ; "leyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"leyeran" ; "leyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "leyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "leyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "leyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "leyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "leyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "leyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "leyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "leyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "leyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "leyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "leyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "leyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "leí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "leíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "leyó" ;--# notpresent @@ -35557,12 +38791,12 @@ lin leer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "leeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "leeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "leerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "leyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "leyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "leyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "leyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "leyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "leyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "leyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "leyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "leyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "leyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "leyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "leyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "leería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "leerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "leería" ;--# notpresent @@ -35593,24 +38827,30 @@ lin maltraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "maltraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "maltraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "maltraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "maltraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "maltraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "maltraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "maltraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "maltraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "maltraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "maltraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "maltraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "maltraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "maltraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "maltraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "maltraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "maltraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "maltraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "maltraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "maltraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "maltraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "maltraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"maltrayeras" ; "maltrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"maltrayera" ; "maltrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"maltrayéramos" ; "maltrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"maltrayerais" ; "maltrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"maltrayeran" ; "maltrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "maltrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "maltrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "maltrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "maltrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "maltrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "maltrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "maltrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "maltrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "maltrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "maltrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "maltrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "maltrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "maltraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "maltraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "maltrayó" ;--# notpresent @@ -35623,12 +38863,12 @@ lin maltraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "maltraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "maltraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "maltraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "maltrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "maltrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "maltrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "maltrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "maltrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "maltrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "maltrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "maltrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "maltrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "maltrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "maltrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "maltraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "maltraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "maltraería" ;--# notpresent @@ -35659,24 +38899,30 @@ lin poseer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "poseemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "poseéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "poseen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "posea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "poseas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "posea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "poseamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "poseáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "posean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "posea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "poseas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "posea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "poseamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "poseáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "posean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "poseía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "poseías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "poseía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "poseíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "poseíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "poseían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poseyeras" ; "poseyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poseyera" ; "poseyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"poseyéramos" ; "poseyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poseyerais" ; "poseyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poseyeran" ; "poseyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "poseyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "poseyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "poseyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "poseyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "poseyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "poseyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "poseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "poseyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "poseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "poseyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "poseyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "poseyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "poseí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "poseíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "poseyó" ;--# notpresent @@ -35689,12 +38935,12 @@ lin poseer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "poseeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "poseeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "poseerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "poseyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "poseyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "poseyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "poseyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "poseyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "poseyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "poseyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "poseyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "poseyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "poseyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "poseyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "poseyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "poseería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "poseerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "poseería" ;--# notpresent @@ -35725,24 +38971,30 @@ lin proveer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proveemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proveéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "proveen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "provea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "proveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "provea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "proveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "proveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "provean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "provea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "proveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "provea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "proveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "proveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "provean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "proveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "proveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"proveyeras" ; "proveyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"proveyera" ; "proveyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"proveyéramos" ; "proveyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"proveyerais" ; "proveyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"proveyeran" ; "proveyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "proveyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "proveyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "proveyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "proveyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "proveyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "proveyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "proveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "proveyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "proveyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "proveyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "proveyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "proveyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proveí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proveíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "proveyó" ;--# notpresent @@ -35755,12 +39007,12 @@ lin proveer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proveeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proveeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proveerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "proveyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "proveyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "proveyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "proveyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "proveyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "proveyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "proveyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "proveyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "proveyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "proveyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "proveyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "proveyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proveería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proveerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proveería" ;--# notpresent @@ -35791,24 +39043,30 @@ lin recaer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recaemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recaéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recaen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recaiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recaigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recaiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recaigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recaigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recaigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recaiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recaigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recaiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recaigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recaigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recaigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recaía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recaías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recaía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recaíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recaíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recaían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recayera" ; "recayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recayeras" ; "recayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recayera" ; "recayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recayéramos" ; "recayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recayerais" ; "recayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recayeran" ; "recayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recaí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recaíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recayó" ;--# notpresent @@ -35821,12 +39079,12 @@ lin recaer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recaeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recaeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recaerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recaería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recaerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recaería" ;--# notpresent @@ -35857,24 +39115,30 @@ lin releer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "releemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "releéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "releen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "relea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "releas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "relea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "releamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "releáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "relean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "relea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "releas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "relea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "releamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "releáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "relean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "releía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "releías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "releía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "releíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "releíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "releían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"releyera" ; "releyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"releyeras" ; "releyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"releyera" ; "releyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"releyéramos" ; "releyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"releyerais" ; "releyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"releyeran" ; "releyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "releyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "releyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "releyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "releyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "releyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "releyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "releyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "releyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "releyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "releyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "releyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "releyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "releí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "releíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "releyó" ;--# notpresent @@ -35887,12 +39151,12 @@ lin releer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "releeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "releeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "releerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "releyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "releyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "releyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "releyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "releyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "releyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "releyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "releyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "releyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "releyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "releyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "releyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "releería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "releerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "releería" ;--# notpresent @@ -35923,24 +39187,30 @@ lin retraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrayeras" ; "retrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrayera" ; "retrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrayéramos" ; "retrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrayerais" ; "retrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrayeran" ; "retrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retrayó" ;--# notpresent @@ -35953,12 +39223,12 @@ lin retraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retraería" ;--# notpresent @@ -35989,24 +39259,30 @@ lin retrotraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retrotraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retrotraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retrotraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retrotraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retrotraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retrotraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retrotraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retrotraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retrotraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retrotraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retrotraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retrotraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retrotraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retrotraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retrotraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retrotraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retrotraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retrotraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retrotraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retrotraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retrotraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retrotrayeras" ; "retrotrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retrotrayera" ; "retrotrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retrotrayéramos" ; "retrotrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retrotrayerais" ; "retrotrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retrotrayeran" ; "retrotrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retrotrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retrotrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retrotrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retrotrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retrotrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retrotrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retrotrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retrotrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retrotrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retrotrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retrotrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retrotrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retrotraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retrotraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retrotrayó" ;--# notpresent @@ -36019,12 +39295,12 @@ lin retrotraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retrotraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retrotraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retrotraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retrotrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retrotrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retrotrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retrotrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retrotrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retrotrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retrotrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retrotrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retrotraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retrotraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retrotraería" ;--# notpresent @@ -36055,24 +39331,30 @@ lin roer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "roemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "roéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "roen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "roa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "roas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "roa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "roamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "roáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "roan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "roa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "roas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "roa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "roamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "roáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "roan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "roía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "roías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "roía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "roíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "roíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "roían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"royera" ; "royese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"royeras" ; "royeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"royera" ; "royese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"royéramos" ; "royésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"royerais" ; "royeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"royeran" ; "royesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "royera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "royeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "royera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "royéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "royerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "royeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "royese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "royeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "royese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "royésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "royeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "royesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "roí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "roíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "royó" ;--# notpresent @@ -36085,12 +39367,12 @@ lin roer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "roeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "roeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "roerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "royere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "royeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "royere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "royéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "royereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "royeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "royere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "royeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "royere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "royéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "royereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "royeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "roería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "roerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "roería" ;--# notpresent @@ -36121,24 +39403,30 @@ lin sobreseer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobreseemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobreseéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobreseen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobreseas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobreseamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobreseáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobresean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobreseas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobreseamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobreseáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobreseía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobreseías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobreseía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobreseíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobreseíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobreseían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobreseyeras" ; "sobreseyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobreseyera" ; "sobreseyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobreseyéramos" ; "sobreseyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobreseyerais" ; "sobreseyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobreseyeran" ; "sobreseyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobreseyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobreseyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobreseyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobreseyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobreseyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobreseyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobreseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobreseyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobreseyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobreseyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobreseyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobreseyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobreseí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobreseíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobreseyó" ;--# notpresent @@ -36151,12 +39439,12 @@ lin sobreseer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobreseeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobreseeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobreseerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobreseyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobreseyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobreseyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobreseyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobreseyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobreseyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobreseyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobreseyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobreseería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobreseerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobreseería" ;--# notpresent @@ -36187,24 +39475,30 @@ lin substraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "substraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "substraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "substraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "substraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "substraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "substraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "substraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "substraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "substraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "substraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "substraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "substraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "substraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "substraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "substraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "substraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "substraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "substraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "substraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "substraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "substraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substrayeras" ; "substrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substrayera" ; "substrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substrayéramos" ; "substrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substrayerais" ; "substrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substrayeran" ; "substrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "substrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "substrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "substrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "substrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "substrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "substrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "substrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "substrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "substrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "substrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "substrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "substrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "substraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "substraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "substrayó" ;--# notpresent @@ -36217,12 +39511,12 @@ lin substraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "substraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "substraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "substraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "substrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "substrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "substrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "substrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "substrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "substrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "substrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "substrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "substrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "substrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "substrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "substrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "substraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "substraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "substraería" ;--# notpresent @@ -36253,24 +39547,30 @@ lin sustraer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sustraemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sustraéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sustraen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sustraa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sustraas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sustraa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sustraamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sustraáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sustraan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sustraa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sustraas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sustraa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sustraamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sustraáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sustraan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sustraía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sustraías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sustraía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sustraíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sustraíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sustraían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustrayeras" ; "sustrayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustrayera" ; "sustrayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustrayéramos" ; "sustrayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustrayerais" ; "sustrayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustrayeran" ; "sustrayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sustrayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sustrayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sustrayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sustrayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sustrayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sustrayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sustrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sustrayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sustrayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sustrayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sustrayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sustrayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sustraí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sustraíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sustrayó" ;--# notpresent @@ -36283,12 +39583,12 @@ lin sustraer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sustraeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sustraeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sustraerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sustrayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sustrayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sustrayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sustrayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sustrayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sustrayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sustrayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sustrayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sustrayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sustrayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sustrayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sustraería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sustraerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sustraería" ;--# notpresent @@ -36319,24 +39619,30 @@ lin traer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "traemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "traéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "traen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "traa" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "traas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "traa" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "traan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "traa" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "traas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "traa" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "traan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "traías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "traíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "traíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "traían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trayera" ; "trayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trayeras" ; "trayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trayera" ; "trayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trayéramos" ; "trayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trayerais" ; "trayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trayeran" ; "trayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "traíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trayó" ;--# notpresent @@ -36349,12 +39655,12 @@ lin traer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traería" ;--# notpresent @@ -36385,24 +39691,30 @@ lin cocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cozáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cuezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cociera" ; "cociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cocieras" ; "cocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cociera" ; "cociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cociéramos" ; "cociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cocierais" ; "cocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cocieran" ; "cociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coció" ;--# notpresent @@ -36415,12 +39727,12 @@ lin cocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cocería" ;--# notpresent @@ -36451,24 +39763,30 @@ lin descocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descozáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descociera" ; "descociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descocieras" ; "descocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descociera" ; "descociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descociéramos" ; "descociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descocierais" ; "descocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descocieran" ; "descociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descoció" ;--# notpresent @@ -36481,12 +39799,12 @@ lin descocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descocería" ;--# notpresent @@ -36517,24 +39835,30 @@ lin destorcer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destorcemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destorcéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destuercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destuerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destuerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destuerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destorzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destorzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destuerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destuerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destuerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destorzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destorzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destuerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destorcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destorcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destorcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destorcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destorcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destorcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destorcieras" ; "destorcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destorciera" ; "destorciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destorciéramos" ; "destorciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destorcierais" ; "destorcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destorcieran" ; "destorciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destorciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destorcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destorciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destorciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destorcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destorcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destorcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destorciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destorcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destorciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destorcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destorciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destorció" ;--# notpresent @@ -36547,12 +39871,12 @@ lin destorcer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destorceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destorceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destorcerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destorciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destorcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destorciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destorciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destorciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destorcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destorciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destorcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destorciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destorciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destorciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destorcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destorcería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destorcerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destorcería" ;--# notpresent @@ -36583,24 +39907,30 @@ lin escocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escozáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escuezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escociera" ; "escociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escocieras" ; "escocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escociera" ; "escociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escociéramos" ; "escociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escocierais" ; "escocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escocieran" ; "escociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escoció" ;--# notpresent @@ -36613,12 +39943,12 @@ lin escocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escocería" ;--# notpresent @@ -36649,24 +39979,30 @@ lin recocer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recocemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recocéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recueza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recueza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recozamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recozáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recuezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recueza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recueza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recozamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recozáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recocía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recocías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recocía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recocíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recocíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recocían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recociera" ; "recociese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recocieras" ; "recocieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recociera" ; "recociese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recociéramos" ; "recociésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recocierais" ; "recocieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recocieran" ; "recociesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recociera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recocieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recociera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recociéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recocierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recocieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recociese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recocieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recociese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recociésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recocieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recociesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recocí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recociste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recoció" ;--# notpresent @@ -36679,12 +40015,12 @@ lin recocer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recoceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recoceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recocerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recociere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recocieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recociere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recociéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recociereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recocieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recociere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recocieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recociere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recociéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recociereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recocieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recocería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recocerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recocería" ;--# notpresent @@ -36715,24 +40051,30 @@ lin retorcer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retorcemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retorcéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retuercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retuerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retuerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retuerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retorzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retorzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retuerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retuerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retuerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retorzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retorzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retuerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retorcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retorcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retorcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retorcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retorcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retorcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retorcieras" ; "retorcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retorciera" ; "retorciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retorciéramos" ; "retorciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retorcierais" ; "retorcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retorcieran" ; "retorciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retorciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retorcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retorciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retorciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retorcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retorcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retorcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retorciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retorciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retorcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retorciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retorcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retorciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retorció" ;--# notpresent @@ -36745,12 +40087,12 @@ lin retorcer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retorceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retorceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retorcerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retorciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retorcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retorciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retorciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retorciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retorcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retorciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retorcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retorciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retorciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retorciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retorcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retorcería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retorcerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retorcería" ;--# notpresent @@ -36781,24 +40123,30 @@ lin torcer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "torcemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "torcéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tuercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tuerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tuerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tuerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "torzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "torzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tuerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tuerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tuerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tuerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "torzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "torzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tuerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "torcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "torcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "torcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "torcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "torcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "torcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"torciera" ; "torciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"torcieras" ; "torcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"torciera" ; "torciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"torciéramos" ; "torciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"torcierais" ; "torcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"torcieran" ; "torciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "torciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "torcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "torciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "torciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "torcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "torcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "torciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "torcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "torciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "torciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "torcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "torciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "torcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "torciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "torció" ;--# notpresent @@ -36811,12 +40159,12 @@ lin torcer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "torceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "torceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "torcerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "torciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "torcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "torciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "torciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "torciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "torcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "torciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "torcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "torciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "torciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "torciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "torcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "torcería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "torcerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "torcería" ;--# notpresent @@ -36847,24 +40195,30 @@ lin abnegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abnegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abnegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abneguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abnieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abnieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abnegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abnegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abnegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abnegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abnegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abnegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abnegaras" ; "abnegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abnegara" ; "abnegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abnegáramos" ; "abnegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abnegarais" ; "abnegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abnegaran" ; "abnegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abnegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abnegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abnegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abnegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abnegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abnegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abnegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abnegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abnegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abnegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abnegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abnegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abnegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abnegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abnegó" ;--# notpresent @@ -36877,12 +40231,12 @@ lin abnegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abnegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abnegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abnegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abnegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abnegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abnegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abnegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abnegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abnegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abnegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abnegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abnegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abnegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abnegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abnegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abnegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abnegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abnegaría" ;--# notpresent @@ -36913,24 +40267,30 @@ lin almorzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "almorzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "almorzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "almuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "almuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "almuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "almuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "almorcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "almorcéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "almuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "almuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "almuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "almuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "almorcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "almorcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "almuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "almorzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "almorzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "almorzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "almorzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "almorzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "almorzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"almorzaras" ; "almorzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"almorzara" ; "almorzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"almorzáramos" ; "almorzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"almorzarais" ; "almorzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"almorzaran" ; "almorzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "almorzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "almorzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "almorzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "almorzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "almorzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "almorzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "almorzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "almorzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "almorzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "almorzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "almorzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "almorzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "almorcé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "almorzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "almorzó" ;--# notpresent @@ -36943,12 +40303,12 @@ lin almorzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "almorzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "almorzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "almorzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "almorzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "almorzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "almorzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "almorzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "almorzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "almorzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "almorzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "almorzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "almorzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "almorzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "almorzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "almorzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "almorzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "almorzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "almorzaría" ;--# notpresent @@ -36979,24 +40339,30 @@ lin alongar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "alongamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "alongáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aluengan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aluengue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aluengues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aluengue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "alonguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "alonguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aluenguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aluengue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aluengues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aluengue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "alonguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "alonguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aluenguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "alongaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "alongabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "alongaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "alongábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "alongabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "alongaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alongara" ; "alongase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alongaras" ; "alongases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alongara" ; "alongase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alongáramos" ; "alongásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alongarais" ; "alongaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alongaran" ; "alongasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "alongara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "alongaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "alongara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "alongáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "alongarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "alongaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "alongase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "alongases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "alongase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "alongásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "alongaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "alongasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "alongué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "alongaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "alongó" ;--# notpresent @@ -37009,12 +40375,12 @@ lin alongar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "alongaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "alongaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "alongarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "alongare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "alongares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "alongare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "alongáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "alongareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "alongaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "alongare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "alongares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "alongare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "alongáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "alongareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "alongaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "alongaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "alongarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "alongaría" ;--# notpresent @@ -37045,24 +40411,30 @@ lin cegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ciegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ciegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ceguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ceguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ciegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ciegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ceguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ceguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cegara" ; "cegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cegaras" ; "cegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cegara" ; "cegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cegáramos" ; "cegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cegarais" ; "cegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cegaran" ; "cegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cegó" ;--# notpresent @@ -37075,12 +40447,12 @@ lin cegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cegaría" ;--# notpresent @@ -37111,24 +40483,30 @@ lin clocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "clocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "clocáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cluecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "clueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "clueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "clueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cloquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cloquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cluequen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "clueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "clueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "clueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cloquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cloquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cluequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "clocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "clocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "clocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "clocábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "clocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "clocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"clocara" ; "clocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"clocaras" ; "clocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"clocara" ; "clocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"clocáramos" ; "clocásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"clocarais" ; "clocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"clocaran" ; "clocasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "clocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "clocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "clocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "clocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "clocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "clocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "clocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "clocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "clocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "clocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "clocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "clocasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cloqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "clocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "clocó" ;--# notpresent @@ -37141,12 +40519,12 @@ lin clocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "clocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "clocaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "clocarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "clocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "clocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "clocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "clocáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "clocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "clocaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "clocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "clocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "clocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "clocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "clocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "clocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "clocaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "clocarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "clocaría" ;--# notpresent @@ -37177,24 +40555,30 @@ lin colgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colgáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cuelgue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuelgues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cuelgue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cuelguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cuelgue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuelgues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cuelgue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "colguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuelguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colgábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colgara" ; "colgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colgaras" ; "colgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colgara" ; "colgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"colgáramos" ; "colgásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colgarais" ; "colgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colgaran" ; "colgasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "colgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "colgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "colgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "colgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "colgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "colgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "colgasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colgué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "colgó" ;--# notpresent @@ -37207,12 +40591,12 @@ lin colgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colgaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colgarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "colgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "colgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "colgáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "colgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colgaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "colgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "colgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "colgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "colgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colgaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colgarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colgaría" ;--# notpresent @@ -37243,24 +40627,30 @@ lin comenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "comenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comenzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "comience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "comiences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "comience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comencéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "comiencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "comience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "comiences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "comience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comiencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comenzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comenzaras" ; "comenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comenzara" ; "comenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comenzáramos" ; "comenzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comenzarais" ; "comenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comenzaran" ; "comenzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "comenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "comenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "comenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "comenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "comenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "comenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "comenzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comencé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "comenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "comenzó" ;--# notpresent @@ -37273,12 +40663,12 @@ lin comenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "comenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "comenzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comenzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "comenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "comenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "comenzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "comenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comenzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "comenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "comenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "comenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "comenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comenzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comenzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comenzaría" ;--# notpresent @@ -37309,24 +40699,30 @@ lin denegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "denegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "denegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deneguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "denieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "denieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "denegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "denegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "denegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "denegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "denegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "denegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denegara" ; "denegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denegaras" ; "denegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denegara" ; "denegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denegáramos" ; "denegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denegarais" ; "denegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denegaran" ; "denegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "denegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "denegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "denegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "denegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "denegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "denegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "denegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "denegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "denegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "denegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "denegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "denegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "denegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "denegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "denegó" ;--# notpresent @@ -37339,12 +40735,12 @@ lin denegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "denegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "denegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "denegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "denegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "denegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "denegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "denegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "denegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "denegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "denegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "denegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "denegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "denegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "denegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "denegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "denegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "denegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "denegaría" ;--# notpresent @@ -37375,24 +40771,30 @@ lin derrenegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derrenegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrenegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derreniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derreniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derreniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derreniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derreneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derreneguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derrenieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derreniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derreniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derreniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derreneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derreneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derrenieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrenegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derrenegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrenegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derrenegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derrenegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derrenegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrenegaras" ; "derrenegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrenegara" ; "derrenegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrenegáramos" ; "derrenegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrenegarais" ; "derrenegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrenegaran" ; "derrenegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derrenegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derrenegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derrenegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derrenegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derrenegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derrenegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrenegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrenegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrenegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrenegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrenegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrenegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derrenegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derrenegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derrenegó" ;--# notpresent @@ -37405,12 +40807,12 @@ lin derrenegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derrenegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derrenegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derrenegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derrenegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derrenegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derrenegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derrenegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derrenegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derrenegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derrenegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derrenegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derrenegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derrenegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derrenegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derrenegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derrenegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derrenegaría" ;--# notpresent @@ -37441,24 +40843,30 @@ lin derrengar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derrengamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derrengáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derriengan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derriengue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derriengues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derriengue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derrenguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derrenguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derrienguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derriengue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derriengues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derriengue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derrenguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derrenguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derrienguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derrengaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derrengabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derrengaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derrengábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derrengabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derrengaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derrengaras" ; "derrengases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derrengara" ; "derrengase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derrengáramos" ; "derrengásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derrengarais" ; "derrengaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derrengaran" ; "derrengasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derrengara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derrengaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derrengara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derrengáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derrengarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derrengaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derrengase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derrengases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derrengase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derrengásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derrengaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derrengasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derrengué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derrengaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derrengó" ;--# notpresent @@ -37471,12 +40879,12 @@ lin derrengar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derrengaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derrengaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derrengarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derrengare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derrengares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derrengare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derrengáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derrengareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derrengaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derrengare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derrengares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derrengare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derrengáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derrengareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derrengaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derrengaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derrengarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derrengaría" ;--# notpresent @@ -37507,24 +40915,30 @@ lin desasosegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desasosegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desasosegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desasosiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desasosiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desasosiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desasosiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desasoseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desasoseguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desasosieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desasosiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desasosiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desasosiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desasoseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desasoseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desasosieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desasosegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desasosegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desasosegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desasosegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desasosegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desasosegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasosegaras" ; "desasosegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasosegara" ; "desasosegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasosegáramos" ; "desasosegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasosegarais" ; "desasosegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasosegaran" ; "desasosegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desasosegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desasosegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desasosegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desasosegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desasosegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desasosegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasosegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasosegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasosegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasosegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desasosegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desasosegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desasosegó" ;--# notpresent @@ -37537,12 +40951,12 @@ lin desasosegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desasosegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desasosegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desasosegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desasosegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desasosegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desasosegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desasosegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desasosegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desasosegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desasosegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desasosegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desasosegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desasosegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desasosegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desasosegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desasosegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desasosegaría" ;--# notpresent @@ -37573,24 +40987,30 @@ lin descolgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descolgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descolgáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuelgue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuelgues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuelgue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descolguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descolguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuelguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuelgue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuelgues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuelgue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descolguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descolguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuelguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descolgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descolgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descolgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descolgábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descolgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descolgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descolgaras" ; "descolgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descolgara" ; "descolgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descolgáramos" ; "descolgásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descolgarais" ; "descolgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descolgaran" ; "descolgasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descolgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descolgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descolgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descolgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descolgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descolgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descolgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descolgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descolgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descolgasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descolgué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descolgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descolgó" ;--# notpresent @@ -37603,12 +41023,12 @@ lin descolgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descolgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descolgaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descolgarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descolgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descolgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descolgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descolgáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descolgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descolgaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descolgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descolgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descolgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descolgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descolgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descolgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descolgaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descolgarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descolgaría" ;--# notpresent @@ -37639,24 +41059,30 @@ lin desosegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desosegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desosegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desosiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desosiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desosiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desosiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desoseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoseguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desosieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desosiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desosiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desosiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desoseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desosieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desosegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desosegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desosegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desosegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desosegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desosegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosegaras" ; "desosegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosegara" ; "desosegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosegáramos" ; "desosegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosegarais" ; "desosegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosegaran" ; "desosegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desosegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desosegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desosegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desosegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desosegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desosegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desosegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desosegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desosegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desosegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desosegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desosegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desosegó" ;--# notpresent @@ -37669,12 +41095,12 @@ lin desosegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desosegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desosegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desosegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desosegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desosegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desosegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desosegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desosegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desosegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desosegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desosegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desosegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desosegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desosegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desosegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desosegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desosegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desosegaría" ;--# notpresent @@ -37705,24 +41131,30 @@ lin despezar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despezamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despezáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despiece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despieces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despiece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despecemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despecéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despiecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despiece" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despieces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despiece" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despecemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despecéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despiecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despezaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despezabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despezaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despezábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despezabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despezaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despezara" ; "despezase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despezaras" ; "despezases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despezara" ; "despezase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despezáramos" ; "despezásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despezarais" ; "despezaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despezaran" ; "despezasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despezara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despezaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despezara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despezáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despezarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despezaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despezase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despezases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despezase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despezásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despezaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despezasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despecé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despezaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despezó" ;--# notpresent @@ -37735,12 +41167,12 @@ lin despezar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despezaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despezaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despezarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despezare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despezares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despezare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despezáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despezareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despezaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despezare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despezares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despezare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despezáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despezareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despezaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despezaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despezarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despezaría" ;--# notpresent @@ -37771,24 +41203,30 @@ lin desplegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desplegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desplegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despliegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despliegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despliegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despliegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despleguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despleguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desplieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despliegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despliegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despliegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despleguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despleguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desplieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desplegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desplegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desplegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desplegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desplegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desplegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desplegaras" ; "desplegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desplegara" ; "desplegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desplegáramos" ; "desplegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desplegarais" ; "desplegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desplegaran" ; "desplegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desplegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desplegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desplegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desplegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desplegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desplegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desplegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desplegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desplegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desplegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desplegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desplegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desplegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desplegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desplegó" ;--# notpresent @@ -37801,12 +41239,12 @@ lin desplegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desplegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desplegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desplegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desplegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desplegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desplegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desplegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desplegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desplegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desplegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desplegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desplegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desplegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desplegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desplegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desplegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desplegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desplegaría" ;--# notpresent @@ -37837,24 +41275,30 @@ lin empezar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empezamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empezáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empiezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empiece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empieces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empiece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empecemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empecéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empiecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empiece" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empieces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empiece" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empecemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empecéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empiecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empezaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empezabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empezaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empezábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empezabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empezaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empezara" ; "empezase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empezaras" ; "empezases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empezara" ; "empezase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empezáramos" ; "empezásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empezarais" ; "empezaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empezaran" ; "empezasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empezara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empezaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empezara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empezáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empezarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empezaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empezase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empezases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empezase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empezásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empezaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empezasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empecé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empezaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empezó" ;--# notpresent @@ -37867,12 +41311,12 @@ lin empezar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empezaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empezaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empezarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empezare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empezares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empezare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empezáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empezareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empezaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empezare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empezares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empezare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empezáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empezareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empezaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empezaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empezarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empezaría" ;--# notpresent @@ -37903,24 +41347,30 @@ lin emporcar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emporcamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emporcáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empuercan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empuerque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empuerques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empuerque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emporquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emporquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empuerquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empuerque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empuerques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empuerque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emporquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emporquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empuerquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emporcaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emporcabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emporcaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emporcábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emporcabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emporcaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emporcaras" ; "emporcases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emporcara" ; "emporcase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emporcáramos" ; "emporcásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emporcarais" ; "emporcaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emporcaran" ; "emporcasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emporcara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emporcaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emporcara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emporcáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emporcarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emporcaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emporcase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emporcases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emporcase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emporcásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emporcaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emporcasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emporqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emporcaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emporcó" ;--# notpresent @@ -37933,12 +41383,12 @@ lin emporcar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emporcaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emporcaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emporcarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emporcare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emporcares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emporcare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emporcáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emporcareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emporcaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emporcare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emporcares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emporcare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emporcáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emporcareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emporcaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emporcaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emporcarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emporcaría" ;--# notpresent @@ -37969,24 +41419,30 @@ lin enclocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enclocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enclocáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encluecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enclueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enclueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enclueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encloquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encloquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encluequen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enclueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enclueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enclueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encloquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encloquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encluequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enclocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enclocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enclocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enclocábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enclocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enclocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enclocaras" ; "enclocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enclocara" ; "enclocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enclocáramos" ; "enclocásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enclocarais" ; "enclocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enclocaran" ; "enclocasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enclocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enclocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enclocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enclocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enclocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enclocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enclocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enclocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enclocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enclocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enclocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enclocasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encloqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enclocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enclocó" ;--# notpresent @@ -37999,12 +41455,12 @@ lin enclocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enclocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enclocaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enclocarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enclocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enclocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enclocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enclocáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enclocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enclocaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enclocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enclocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enclocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enclocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enclocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enclocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enclocaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enclocarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enclocaría" ;--# notpresent @@ -38035,24 +41491,30 @@ lin enlenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enlenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enlenzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enlienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enlience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enliences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enlience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enlencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enlencéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enliencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enlience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enliences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enlience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enlencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enlencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enliencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enlenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enlenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enlenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enlenzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enlenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enlenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enlenzaras" ; "enlenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enlenzara" ; "enlenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enlenzáramos" ; "enlenzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enlenzarais" ; "enlenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enlenzaran" ; "enlenzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enlenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enlenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enlenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enlenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enlenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enlenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enlenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enlenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enlenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enlenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enlenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enlenzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enlencé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enlenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enlenzó" ;--# notpresent @@ -38065,12 +41527,12 @@ lin enlenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enlenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enlenzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enlenzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enlenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enlenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enlenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enlenzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enlenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enlenzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enlenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enlenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enlenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enlenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enlenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enlenzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enlenzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enlenzaría" ;--# notpresent @@ -38101,24 +41563,30 @@ lin enrocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrocáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enruecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enrueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enrueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enrueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enroquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enroquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enruequen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enrueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enrueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enrueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enroquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enroquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enruequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrocábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrocaras" ; "enrocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrocara" ; "enrocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrocáramos" ; "enrocásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrocarais" ; "enrocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrocaran" ; "enrocasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrocasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enroqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrocó" ;--# notpresent @@ -38131,12 +41599,12 @@ lin enrocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrocaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrocarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrocáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrocaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrocaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrocarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrocaría" ;--# notpresent @@ -38167,24 +41635,30 @@ lin esforzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esforzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esforzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esfuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esfuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esfuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esfuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esforcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esforcéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esfuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esfuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esfuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esfuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esforcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esforcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esfuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esforzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esforzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esforzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esforzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esforzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esforzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esforzaras" ; "esforzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esforzara" ; "esforzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esforzáramos" ; "esforzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esforzarais" ; "esforzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esforzaran" ; "esforzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esforzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esforzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esforzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esforzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esforzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esforzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esforzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esforzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esforzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esforzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esforcé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esforzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esforzó" ;--# notpresent @@ -38197,12 +41671,12 @@ lin esforzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esforzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esforzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esforzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esforzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esforzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esforzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esforzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esforzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esforzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esforzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esforzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esforzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esforzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esforzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esforzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esforzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esforzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esforzaría" ;--# notpresent @@ -38233,24 +41707,30 @@ lin estregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estregáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estreguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estrieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estregábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estregara" ; "estregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estregaras" ; "estregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estregara" ; "estregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estregáramos" ; "estregásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estregarais" ; "estregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estregaran" ; "estregasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estregasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estregué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estregó" ;--# notpresent @@ -38263,12 +41743,12 @@ lin estregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estregaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estregarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estregáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estregaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estregaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estregarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estregaría" ;--# notpresent @@ -38299,24 +41779,30 @@ lin forzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "forzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "forzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "forcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "forcéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "forcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "forcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "forzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "forzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "forzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "forzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "forzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "forzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"forzara" ; "forzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"forzaras" ; "forzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"forzara" ; "forzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"forzáramos" ; "forzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"forzarais" ; "forzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"forzaran" ; "forzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "forzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "forzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "forzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "forzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "forzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "forzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "forzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "forzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "forzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "forzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "forzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "forzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "forcé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "forzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "forzó" ;--# notpresent @@ -38329,12 +41815,12 @@ lin forzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "forzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "forzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "forzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "forzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "forzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "forzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "forzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "forzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "forzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "forzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "forzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "forzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "forzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "forzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "forzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "forzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "forzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "forzaría" ;--# notpresent @@ -38365,24 +41851,30 @@ lin fregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fregáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "friegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "friegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "friegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "friegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "freguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "freguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "frieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "friegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "friegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "friegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "freguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "freguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fregábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fregara" ; "fregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fregaras" ; "fregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fregara" ; "fregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fregáramos" ; "fregásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fregarais" ; "fregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fregaran" ; "fregasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fregasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fregué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fregó" ;--# notpresent @@ -38395,12 +41887,12 @@ lin fregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fregaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fregarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fregáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fregaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fregaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fregarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fregaría" ;--# notpresent @@ -38431,24 +41923,30 @@ lin holgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "holgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "holgáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "huelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "huelgue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "huelgues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "huelgue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "holguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "holguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "huelguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "huelgue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "huelgues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "huelgue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "holguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "holguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "huelguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "holgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "holgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "holgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "holgábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "holgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "holgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holgara" ; "holgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holgaras" ; "holgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holgara" ; "holgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holgáramos" ; "holgásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holgarais" ; "holgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holgaran" ; "holgasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "holgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "holgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "holgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "holgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "holgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "holgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "holgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "holgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "holgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "holgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "holgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "holgasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "holgué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "holgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "holgó" ;--# notpresent @@ -38461,12 +41959,12 @@ lin holgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "holgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "holgaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "holgarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "holgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "holgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "holgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "holgáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "holgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "holgaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "holgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "holgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "holgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "holgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "holgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "holgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "holgaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "holgarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "holgaría" ;--# notpresent @@ -38497,24 +41995,30 @@ lin jimenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "jimenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jimenzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "jimienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "jimience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "jimiences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "jimience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "jimencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "jimencéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "jimiencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "jimience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "jimiences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "jimience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "jimencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "jimencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "jimiencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jimenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "jimenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jimenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "jimenzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "jimenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "jimenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jimenzaras" ; "jimenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jimenzara" ; "jimenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jimenzáramos" ; "jimenzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jimenzarais" ; "jimenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jimenzaran" ; "jimenzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "jimenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "jimenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "jimenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "jimenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "jimenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "jimenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "jimenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "jimenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "jimenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "jimenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "jimenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "jimenzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "jimencé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "jimenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "jimenzó" ;--# notpresent @@ -38527,12 +42031,12 @@ lin jimenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "jimenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "jimenzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "jimenzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "jimenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jimenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "jimenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "jimenzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "jimenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jimenzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "jimenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "jimenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "jimenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "jimenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "jimenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "jimenzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "jimenzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "jimenzaría" ;--# notpresent @@ -38563,24 +42067,30 @@ lin jugar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "jugamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jugáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "juegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "juegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "juegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "juegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "juguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "juguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "jueguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "juegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "juegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "juegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "juguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "juguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "jueguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jugaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "jugabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jugaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "jugábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "jugabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "jugaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jugara" ; "jugase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jugaras" ; "jugases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jugara" ; "jugase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jugáramos" ; "jugásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jugarais" ; "jugaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jugaran" ; "jugasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "jugara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "jugaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "jugara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "jugáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "jugarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "jugaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "jugase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "jugases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "jugase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "jugásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "jugaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "jugasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "jugué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "jugaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "jugó" ;--# notpresent @@ -38593,12 +42103,12 @@ lin jugar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "jugaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "jugaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "jugarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "jugare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jugares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "jugare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "jugáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "jugareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jugaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "jugare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "jugares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "jugare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "jugáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "jugareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "jugaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "jugaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "jugarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "jugaría" ;--# notpresent @@ -38629,24 +42139,30 @@ lin negar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "negamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "negáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "niegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "niegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "niegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "niegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "neguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "neguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "nieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "niegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "niegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "niegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "neguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "neguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "nieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "negaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "negabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "negaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "negábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "negabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "negaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"negara" ; "negase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"negaras" ; "negases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"negara" ; "negase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"negáramos" ; "negásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"negarais" ; "negaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"negaran" ; "negasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "negara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "negaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "negara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "negáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "negarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "negaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "negase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "negases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "negase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "negásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "negaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "negasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "negué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "negaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "negó" ;--# notpresent @@ -38659,12 +42175,12 @@ lin negar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "negaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "negaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "negarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "negare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "negares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "negare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "negáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "negareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "negaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "negare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "negares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "negare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "negáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "negareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "negaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "negaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "negarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "negaría" ;--# notpresent @@ -38695,24 +42211,30 @@ lin plegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "plegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "plegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pliegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pliegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pliegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pliegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pleguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pleguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "plieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pliegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pliegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pliegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pleguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pleguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "plieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "plegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "plegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "plegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "plegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "plegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "plegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"plegara" ; "plegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"plegaras" ; "plegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"plegara" ; "plegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"plegáramos" ; "plegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"plegarais" ; "plegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"plegaran" ; "plegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "plegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "plegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "plegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "plegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "plegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "plegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "plegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "plegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "plegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "plegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "plegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "plegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "plegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "plegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "plegó" ;--# notpresent @@ -38725,12 +42247,12 @@ lin plegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "plegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "plegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "plegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "plegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "plegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "plegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "plegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "plegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "plegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "plegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "plegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "plegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "plegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "plegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "plegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "plegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "plegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "plegaría" ;--# notpresent @@ -38761,24 +42283,30 @@ lin recomenzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recomenzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recomenzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recomienzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recomience" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recomiences" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recomience" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recomencemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recomencéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recomiencen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recomience" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recomiences" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recomience" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recomencemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recomencéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recomiencen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recomenzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recomenzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recomenzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recomenzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recomenzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recomenzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomenzaras" ; "recomenzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomenzara" ; "recomenzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomenzáramos" ; "recomenzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomenzarais" ; "recomenzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomenzaran" ; "recomenzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recomenzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recomenzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recomenzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recomenzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recomenzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recomenzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recomenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recomenzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recomenzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recomenzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recomenzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recomenzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recomencé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recomenzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recomenzó" ;--# notpresent @@ -38791,12 +42319,12 @@ lin recomenzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recomenzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recomenzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recomenzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recomenzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recomenzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recomenzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recomenzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recomenzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recomenzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recomenzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recomenzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recomenzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recomenzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recomenzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recomenzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recomenzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recomenzaría" ;--# notpresent @@ -38827,24 +42355,30 @@ lin reforzar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reforzamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reforzáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refuerzan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refuerce" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refuerces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refuerce" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reforcemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reforcéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refuercen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refuerce" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refuerces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refuerce" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reforcemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reforcéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refuercen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reforzaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reforzabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reforzaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reforzábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reforzabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reforzaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reforzaras" ; "reforzases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reforzara" ; "reforzase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reforzáramos" ; "reforzásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reforzarais" ; "reforzaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reforzaran" ; "reforzasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reforzara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reforzaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reforzara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reforzáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reforzarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reforzaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reforzases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reforzase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reforzásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reforzaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reforzasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reforcé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reforzaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reforzó" ;--# notpresent @@ -38857,12 +42391,12 @@ lin reforzar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reforzaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reforzaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reforzarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reforzare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reforzares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reforzare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reforzáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reforzareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reforzaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reforzare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reforzares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reforzare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reforzáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reforzareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reforzaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reforzaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reforzarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reforzaría" ;--# notpresent @@ -38893,24 +42427,30 @@ lin refregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refregáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refreguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refrieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refregábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refregara" ; "refregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refregaras" ; "refregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refregara" ; "refregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refregáramos" ; "refregásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refregarais" ; "refregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refregaran" ; "refregasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refregasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refregué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refregó" ;--# notpresent @@ -38923,12 +42463,12 @@ lin refregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refregaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refregarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refregáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refregaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refregaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refregarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refregaría" ;--# notpresent @@ -38959,24 +42499,30 @@ lin regar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "riegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "riegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "riegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "riegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "riegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "riegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "riegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regara" ; "regase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regaras" ; "regases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regara" ; "regase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regáramos" ; "regásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regarais" ; "regaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regaran" ; "regasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regó" ;--# notpresent @@ -38989,12 +42535,12 @@ lin regar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regaría" ;--# notpresent @@ -39025,24 +42571,30 @@ lin renegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "renegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "renegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reniegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reniegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reniegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reniegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reneguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reneguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "renieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reniegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reniegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reniegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reneguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reneguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "renieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "renegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "renegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "renegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "renegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renegara" ; "renegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renegaras" ; "renegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renegara" ; "renegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renegáramos" ; "renegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renegarais" ; "renegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renegaran" ; "renegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "renegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "renegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "renegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "renegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "renegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "renegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "renegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "renegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "renegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "renegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "renegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "renegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "renegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "renegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "renegó" ;--# notpresent @@ -39055,12 +42607,12 @@ lin renegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "renegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "renegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "renegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "renegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "renegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "renegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "renegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "renegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "renegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "renegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "renegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "renegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "renegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "renegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "renegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "renegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "renegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "renegaría" ;--# notpresent @@ -39091,24 +42643,30 @@ lin replegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "replegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "replegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repliegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repliegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repliegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repliegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repleguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repleguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "replieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repliegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repliegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repliegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repleguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repleguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "replieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "replegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "replegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "replegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "replegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "replegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "replegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"replegara" ; "replegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"replegaras" ; "replegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"replegara" ; "replegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"replegáramos" ; "replegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"replegarais" ; "replegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"replegaran" ; "replegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "replegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "replegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "replegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "replegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "replegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "replegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "replegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "replegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "replegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "replegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "replegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "replegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "replegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "replegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "replegó" ;--# notpresent @@ -39121,12 +42679,12 @@ lin replegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "replegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "replegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "replegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "replegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "replegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "replegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "replegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "replegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "replegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "replegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "replegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "replegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "replegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "replegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "replegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "replegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "replegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "replegaría" ;--# notpresent @@ -39157,24 +42715,30 @@ lin resegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reseguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resegara" ; "resegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resegaras" ; "resegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resegara" ; "resegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resegáramos" ; "resegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resegarais" ; "resegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resegaran" ; "resegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resegó" ;--# notpresent @@ -39187,12 +42751,12 @@ lin resegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resegaría" ;--# notpresent @@ -39223,24 +42787,30 @@ lin restregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restregáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restreguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restrieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restregábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restregara" ; "restregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restregaras" ; "restregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restregara" ; "restregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restregáramos" ; "restregásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restregarais" ; "restregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restregaran" ; "restregasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restregasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restregué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restregó" ;--# notpresent @@ -39253,12 +42823,12 @@ lin restregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restregaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restregarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restregáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restregaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restregaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restregarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restregaría" ;--# notpresent @@ -39289,24 +42859,30 @@ lin revolcar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revolcamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revolcáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revuelcan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revuelque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revuelques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revuelque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revolquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revolquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revuelquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revuelque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revuelques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revuelque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revolquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revolquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revuelquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revolcaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revolcabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revolcaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revolcábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revolcabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revolcaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolcaras" ; "revolcases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolcara" ; "revolcase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revolcáramos" ; "revolcásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolcarais" ; "revolcaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolcaran" ; "revolcasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revolcara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revolcaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revolcara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revolcáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revolcarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revolcaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolcase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolcases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolcase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolcásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolcaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolcasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revolqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revolcaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revolcó" ;--# notpresent @@ -39319,12 +42895,12 @@ lin revolcar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revolcaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revolcaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revolcarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revolcare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revolcares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revolcare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revolcáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revolcareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revolcaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revolcare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revolcares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revolcare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revolcáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revolcareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revolcaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revolcaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revolcarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revolcaría" ;--# notpresent @@ -39355,24 +42931,30 @@ lin rogar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rogamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rogáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ruegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ruegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ruegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ruegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "roguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "roguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rueguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ruegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ruegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ruegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "roguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "roguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rueguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rogaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rogabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rogaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rogábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rogabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rogaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rogara" ; "rogase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rogaras" ; "rogases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rogara" ; "rogase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rogáramos" ; "rogásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rogarais" ; "rogaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rogaran" ; "rogasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rogara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rogaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rogara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rogáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rogarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rogaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rogase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rogases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rogase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rogásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rogaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rogasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rogué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rogaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rogó" ;--# notpresent @@ -39385,12 +42967,12 @@ lin rogar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rogaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rogaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rogarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rogare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rogares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rogare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rogáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rogareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rogaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rogare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rogares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rogare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rogáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rogareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rogaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rogaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rogarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rogaría" ;--# notpresent @@ -39421,24 +43003,30 @@ lin segar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "segamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "segáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "siegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "siegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "seguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "seguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "siegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "seguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "seguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "segaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "segabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "segaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "segábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "segabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "segaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"segara" ; "segase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"segaras" ; "segases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"segara" ; "segase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"segáramos" ; "segásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"segarais" ; "segaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"segaran" ; "segasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "segara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "segaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "segara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "segáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "segarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "segaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "segase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "segases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "segase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "segásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "segaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "segasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "segué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "segaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "segó" ;--# notpresent @@ -39451,12 +43039,12 @@ lin segar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "segaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "segaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "segarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "segare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "segares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "segare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "segáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "segareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "segaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "segare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "segares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "segare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "segáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "segareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "segaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "segaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "segarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "segaría" ;--# notpresent @@ -39487,24 +43075,30 @@ lin sorregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sorregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sorregáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sorriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sorriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sorriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sorriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sorreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sorreguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sorrieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sorriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sorriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sorriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sorreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sorreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sorrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sorregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sorregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sorregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sorregábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sorregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sorregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sorregaras" ; "sorregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sorregara" ; "sorregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sorregáramos" ; "sorregásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sorregarais" ; "sorregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sorregaran" ; "sorregasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sorregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sorregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sorregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sorregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sorregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sorregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sorregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sorregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sorregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sorregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sorregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sorregasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sorregué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sorregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sorregó" ;--# notpresent @@ -39517,12 +43111,12 @@ lin sorregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sorregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sorregaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sorregarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sorregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sorregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sorregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sorregáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sorregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sorregaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sorregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sorregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sorregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sorregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sorregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sorregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sorregaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sorregarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sorregaría" ;--# notpresent @@ -39553,24 +43147,30 @@ lin sosegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sosegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sosegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sosiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sosiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sosiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sosiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soseguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sosieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sosiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sosiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sosiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sosieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sosegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sosegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sosegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sosegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sosegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sosegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sosegaras" ; "sosegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sosegara" ; "sosegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sosegáramos" ; "sosegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sosegarais" ; "sosegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sosegaran" ; "sosegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sosegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sosegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sosegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sosegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sosegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sosegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sosegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sosegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sosegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sosegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sosegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sosegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sosegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sosegó" ;--# notpresent @@ -39583,12 +43183,12 @@ lin sosegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sosegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sosegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sosegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sosegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sosegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sosegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sosegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sosegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sosegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sosegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sosegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sosegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sosegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sosegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sosegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sosegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sosegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sosegaría" ;--# notpresent @@ -39619,24 +43219,30 @@ lin trasegar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasegamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasegáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasiegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasiegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasiegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasiegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traseguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traseguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasiegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasiegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasiegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traseguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traseguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasegaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasegabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasegaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasegábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasegabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasegaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasegaras" ; "trasegases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasegara" ; "trasegase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasegáramos" ; "trasegásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasegarais" ; "trasegaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasegaran" ; "trasegasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasegara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasegaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasegara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasegáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasegarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasegaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasegase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasegases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasegase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasegásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasegaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasegasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasegué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasegaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasegó" ;--# notpresent @@ -39649,12 +43255,12 @@ lin trasegar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasegaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasegaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasegarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasegare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasegares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasegare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasegáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasegareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasegaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasegare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasegares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasegare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasegáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasegareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasegaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasegaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasegarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasegaría" ;--# notpresent @@ -39685,24 +43291,30 @@ lin trasfregar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasfregamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasfregáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasfriegan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasfriegue" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasfriegues" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasfriegue" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasfreguemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasfreguéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasfrieguen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasfriegue" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasfriegues" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasfriegue" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasfreguemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasfreguéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasfrieguen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasfregaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasfregabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasfregaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasfregábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasfregabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasfregaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfregaras" ; "trasfregases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfregara" ; "trasfregase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfregáramos" ; "trasfregásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfregarais" ; "trasfregaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfregaran" ; "trasfregasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasfregara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasfregaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasfregara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasfregáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasfregarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasfregaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasfregase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasfregases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasfregase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasfregásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasfregaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasfregasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasfregué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasfregaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasfregó" ;--# notpresent @@ -39715,12 +43327,12 @@ lin trasfregar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasfregaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasfregaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasfregarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasfregare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasfregares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasfregare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasfregáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasfregareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasfregaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasfregares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasfregare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasfregáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasfregareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasfregaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasfregaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasfregarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasfregaría" ;--# notpresent @@ -39751,24 +43363,30 @@ lin trastrocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trastrocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trastrocáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trastruecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trastrueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trastrueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trastrueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trastroquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trastroquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trastruequen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trastrueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trastrueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trastrueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trastroquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trastroquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trastruequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trastrocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trastrocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trastrocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trastrocábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trastrocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trastrocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trastrocaras" ; "trastrocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trastrocara" ; "trastrocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trastrocáramos" ; "trastrocásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trastrocarais" ; "trastrocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trastrocaran" ; "trastrocasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trastrocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trastrocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trastrocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trastrocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trastrocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trastrocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trastrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trastrocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trastrocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trastrocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trastrocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trastrocasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trastroqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trastrocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trastrocó" ;--# notpresent @@ -39781,12 +43399,12 @@ lin trastrocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trastrocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trastrocaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trastrocarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trastrocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trastrocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trastrocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trastrocáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trastrocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trastrocaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trastrocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trastrocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trastrocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trastrocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trastrocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trastrocaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trastrocarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trastrocaría" ;--# notpresent @@ -39817,24 +43435,30 @@ lin trocar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trocamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trocáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "truecan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trueque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trueques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trueque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "troquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "troquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "truequen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trueque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trueques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trueque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "troquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "troquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "truequen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trocaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trocabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trocaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trocábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trocabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trocaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trocara" ; "trocase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trocaras" ; "trocases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trocara" ; "trocase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trocáramos" ; "trocásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trocarais" ; "trocaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trocaran" ; "trocasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trocara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trocaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trocara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trocáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trocarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trocaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trocase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trocases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trocase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trocásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trocaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trocasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "troqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trocaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trocó" ;--# notpresent @@ -39847,12 +43471,12 @@ lin trocar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trocaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trocaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trocarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trocare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trocares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trocare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trocáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trocareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trocaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trocare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trocares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trocare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trocáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trocareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trocaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trocaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trocarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trocaría" ;--# notpresent @@ -39883,24 +43507,30 @@ lin tropezar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tropezamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tropezáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tropiezan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tropiece" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tropieces" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tropiece" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tropecemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tropecéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tropiecen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tropiece" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tropieces" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tropiece" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tropecemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tropecéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tropiecen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tropezaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tropezabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tropezaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tropezábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tropezabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tropezaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tropezaras" ; "tropezases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tropezara" ; "tropezase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tropezáramos" ; "tropezásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tropezarais" ; "tropezaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tropezaran" ; "tropezasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tropezara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tropezaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tropezara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tropezáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tropezarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tropezaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tropezase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tropezases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tropezase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tropezásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tropezaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tropezasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tropecé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tropezaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tropezó" ;--# notpresent @@ -39913,12 +43543,12 @@ lin tropezar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tropezaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tropezaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tropezarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tropezare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tropezares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tropezare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tropezáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tropezareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tropezaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tropezare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tropezares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tropezare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tropezáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tropezareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tropezaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tropezaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tropezarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tropezaría" ;--# notpresent @@ -39949,24 +43579,30 @@ lin volcar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "volcamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "volcáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vuelcan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vuelque" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vuelques" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vuelque" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "volquemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "volquéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vuelquen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vuelque" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vuelques" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vuelque" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "volquemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "volquéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vuelquen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "volcaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "volcabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "volcaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "volcábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "volcabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "volcaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volcara" ; "volcase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volcaras" ; "volcases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volcara" ; "volcase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"volcáramos" ; "volcásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volcarais" ; "volcaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volcaran" ; "volcasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "volcara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "volcaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "volcara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "volcáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "volcarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "volcaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "volcase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "volcases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "volcase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "volcásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "volcaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "volcasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "volqué" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "volcaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "volcó" ;--# notpresent @@ -39979,12 +43615,12 @@ lin volcar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "volcaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "volcaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "volcarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "volcare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "volcares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "volcare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "volcáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "volcareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "volcaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "volcare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "volcares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "volcare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "volcáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "volcareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "volcaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "volcaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "volcarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "volcaría" ;--# notpresent @@ -40015,24 +43651,30 @@ lin dar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "damos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dais" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "dé" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "des" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "dé" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "demos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "den" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "dé" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "des" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "dé" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "demos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "den" ; {- VPB (Impf Ind C.Sg C.P1) => -} "daba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "daba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "daban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diera" ; "diese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dieras" ; "dieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diera" ; "diese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diéramos" ; "diésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dierais" ; "dieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dieran" ; "diesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "diera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "diera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "diéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "diese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "diese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "diésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "diesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "di" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dio" ;--# notpresent @@ -40045,12 +43687,12 @@ lin dar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "daremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "daréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "darán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "diere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "diere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "diéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "diereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "diere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "diere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "diéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "diereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "daría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "darías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "daría" ;--# notpresent @@ -40081,24 +43723,30 @@ lin decir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "digas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "digamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "digáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "digan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "digas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "digamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "digáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "digan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dijera" ; "dijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dijeras" ; "dijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dijera" ; "dijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dijéramos" ; "dijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dijerais" ; "dijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dijeran" ; "dijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dijo" ;--# notpresent @@ -40111,12 +43759,12 @@ lin decir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diría" ;--# notpresent @@ -40147,24 +43795,30 @@ lin condecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "condecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "condecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "condicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "condiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "condigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "condiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "condigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "condigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "condigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "condiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "condigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "condiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "condigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "condigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "condigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "condecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "condecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "condecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "condecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "condecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "condecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condijera" ; "condijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condijeras" ; "condijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condijera" ; "condijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condijéramos" ; "condijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condijerais" ; "condijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condijeran" ; "condijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "condije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condijo" ;--# notpresent @@ -40177,12 +43831,12 @@ lin condecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "condiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "condiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "condirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "condiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "condirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "condiría" ;--# notpresent @@ -40213,24 +43867,30 @@ lin redecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "redecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redijera" ; "redijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redijeras" ; "redijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redijera" ; "redijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redijéramos" ; "redijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redijerais" ; "redijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redijeran" ; "redijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redijo" ;--# notpresent @@ -40243,12 +43903,12 @@ lin redecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rediría" ;--# notpresent @@ -40279,24 +43939,30 @@ lin aberrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aberramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aberráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abyerran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abyerre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abyerres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abyerre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aberremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aberréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abyerren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abyerre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abyerres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abyerre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aberremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aberréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abyerren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aberraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aberrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aberraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aberrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aberrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aberraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aberraras" ; "aberrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aberrara" ; "aberrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aberráramos" ; "aberrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aberrarais" ; "aberraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aberraran" ; "aberrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aberrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aberraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aberrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aberráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aberrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aberraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aberrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aberrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aberrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aberrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aberraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aberrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aberré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aberraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aberró" ;--# notpresent @@ -40309,12 +43975,12 @@ lin aberrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aberraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aberraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aberrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aberrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aberrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aberrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aberráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aberrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aberraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aberrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aberrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aberrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aberráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aberrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aberraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aberraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aberrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aberraría" ;--# notpresent @@ -40345,24 +44011,30 @@ lin desosar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desosamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desosáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshuesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshuese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshueses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshuese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desosemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshuesen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshuese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshueses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshuese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desosemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshuesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desosaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desosabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desosaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desosábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desosabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desosaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desosara" ; "desosase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desosaras" ; "desosases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desosara" ; "desosase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desosáramos" ; "desosásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desosarais" ; "desosaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desosaran" ; "desosasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desosara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desosaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desosara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desosáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desosarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desosaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desosase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desosases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desosase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desosásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desosaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desosasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desosé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desosaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desosó" ;--# notpresent @@ -40375,12 +44047,12 @@ lin desosar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desosaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desosaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desosarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desosare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desosares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desosare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desosáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desosareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desosaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desosare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desosares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desosare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desosáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desosareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desosaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desosaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desosarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desosaría" ;--# notpresent @@ -40411,24 +44083,30 @@ lin errar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "erramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "erráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yerran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yerre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yerres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yerre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "erremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "erréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yerren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yerre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yerres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yerre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "erremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "erréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yerren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "erraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "errabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "erraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "errábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "errabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "erraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"errara" ; "errase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"erraras" ; "errases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"errara" ; "errase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"erráramos" ; "errásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"errarais" ; "erraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"erraran" ; "errasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "errara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "erraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "errara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "erráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "errarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "erraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "errase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "errases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "errase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "errásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "erraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "errasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "erré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "erraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "erró" ;--# notpresent @@ -40441,12 +44119,12 @@ lin errar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "erraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "erraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "errarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "errare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "errares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "errare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "erráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "errareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "erraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "errare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "errares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "errare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "erráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "errareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "erraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "erraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "errarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "erraría" ;--# notpresent @@ -40477,24 +44155,30 @@ lin adherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adherís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adhieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adhiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adhieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adhiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adhiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adhiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adhieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adhiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adhieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adhiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adhiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adhiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adhieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adhería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adherías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adhería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adheríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adheríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adherían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adhirieras" ; "adhirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adhiriera" ; "adhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adhiriéramos" ; "adhiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adhirierais" ; "adhirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adhirieran" ; "adhiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adhiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adhirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adhiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adhiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adhirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adhirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adhirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adhiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adhirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adhiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adherí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adhirió" ;--# notpresent @@ -40507,12 +44191,12 @@ lin adherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adheriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adherirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adhiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adhirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adhiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adhiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adhiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adhirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adhirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adhiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adhiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adhiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adhirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adheriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adherirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adheriría" ;--# notpresent @@ -40543,24 +44227,30 @@ lin adormir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adormimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adormís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aduermen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aduerma" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aduermas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aduerma" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adurmamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adurmáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aduerman" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aduerma" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aduermas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aduerma" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adurmamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adurmáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aduerman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adormía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adormías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adormía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adormíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adormíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adormían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adurmieras" ; "adurmieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adurmiera" ; "adurmiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adurmiéramos" ; "adurmiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adurmierais" ; "adurmieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adurmieran" ; "adurmiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adurmiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adurmieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adurmiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adurmiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adurmierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adurmieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adurmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adurmieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adurmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adurmiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adurmieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adurmiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adormí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adormiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adurmió" ;--# notpresent @@ -40573,12 +44263,12 @@ lin adormir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adormiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adormiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adormirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adurmiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adurmieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adurmiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adurmiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adurmiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adurmieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adurmieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adurmiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adurmiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adurmiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adurmieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adormiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adormirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adormiría" ;--# notpresent @@ -40609,24 +44299,30 @@ lin advertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "advertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "advertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "advierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "advierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "advierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "advirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "advirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "advierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "advierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "advirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "advirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "advertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "advertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "advertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "advertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "advertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "advertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"advirtieras" ; "advirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"advirtiera" ; "advirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"advirtiéramos" ; "advirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"advirtierais" ; "advirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"advirtieran" ; "advirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "advirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "advirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "advirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "advirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "advirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "advirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "advirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "advirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "advirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "advirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "advirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "advirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "advertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "advertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "advirtió" ;--# notpresent @@ -40639,12 +44335,12 @@ lin advertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "advertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "advertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "advertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "advirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "advirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "advirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "advirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "advirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "advirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "advirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "advirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "advirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "advirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "advirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "advertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "advertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "advertiría" ;--# notpresent @@ -40675,24 +44371,30 @@ lin asentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asintieras" ; "asintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asintiera" ; "asintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asintiéramos" ; "asintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asintierais" ; "asintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asintieran" ; "asintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asintió" ;--# notpresent @@ -40705,12 +44407,12 @@ lin asentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asentiría" ;--# notpresent @@ -40741,24 +44443,30 @@ lin circunferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circunferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circunferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circunfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circunfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circunfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circunfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circunfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circunfiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circunfieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circunfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circunfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circunfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circunfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circunfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circunfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circunfería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circunferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circunfería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circunferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circunferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circunferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunfirieras" ; "circunfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunfiriera" ; "circunfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunfiriéramos" ; "circunfiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunfirierais" ; "circunfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunfirieran" ; "circunfiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circunfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circunfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circunfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circunfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circunfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circunfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunfiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circunferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circunferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circunfirió" ;--# notpresent @@ -40771,12 +44479,12 @@ lin circunferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circunferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circunferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circunferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circunfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circunfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circunfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circunfiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circunfirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circunfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circunfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circunfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circunfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circunfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circunferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circunferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circunferiría" ;--# notpresent @@ -40807,24 +44515,30 @@ lin conferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "confieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "confiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "confieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "confiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "confiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "confiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "confieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "confiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "confieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "confiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "confiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "confiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "confieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "confería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "confería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confirieras" ; "confirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confiriera" ; "confiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confiriéramos" ; "confiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confirierais" ; "confirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confirieran" ; "confiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "confiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "confirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "confiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "confiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "confirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "confirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "confiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "confirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "confiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "confiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "confirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "confiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "confirió" ;--# notpresent @@ -40837,12 +44551,12 @@ lin conferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "confiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "confirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "confiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "confiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "confiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "confirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "confiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "confirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "confiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "confiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "confiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "confirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conferiría" ;--# notpresent @@ -40873,24 +44587,30 @@ lin consentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "consentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "consientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "consentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "consentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "consentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "consentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consintieras" ; "consintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consintiera" ; "consintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consintiéramos" ; "consintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consintierais" ; "consintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consintieran" ; "consintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "consentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "consentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consintió" ;--# notpresent @@ -40903,12 +44623,12 @@ lin consentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "consentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "consentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "consentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "consentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "consentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "consentiría" ;--# notpresent @@ -40939,24 +44659,30 @@ lin controvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "controvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "controvertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "controvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "controvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "controviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "controvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "controvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "controvirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "controviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "controvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "controviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "controvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "controvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "controvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "controviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "controvertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "controvertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "controvertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "controvertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "controvertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "controvertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"controvirtieras" ; "controvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"controvirtiera" ; "controvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"controvirtiéramos" ; "controvirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"controvirtierais" ; "controvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"controvirtieran" ; "controvirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "controvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "controvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "controvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "controvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "controvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "controvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "controvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "controvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "controvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "controvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "controvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "controvirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "controvertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "controvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "controvirtió" ;--# notpresent @@ -40969,12 +44695,12 @@ lin controvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "controvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "controvertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "controvertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "controvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "controvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "controvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "controvirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "controvirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "controvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "controvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "controvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "controvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "controvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "controvertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "controvertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "controvertiría" ;--# notpresent @@ -41005,24 +44731,30 @@ lin convertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convirtieras" ; "convirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convirtiera" ; "convirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convirtiéramos" ; "convirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convirtierais" ; "convirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convirtieran" ; "convirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convirtió" ;--# notpresent @@ -41035,12 +44767,12 @@ lin convertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convertiría" ;--# notpresent @@ -41071,24 +44803,30 @@ lin deferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "defieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "defiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "defieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "defiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "defiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "defiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "defieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "defiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "defieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "defiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "defiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "defiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "defieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "defería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "defería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"defirieras" ; "defirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"defiriera" ; "defiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"defiriéramos" ; "defiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"defirierais" ; "defirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"defirieran" ; "defiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "defiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "defirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "defiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "defiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "defirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "defirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "defiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "defirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "defiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "defiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "defirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "defiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "defirió" ;--# notpresent @@ -41101,12 +44839,12 @@ lin deferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "defiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "defirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "defiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "defiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "defiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "defirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "defiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "defirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "defiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "defiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "defiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "defirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deferiría" ;--# notpresent @@ -41137,24 +44875,30 @@ lin desadvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desadvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desadvertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desadvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desadvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desadviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desadvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desadvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desadvirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desadviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desadvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desadviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desadvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desadvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desadvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desadviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desadvertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desadvertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desadvertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desadvertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desadvertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desadvertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desadvirtieras" ; "desadvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desadvirtiera" ; "desadvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desadvirtiéramos" ; "desadvirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desadvirtierais" ; "desadvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desadvirtieran" ; "desadvirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desadvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desadvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desadvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desadvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desadvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desadvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desadvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desadvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desadvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desadvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desadvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desadvirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desadvertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desadvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desadvirtió" ;--# notpresent @@ -41167,12 +44911,12 @@ lin desadvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desadvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desadvertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desadvertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desadvirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desadvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desadvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desadvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desadvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desadvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desadvertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desadvertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desadvertiría" ;--# notpresent @@ -41203,24 +44947,30 @@ lin desconsentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconsentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconsentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconsienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconsienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconsientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconsienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconsintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconsintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconsientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconsienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconsientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconsienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconsintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconsintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconsientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconsentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconsentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconsentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconsentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconsentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconsentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsintieras" ; "desconsintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsintiera" ; "desconsintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsintiéramos" ; "desconsintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsintierais" ; "desconsintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsintieran" ; "desconsintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconsintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconsintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconsintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconsintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconsintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconsintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconsintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconsintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconsintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconsintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconsintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconsintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconsentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconsentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconsintió" ;--# notpresent @@ -41233,12 +44983,12 @@ lin desconsentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconsentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconsentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconsentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconsintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconsintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconsintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconsintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconsintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconsintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconsintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconsintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconsintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconsintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconsentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconsentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconsentiría" ;--# notpresent @@ -41269,24 +45019,30 @@ lin desmentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmintieras" ; "desmintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmintiera" ; "desmintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmintiéramos" ; "desmintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmintierais" ; "desmintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmintieran" ; "desmintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmintió" ;--# notpresent @@ -41299,12 +45055,12 @@ lin desmentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmentiría" ;--# notpresent @@ -41335,24 +45091,30 @@ lin diferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "diferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "diferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "difieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "difiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "difieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "difiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "difiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "difiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "difieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "difiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "difieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "difiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "difiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "difiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "difieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "difería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "diferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "difería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "diferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "diferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "diferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difirieras" ; "difirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difiriera" ; "difiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difiriéramos" ; "difiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difirierais" ; "difirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difirieran" ; "difiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "difiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "difirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "difiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "difiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "difirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "difirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "difiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "difirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "difiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "difiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "difirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "difiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "difirió" ;--# notpresent @@ -41365,12 +45127,12 @@ lin diferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "diferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "difiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "difirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "difiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "difiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "difiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "difirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "difiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "difirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "difiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "difiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "difiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "difirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diferiría" ;--# notpresent @@ -41401,24 +45163,30 @@ lin digerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "digerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "digerís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "digieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "digiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "digieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "digiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "digiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "digiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "digieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "digiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "digieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "digiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "digiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "digiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "digieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "digería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "digerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "digería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "digeríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "digeríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "digerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"digirieras" ; "digirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"digiriera" ; "digiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"digiriéramos" ; "digiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"digirierais" ; "digirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"digirieran" ; "digiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "digiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "digirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "digiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "digiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "digirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "digirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "digiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "digirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "digiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "digiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "digirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "digiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "digerí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "digeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "digirió" ;--# notpresent @@ -41431,12 +45199,12 @@ lin digerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "digeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "digeriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "digerirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "digiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "digirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "digiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "digiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "digiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "digirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "digiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "digirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "digiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "digiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "digiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "digirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "digeriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "digerirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "digeriría" ;--# notpresent @@ -41467,24 +45235,30 @@ lin disentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disintieras" ; "disintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disintiera" ; "disintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disintiéramos" ; "disintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disintierais" ; "disintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disintieran" ; "disintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disintió" ;--# notpresent @@ -41497,12 +45271,12 @@ lin disentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disentiría" ;--# notpresent @@ -41533,24 +45307,30 @@ lin divertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "divertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "divertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "divierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "divierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "divierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "divirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "divirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "divierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "divierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "divirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "divirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "divertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "divertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "divertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "divertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "divertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "divertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"divirtieras" ; "divirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"divirtiera" ; "divirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"divirtiéramos" ; "divirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"divirtierais" ; "divirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"divirtieran" ; "divirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "divirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "divirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "divirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "divirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "divirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "divirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "divirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "divirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "divirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "divirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "divirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "divirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "divertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "divertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "divirtió" ;--# notpresent @@ -41563,12 +45343,12 @@ lin divertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "divertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "divertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "divertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "divirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "divirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "divirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "divirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "divirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "divirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "divirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "divirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "divirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "divirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "divirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "divertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "divertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "divertiría" ;--# notpresent @@ -41599,24 +45379,30 @@ lin dormir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dormimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dormís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "duermen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "duerma" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "duermas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "duerma" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "durmamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "durmáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "duerman" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "duerma" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "duermas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "duerma" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "durmamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "durmáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "duerman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dormía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dormías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dormía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dormíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dormíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dormían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"durmieras" ; "durmieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"durmiera" ; "durmiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"durmiéramos" ; "durmiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"durmierais" ; "durmieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"durmieran" ; "durmiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "durmiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "durmieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "durmiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "durmiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "durmierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "durmieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "durmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "durmieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "durmiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "durmiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "durmieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "durmiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dormí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dormiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "durmió" ;--# notpresent @@ -41629,12 +45415,12 @@ lin dormir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dormiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dormiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dormirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "durmiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "durmieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "durmiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "durmiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "durmiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "durmieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "durmiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "durmieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "durmiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "durmiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "durmiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "durmieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dormiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dormirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dormiría" ;--# notpresent @@ -41665,24 +45451,30 @@ lin herir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "heríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "heríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirieras" ; "hirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiriera" ; "hiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiriéramos" ; "hiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirierais" ; "hirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirieran" ; "hiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "heriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hirió" ;--# notpresent @@ -41695,12 +45487,12 @@ lin herir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "heriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "heriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "heriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "heriría" ;--# notpresent @@ -41731,24 +45523,30 @@ lin hervir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hervimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hervís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hierven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hierva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiervas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hierva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hirváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiervan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hierva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiervas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hierva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiervan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hervía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hervías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hervía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hervíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hervíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hervían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hirvieras" ; "hirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hirviera" ; "hirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hirviéramos" ; "hirviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hirvierais" ; "hirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hirvieran" ; "hirviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hirviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hirvió" ;--# notpresent @@ -41761,12 +45559,12 @@ lin hervir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herviréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hervirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hirviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hirvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herviría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hervirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herviría" ;--# notpresent @@ -41797,24 +45595,30 @@ lin inferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "infiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "infieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "infiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "infiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "infiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "infieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "infiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "infieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "infiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "infiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "infiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "infieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infirieras" ; "infirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infiriera" ; "infiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infiriéramos" ; "infiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infirierais" ; "infirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infirieran" ; "infiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infirió" ;--# notpresent @@ -41827,12 +45631,12 @@ lin inferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inferiría" ;--# notpresent @@ -41863,24 +45667,30 @@ lin ingerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ingerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ingerís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ingieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ingiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ingieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ingiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ingiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ingiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ingieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ingiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ingieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ingiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ingiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ingiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ingieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ingería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ingerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ingería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ingeríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ingeríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ingerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ingirieras" ; "ingirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ingiriera" ; "ingiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ingiriéramos" ; "ingiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ingirierais" ; "ingirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ingirieran" ; "ingiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ingiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ingirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ingiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ingiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ingirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ingirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ingiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ingirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ingiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ingiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ingirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ingiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ingerí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ingeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ingirió" ;--# notpresent @@ -41893,12 +45703,12 @@ lin ingerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ingeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ingeriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ingerirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ingiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ingirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ingiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ingiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ingiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ingirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ingirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ingiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ingiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ingiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ingirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ingeriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ingerirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ingeriría" ;--# notpresent @@ -41929,24 +45739,30 @@ lin injerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "injerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "injerís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "injieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "injiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "injieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "injiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "injiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "injiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "injieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "injiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "injieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "injiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "injiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "injiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "injieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "injería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "injerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "injería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "injeríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "injeríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "injerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"injirieras" ; "injirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"injiriera" ; "injiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"injiriéramos" ; "injiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"injirierais" ; "injirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"injirieran" ; "injiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "injiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "injirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "injiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "injiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "injirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "injirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "injiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "injirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "injiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "injiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "injirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "injiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "injerí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "injeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "injirió" ;--# notpresent @@ -41959,12 +45775,12 @@ lin injerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "injeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "injeriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "injerirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "injiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "injirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "injiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "injiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "injiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "injirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "injiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "injirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "injiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "injiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "injiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "injirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "injeriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "injerirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "injeriría" ;--# notpresent @@ -41995,24 +45811,30 @@ lin inserir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inserimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inserís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "insieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "insiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "insieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "insiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "insiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "insiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "insieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "insiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "insieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "insiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "insiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "insiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "insieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "insería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inserías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "insería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inseríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inseríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inserían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"insirieras" ; "insirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"insiriera" ; "insiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"insiriéramos" ; "insiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"insirierais" ; "insirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"insirieran" ; "insiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "insiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "insirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "insiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "insiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "insirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "insirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "insiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "insirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "insiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "insiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "insirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "insiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inserí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inseriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "insirió" ;--# notpresent @@ -42025,12 +45847,12 @@ lin inserir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inseriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inseriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inserirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "insiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "insirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "insiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "insiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "insiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "insirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "insiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "insirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "insiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "insiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "insiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "insirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inseriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inserirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inseriría" ;--# notpresent @@ -42061,24 +45883,30 @@ lin interferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "interferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "interferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "interfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "interfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "interfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "interfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "interfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "interfiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "interfieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "interfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "interfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "interfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "interfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "interfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "interfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "interfería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "interferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "interfería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "interferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "interferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "interferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"interfirieras" ; "interfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"interfiriera" ; "interfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"interfiriéramos" ; "interfiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"interfirierais" ; "interfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"interfirieran" ; "interfiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "interfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "interfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "interfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "interfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "interfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "interfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "interfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "interfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "interfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "interfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "interfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "interfiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "interferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "interferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "interfirió" ;--# notpresent @@ -42091,12 +45919,12 @@ lin interferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "interferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "interferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "interferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "interfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "interfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "interfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "interfiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "interfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "interfirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "interfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "interfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "interfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "interfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "interfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "interferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "interferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "interferiría" ;--# notpresent @@ -42127,24 +45955,30 @@ lin invertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "invertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "invertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "invierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "invierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "invierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "invirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "invirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "invierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "invierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "invirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "invirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "invertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "invertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "invertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "invertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "invertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "invertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invirtieras" ; "invirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invirtiera" ; "invirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invirtiéramos" ; "invirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invirtierais" ; "invirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invirtieran" ; "invirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "invirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "invirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "invirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "invirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "invirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "invirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "invirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "invirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "invirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "invirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "invirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "invirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "invertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "invertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "invirtió" ;--# notpresent @@ -42157,12 +45991,12 @@ lin invertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "invertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "invertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "invertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "invirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "invirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "invirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "invirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "invirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "invirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "invirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "invirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "invirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "invirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "invirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "invertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "invertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "invertiría" ;--# notpresent @@ -42193,24 +46027,30 @@ lin malherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "malherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "malherís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "malhieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "malhiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "malhieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "malhiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "malhiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "malhiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "malhieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "malhiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "malhieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "malhiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "malhiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "malhiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "malhieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "malhería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "malherías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "malhería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "malheríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "malheríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "malherían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malhirieras" ; "malhirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malhiriera" ; "malhiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malhiriéramos" ; "malhiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malhirierais" ; "malhirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malhirieran" ; "malhiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "malhiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "malhirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "malhiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "malhiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "malhirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "malhirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "malhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "malhirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "malhiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "malhiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "malhirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "malhiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "malherí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "malheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "malhirió" ;--# notpresent @@ -42223,12 +46063,12 @@ lin malherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "malheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "malheriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "malherirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "malhiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "malhirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "malhiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "malhiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "malhiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "malhirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "malhirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "malhiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "malhiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "malhiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "malhirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "malheriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "malherirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "malheriría" ;--# notpresent @@ -42259,24 +46099,30 @@ lin mentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mintieras" ; "mintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mintiera" ; "mintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mintiéramos" ; "mintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mintierais" ; "mintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mintieran" ; "mintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mintió" ;--# notpresent @@ -42289,12 +46135,12 @@ lin mentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mentiría" ;--# notpresent @@ -42325,24 +46171,30 @@ lin morir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "morimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "morís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mueren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mueras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "muramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "muráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mueras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "muramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "muráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mueran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "moría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "morías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "moría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "moríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "moríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "morían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"muriera" ; "muriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"murieras" ; "murieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"muriera" ; "muriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"muriéramos" ; "muriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"murierais" ; "murieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"murieran" ; "muriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "muriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "murieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "muriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "muriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "murierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "murieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "muriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "murieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "muriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "muriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "murieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "muriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "morí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "murió" ;--# notpresent @@ -42355,12 +46207,12 @@ lin morir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "morirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "muriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "murieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "muriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "muriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "muriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "murieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "muriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "murieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "muriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "muriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "muriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "murieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "moriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "morirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "moriría" ;--# notpresent @@ -42391,24 +46243,30 @@ lin pervertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pervertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pervertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pervierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pervierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pervierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pervirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pervirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pervierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pervierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pervirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pervirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pervertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pervertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pervertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pervertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pervertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pervertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pervirtieras" ; "pervirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pervirtiera" ; "pervirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pervirtiéramos" ; "pervirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pervirtierais" ; "pervirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pervirtieran" ; "pervirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pervirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pervirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pervirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pervirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pervirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pervirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pervirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pervirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pervirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pervirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pervirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pervirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pervertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pervertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pervirtió" ;--# notpresent @@ -42421,12 +46279,12 @@ lin pervertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pervertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pervertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pervertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pervirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pervirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pervirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pervirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pervirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pervirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pervirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pervirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pervirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pervirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pervertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pervertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pervertiría" ;--# notpresent @@ -42457,24 +46315,30 @@ lin preferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prefieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prefiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prefieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prefiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prefiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prefiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prefieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prefiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prefieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prefiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prefiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prefiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prefieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prefería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prefería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prefirieras" ; "prefirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prefiriera" ; "prefiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prefiriéramos" ; "prefiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prefirierais" ; "prefirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prefirieran" ; "prefiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prefiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prefirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prefiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prefiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prefirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prefirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prefiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prefirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prefiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prefiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prefirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prefiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prefirió" ;--# notpresent @@ -42487,12 +46351,12 @@ lin preferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prefiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prefirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prefiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prefiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prefiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prefirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prefirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prefiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prefiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prefiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prefirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preferiría" ;--# notpresent @@ -42523,24 +46387,30 @@ lin premorir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "premorimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "premorís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "premueren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "premuera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "premueras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "premuera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "premuramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "premuráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "premueran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "premuera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "premueras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "premuera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "premuramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "premuráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "premueran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "premoría" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "premorías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "premoría" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "premoríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "premoríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "premorían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premurieras" ; "premurieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premuriera" ; "premuriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premuriéramos" ; "premuriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premurierais" ; "premurieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premurieran" ; "premuriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "premuriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "premurieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "premuriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "premuriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "premurierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "premurieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "premuriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "premurieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "premuriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "premuriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "premurieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "premuriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "premorí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "premoriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "premurió" ;--# notpresent @@ -42553,12 +46423,12 @@ lin premorir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "premoriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "premoriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "premorirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "premuriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "premurieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "premuriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "premuriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "premuriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "premurieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "premuriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "premurieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "premuriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "premuriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "premuriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "premurieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "premoriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "premorirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "premoriría" ;--# notpresent @@ -42589,24 +46459,30 @@ lin presentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "presentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "presentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "presienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "presienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "presientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "presienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "presintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "presintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "presientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "presienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "presientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "presienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "presintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "presintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "presientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "presentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "presentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "presentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "presentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "presentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "presentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"presintieras" ; "presintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"presintiera" ; "presintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"presintiéramos" ; "presintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"presintierais" ; "presintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"presintieran" ; "presintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "presintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "presintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "presintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "presintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "presintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "presintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "presintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "presintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "presintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "presintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "presintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "presintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "presentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "presentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "presintió" ;--# notpresent @@ -42619,12 +46495,12 @@ lin presentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "presentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "presentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "presentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "presintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "presintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "presintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "presintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "presintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "presintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "presintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "presintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "presintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "presintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "presintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "presintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "presentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "presentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "presentiría" ;--# notpresent @@ -42655,24 +46531,30 @@ lin proferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "profieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "profiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "profieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "profiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "profiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "profiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "profieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "profiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "profieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "profiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "profiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "profiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "profieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "profería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "profería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"profirieras" ; "profirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"profiriera" ; "profiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"profiriéramos" ; "profiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"profirierais" ; "profirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"profirieran" ; "profiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "profiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "profirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "profiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "profiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "profirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "profirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "profiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "profirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "profiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "profiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "profirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "profiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "profirió" ;--# notpresent @@ -42685,12 +46567,12 @@ lin proferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "profiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "profirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "profiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "profiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "profiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "profirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "profiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "profirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "profiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "profiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "profiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "profirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proferiría" ;--# notpresent @@ -42721,24 +46603,30 @@ lin reconvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconvertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconvirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconvertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconvertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconvertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconvertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconvertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconvertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconvirtieras" ; "reconvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconvirtiera" ; "reconvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconvirtiéramos" ; "reconvirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconvirtierais" ; "reconvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconvirtieran" ; "reconvirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconvirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconvertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconvirtió" ;--# notpresent @@ -42751,12 +46639,12 @@ lin reconvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconvertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconvertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconvirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconvertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconvertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconvertiría" ;--# notpresent @@ -42787,24 +46675,30 @@ lin referir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "referimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "referís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "referías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "referíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "referíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "referían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refirieras" ; "refirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refiriera" ; "refiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refiriéramos" ; "refiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refirierais" ; "refirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refirieran" ; "refiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "referí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "referiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refirió" ;--# notpresent @@ -42817,12 +46711,12 @@ lin referir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "referiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "referiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "referirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "referiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "referirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "referiría" ;--# notpresent @@ -42853,24 +46747,30 @@ lin reherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reherís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reherías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reheríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reheríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reherían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirieras" ; "rehirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiriera" ; "rehiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiriéramos" ; "rehiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirierais" ; "rehirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirieran" ; "rehiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reherí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehirió" ;--# notpresent @@ -42883,12 +46783,12 @@ lin reherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reheriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reherirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reheriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reherirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reheriría" ;--# notpresent @@ -42919,24 +46819,30 @@ lin rehervir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehervimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehervís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehierven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehierva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehiervas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehierva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehirváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehiervan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehierva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehiervas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehierva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehiervan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehervía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehervías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehervía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehervíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehervíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehervían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehirvieras" ; "rehirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehirviera" ; "rehirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehirviéramos" ; "rehirviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehirvierais" ; "rehirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehirvieran" ; "rehirviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehirviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reherví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reherviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehirvió" ;--# notpresent @@ -42949,12 +46855,12 @@ lin rehervir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reherviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reherviréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehervirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehirviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehirvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reherviría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehervirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reherviría" ;--# notpresent @@ -42985,24 +46891,30 @@ lin requerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "requerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "requerís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "requieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "requiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "requieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "requiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "requiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "requiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "requieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "requiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "requieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "requiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "requiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "requiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "requieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "requería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "requerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "requería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "requeríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "requeríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "requerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requirieras" ; "requirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requiriera" ; "requiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requiriéramos" ; "requiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requirierais" ; "requirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requirieran" ; "requiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "requiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "requirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "requiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "requiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "requirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "requirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "requiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "requirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "requiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "requiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "requirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "requiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "requerí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "requeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "requirió" ;--# notpresent @@ -43015,12 +46927,12 @@ lin requerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "requeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "requeriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "requerirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "requiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "requirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "requiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "requiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "requiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "requirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "requiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "requirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "requiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "requiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "requiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "requirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "requeriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "requerirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "requeriría" ;--# notpresent @@ -43051,24 +46963,30 @@ lin revertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revirtieras" ; "revirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revirtiera" ; "revirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revirtiéramos" ; "revirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revirtierais" ; "revirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revirtieran" ; "revirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revirtió" ;--# notpresent @@ -43081,12 +46999,12 @@ lin revertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revertiría" ;--# notpresent @@ -43117,24 +47035,30 @@ lin sentir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sentimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sentís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sienten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sienta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sientas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sienta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sintamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sintáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sientan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sienta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sientas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sienta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sintamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sintáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sientan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sentía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sentías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sentía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sentíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sentíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sentían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sintieras" ; "sintieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sintiera" ; "sintiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sintiéramos" ; "sintiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sintierais" ; "sintieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sintieran" ; "sintiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sintiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sintieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sintiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sintiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sintierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sintieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sintieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sintiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sintiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sintieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sintiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sentí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sentiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sintió" ;--# notpresent @@ -43147,12 +47071,12 @@ lin sentir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sentiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sentiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sentirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sintiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sintieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sintiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sintiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sintiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sintieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sintiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sintieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sintiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sintiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sintiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sintieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sentiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sentirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sentiría" ;--# notpresent @@ -43183,24 +47107,30 @@ lin subvertir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subvertimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subvertís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subvierten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subvierta" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subviertas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subvierta" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subvirtamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subvirtáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subviertan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subvierta" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subviertas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subvierta" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subvirtamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subvirtáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subviertan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subvertía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subvertías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subvertía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subvertíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subvertíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subvertían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subvirtieras" ; "subvirtieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subvirtiera" ; "subvirtiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subvirtiéramos" ; "subvirtiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subvirtierais" ; "subvirtieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subvirtieran" ; "subvirtiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subvirtieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subvirtiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subvirtiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subvirtierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subvirtieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subvirtieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subvirtiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subvirtiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subvirtieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subvirtiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subvertí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subvertiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subvirtió" ;--# notpresent @@ -43213,12 +47143,12 @@ lin subvertir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subvertiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subvertiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subvertirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subvirtieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subvirtiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subvirtiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subvirtieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subvirtieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subvirtiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subvirtiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subvirtiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subvirtieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subvertiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subvertirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subvertiría" ;--# notpresent @@ -43249,24 +47179,30 @@ lin sugerir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sugerimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sugerís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sugieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sugiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sugieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sugiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sugiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sugiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sugieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sugiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sugieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sugiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sugiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sugiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sugieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sugería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sugerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sugería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sugeríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sugeríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sugerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sugirieras" ; "sugirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sugiriera" ; "sugiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sugiriéramos" ; "sugiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sugirierais" ; "sugirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sugirieran" ; "sugiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sugiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sugirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sugiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sugiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sugirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sugirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sugiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sugirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sugiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sugiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sugirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sugiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sugerí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sugeriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sugirió" ;--# notpresent @@ -43279,12 +47215,12 @@ lin sugerir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sugeriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sugeriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sugerirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sugiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sugirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sugiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sugiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sugiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sugirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sugirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sugiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sugiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sugiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sugirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sugeriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sugerirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sugeriría" ;--# notpresent @@ -43315,24 +47251,30 @@ lin transferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "transferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "transferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "transfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "transfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "transfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "transfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "transfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "transfiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "transfieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "transfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "transfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "transfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "transfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "transfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "transfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "transfería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "transferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "transfería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "transferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "transferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "transferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"transfirieras" ; "transfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"transfiriera" ; "transfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"transfiriéramos" ; "transfiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"transfirierais" ; "transfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"transfirieran" ; "transfiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "transfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "transfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "transfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "transfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "transfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "transfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "transfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "transfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "transfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "transfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "transfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "transfiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "transferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "transferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "transfirió" ;--# notpresent @@ -43345,12 +47287,12 @@ lin transferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "transferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "transferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "transferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "transfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "transfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "transfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "transfiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "transfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "transfirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "transfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "transfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "transfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "transfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "transfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "transferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "transferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "transferiría" ;--# notpresent @@ -43381,24 +47323,30 @@ lin trasferir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasferimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasferís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasfieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasfiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasfieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasfiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasfiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasfiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasfieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasfiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasfieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasfiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasfiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasfiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasfieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasfería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasferías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasfería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasferíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasferíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasferían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasfirieras" ; "trasfirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasfiriera" ; "trasfiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasfiriéramos" ; "trasfiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasfirierais" ; "trasfirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasfirieran" ; "trasfiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasfiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasfirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasfiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasfiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasfirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasfirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasfirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasfiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasfiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasfirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasfiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasferí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasferiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasfirió" ;--# notpresent @@ -43411,12 +47359,12 @@ lin trasferir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasferiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasferiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasferirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasfiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasfirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasfiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasfiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasfirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasfirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasfiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasfiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasfiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasfirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasferiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasferirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasferiría" ;--# notpresent @@ -43447,24 +47395,30 @@ lin zaherir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zaherimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zaherís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zahieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zahiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zahieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zahiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zahiramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zahiráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zahieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zahiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zahieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zahiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zahiramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zahiráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zahieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zahería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zaherías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zahería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zaheríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zaheríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zaherían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zahirieras" ; "zahirieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zahiriera" ; "zahiriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zahiriéramos" ; "zahiriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zahirierais" ; "zahirieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zahirieran" ; "zahiriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zahiriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zahirieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zahiriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zahiriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zahirierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zahirieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zahiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zahirieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zahiriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zahiriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zahirieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zahiriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zaherí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zaheriste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zahirió" ;--# notpresent @@ -43477,12 +47431,12 @@ lin zaherir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zaheriremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zaheriréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zaherirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zahiriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zahirieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zahiriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zahiriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zahiriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zahirieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zahirieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zahiriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zahiriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zahiriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zahirieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zaheriría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zaherirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zaheriría" ;--# notpresent @@ -43513,24 +47467,30 @@ lin colegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "colegís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "colija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "colijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "colija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "colijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "colijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "colija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "colijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "colija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "colijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "colijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coligieras" ; "coligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coligiera" ; "coligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coligiéramos" ; "coligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coligierais" ; "coligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coligieran" ; "coligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coligió" ;--# notpresent @@ -43543,12 +47503,12 @@ lin colegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colegiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colegirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colegiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colegirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colegiría" ;--# notpresent @@ -43579,24 +47539,30 @@ lin corregir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "corregimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "corregís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "corrigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "corrija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "corrijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "corrija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "corrijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "corrijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "corrijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "corrija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "corrijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "corrija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "corrijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "corrijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "corrijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "corregía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "corregías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "corregía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "corregíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "corregíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "corregían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"corrigieras" ; "corrigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"corrigiera" ; "corrigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"corrigiéramos" ; "corrigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"corrigierais" ; "corrigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"corrigieran" ; "corrigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "corrigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "corrigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "corrigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "corrigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "corrigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "corrigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "corrigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "corrigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "corrigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "corrigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "corrigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "corrigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "corregí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "corregiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "corrigió" ;--# notpresent @@ -43609,12 +47575,12 @@ lin corregir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "corregiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "corregiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "corregirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "corrigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "corrigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "corrigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "corrigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "corrigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "corrigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "corrigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "corrigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "corrigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "corrigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "corrigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "corregiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "corregirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "corregiría" ;--# notpresent @@ -43645,24 +47611,30 @@ lin elegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "elegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "elegís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "eligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "elija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "elijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "elija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "elijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "elijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "elijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "elija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "elijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "elija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "elijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "elijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "elijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "elegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "elegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "elegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "elegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "elegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "elegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"eligieras" ; "eligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"eligiera" ; "eligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"eligiéramos" ; "eligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"eligierais" ; "eligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"eligieran" ; "eligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "eligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "eligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "eligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "eligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "eligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "eligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "eligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "eligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "eligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "eligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "eligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "eligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "elegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "elegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "eligió" ;--# notpresent @@ -43675,12 +47647,12 @@ lin elegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "elegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "elegiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "elegirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "eligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "eligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "eligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "eligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "eligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "eligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "eligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "eligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "eligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "eligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "eligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "eligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "elegiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "elegirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "elegiría" ;--# notpresent @@ -43711,24 +47683,30 @@ lin preelegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preelegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preelegís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preeligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preelija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preelijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preelija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preelijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preelijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preelijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preelija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preelijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preelija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preelijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preelijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preelijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preelegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preelegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preelegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preelegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preelegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preelegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preeligieras" ; "preeligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preeligiera" ; "preeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preeligiéramos" ; "preeligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preeligierais" ; "preeligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preeligieran" ; "preeligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preeligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preeligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preeligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preeligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preeligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preeligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preeligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preeligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preeligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preeligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preelegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preelegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preeligió" ;--# notpresent @@ -43741,12 +47719,12 @@ lin preelegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preelegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preelegiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preelegirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preeligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preeligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preeligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preeligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preeligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preeligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preeligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preeligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preeligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preeligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preeligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preelegiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preelegirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preelegiría" ;--# notpresent @@ -43777,24 +47755,30 @@ lin recolegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recolegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recolegís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recoligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recolija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recolijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recolija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recolijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recolijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recolijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recolija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recolijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recolija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recolijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recolijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recolijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recolegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recolegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recolegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recolegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recolegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recolegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recoligieras" ; "recoligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recoligiera" ; "recoligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recoligiéramos" ; "recoligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recoligierais" ; "recoligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recoligieran" ; "recoligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recoligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recoligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recoligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recoligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recoligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recoligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recoligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recoligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recoligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recoligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recoligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recoligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recolegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recolegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recoligió" ;--# notpresent @@ -43807,12 +47791,12 @@ lin recolegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recolegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recolegiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recolegirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recoligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recoligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recoligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recoligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recoligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recoligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recoligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recoligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recoligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recoligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recoligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recolegiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recolegirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recolegiría" ;--# notpresent @@ -43843,24 +47827,30 @@ lin reelegir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reelegimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reelegís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reeligen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reelija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reelijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reelija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reelijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reelijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reelijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reelija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reelijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reelija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reelijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reelijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reelijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reelegía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reelegías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reelegía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reelegíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reelegíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reelegían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reeligieras" ; "reeligieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reeligiera" ; "reeligiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reeligiéramos" ; "reeligiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reeligierais" ; "reeligieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reeligieran" ; "reeligiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reeligiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reeligieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reeligiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reeligiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reeligierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reeligieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reeligieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reeligiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reeligiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reeligieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reeligiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reelegí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reelegiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reeligió" ;--# notpresent @@ -43873,12 +47863,12 @@ lin reelegir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reelegiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reelegiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reelegirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reeligiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reeligieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reeligiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reeligiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reeligiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reeligieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reeligieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reeligiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reeligiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reeligiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reeligieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reelegiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reelegirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reelegiría" ;--# notpresent @@ -43909,24 +47899,30 @@ lin regir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rigen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rija" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rijas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rija" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rijamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rijáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rijan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rija" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rijas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rija" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rijamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rijáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rijan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rigieras" ; "rigieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rigiera" ; "rigiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rigiéramos" ; "rigiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rigierais" ; "rigieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rigieran" ; "rigiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rigiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rigieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rigiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rigiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rigierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rigieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rigieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rigiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rigiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rigieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rigiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "registe" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rigió" ;--# notpresent @@ -43939,12 +47935,12 @@ lin regir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rigiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rigieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rigiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rigiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rigiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rigieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rigiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rigieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rigiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rigiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rigiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rigieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regiría" ;--# notpresent @@ -43975,24 +47971,30 @@ lin abeldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "abeldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abeldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abieldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abielde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abieldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abielde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abeldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abeldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abielden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abielde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abieldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abielde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abeldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abeldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abielden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abeldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abeldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abeldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abeldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abeldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abeldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abeldaras" ; "abeldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abeldara" ; "abeldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abeldáramos" ; "abeldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abeldarais" ; "abeldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abeldaran" ; "abeldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abeldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abeldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abeldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abeldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abeldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abeldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abeldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abeldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abeldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abeldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abeldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abeldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abeldó" ;--# notpresent @@ -44005,12 +48007,12 @@ lin abeldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "abeldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abeldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abeldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abeldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abeldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abeldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abeldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abeldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abeldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abeldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abeldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abeldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abeldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abeldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abeldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abeldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abeldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abeldaría" ;--# notpresent @@ -44041,24 +48043,30 @@ lin abu {- VPB (Pres Ind C.Pl C.P1) => -} "abuñolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "abuñoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "abuñuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "abuñuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "abuñueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "abuñuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "abuñolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "abuñoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "abuñuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "abuñuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "abuñueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "abuñuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "abuñolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "abuñoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "abuñuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "abuñolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "abuñolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "abuñolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "abuñolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "abuñolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "abuñolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"abuñolara" ; "abuñolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"abuñolaras" ; "abuñolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"abuñolara" ; "abuñolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"abuñoláramos" ; "abuñolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"abuñolarais" ; "abuñolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"abuñolaran" ; "abuñolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "abuñolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "abuñolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "abuñolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "abuñoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "abuñolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "abuñolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "abuñolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "abuñolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "abuñolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "abuñolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "abuñolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "abuñolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "abuñolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "abuñolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "abuñoló" ;--# notpresent @@ -44071,12 +48079,12 @@ lin abu {- VPB (Fut Ind C.Pl C.P1) => -} "abuñolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "abuñolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "abuñolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "abuñolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "abuñolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "abuñolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "abuñoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "abuñolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "abuñolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "abuñolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "abuñolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "abuñolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "abuñoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "abuñolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "abuñolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "abuñolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "abuñolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "abuñolaría" ;--# notpresent @@ -44107,24 +48115,30 @@ lin acertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acertáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acertéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acertábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acertara" ; "acertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acertaras" ; "acertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acertara" ; "acertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acertáramos" ; "acertásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acertarais" ; "acertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acertaran" ; "acertasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acertasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acerté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acertó" ;--# notpresent @@ -44137,12 +48151,12 @@ lin acertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acertaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acertarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acertáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acertaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acertaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acertarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acertaría" ;--# notpresent @@ -44173,24 +48187,30 @@ lin acollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acollara" ; "acollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acollaras" ; "acollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acollara" ; "acollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acolláramos" ; "acollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acollarais" ; "acollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acollaran" ; "acollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acolló" ;--# notpresent @@ -44203,12 +48223,12 @@ lin acollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acollaría" ;--# notpresent @@ -44239,24 +48259,30 @@ lin acordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acordara" ; "acordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acordaras" ; "acordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acordara" ; "acordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acordáramos" ; "acordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acordarais" ; "acordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acordaran" ; "acordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acordó" ;--# notpresent @@ -44269,12 +48295,12 @@ lin acordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acordaría" ;--# notpresent @@ -44305,24 +48331,30 @@ lin acornar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acornamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acornáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acuerne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acuerne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acornemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acornéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acuernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acuerne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acuerne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acornemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acornéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acornaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acornabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acornaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acornábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acornabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acornaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acornara" ; "acornase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acornaras" ; "acornases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acornara" ; "acornase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acornáramos" ; "acornásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acornarais" ; "acornaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acornaran" ; "acornasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acornara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acornaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acornara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acornáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acornarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acornaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acornase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acornases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acornase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acornásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acornaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acornasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acorné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acornaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acornó" ;--# notpresent @@ -44335,12 +48367,12 @@ lin acornar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acornaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acornaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acornarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acornare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acornares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acornare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acornáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acornareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acornaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acornare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acornares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acornare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acornáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acornareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acornaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acornaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acornarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acornaría" ;--# notpresent @@ -44371,24 +48403,30 @@ lin acostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acostáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acostéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acostábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acostara" ; "acostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acostaras" ; "acostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acostara" ; "acostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acostáramos" ; "acostásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acostarais" ; "acostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acostaran" ; "acostasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acostasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acosté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acostó" ;--# notpresent @@ -44401,12 +48439,12 @@ lin acostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acostaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acostarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acostáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acostaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acostaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acostarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acostaría" ;--# notpresent @@ -44437,24 +48475,30 @@ lin acrecentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "acrecentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acrecentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acrecientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acreciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acrecientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acreciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acrecentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acrecentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acrecienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acreciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acrecientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acreciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acrecentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acrecentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acrecienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acrecentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acrecentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acrecentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acrecentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acrecentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acrecentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acrecentaras" ; "acrecentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acrecentara" ; "acrecentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acrecentáramos" ; "acrecentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acrecentarais" ; "acrecentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acrecentaran" ; "acrecentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acrecentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acrecentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acrecentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acrecentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acrecentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acrecentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acrecentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acrecentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acrecentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acrecentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acrecentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acrecentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acrecenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acrecentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acrecentó" ;--# notpresent @@ -44467,12 +48511,12 @@ lin acrecentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "acrecentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acrecentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acrecentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acrecentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acrecentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acrecentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acrecentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acrecentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acrecentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acrecentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acrecentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acrecentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acrecentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acrecentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acrecentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acrecentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acrecentaría" ;--# notpresent @@ -44503,24 +48547,30 @@ lin adestrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "adestramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "adestráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "adiestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "adiestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "adiestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "adiestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "adestremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "adestréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "adiestren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "adiestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "adiestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "adiestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "adestremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "adestréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "adiestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "adestraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "adestrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "adestraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "adestrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "adestrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "adestraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adestraras" ; "adestrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adestrara" ; "adestrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adestráramos" ; "adestrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adestrarais" ; "adestraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adestraran" ; "adestrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adestrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adestraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adestrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adestráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adestrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adestraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adestrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adestrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adestrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adestrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adestraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adestrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "adestré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adestraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adestró" ;--# notpresent @@ -44533,12 +48583,12 @@ lin adestrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "adestraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "adestraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "adestrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adestrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adestrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adestrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adestráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adestrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adestraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adestrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adestrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adestrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adestráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adestrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adestraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "adestraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "adestrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "adestraría" ;--# notpresent @@ -44569,24 +48619,30 @@ lin aferrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aferramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aferráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aferremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aferréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "afierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aferremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aferréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aferraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aferrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aferraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aferrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aferrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aferraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aferraras" ; "aferrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aferrara" ; "aferrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aferráramos" ; "aferrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aferrarais" ; "aferraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aferraran" ; "aferrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aferrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aferraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aferrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aferráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aferrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aferraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aferrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aferrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aferraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aferrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aferré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aferraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aferró" ;--# notpresent @@ -44599,12 +48655,12 @@ lin aferrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aferraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aferraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aferrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aferrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aferrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aferrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aferráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aferrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aferraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aferrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aferrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aferrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aferráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aferrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aferraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aferraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aferrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aferraría" ;--# notpresent @@ -44635,24 +48691,30 @@ lin afollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "afollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "afolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "afollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "afolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "afuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "afollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "afolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "afollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "afollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "afollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "afollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "afollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "afollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afollara" ; "afollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afollaras" ; "afollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afollara" ; "afollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afolláramos" ; "afollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afollarais" ; "afollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afollaran" ; "afollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "afollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "afollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "afollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "afolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "afollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "afollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "afollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "afollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "afollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "afollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "afollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "afollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "afollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "afollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afolló" ;--# notpresent @@ -44665,12 +48727,12 @@ lin afollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "afollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "afollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "afollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "afollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "afollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "afollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "afolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "afollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "afollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "afollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "afollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "afollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "afolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "afollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "afollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "afollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "afollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "afollaría" ;--# notpresent @@ -44701,24 +48763,30 @@ lin aforar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aforamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aforáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aforemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aforéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "afueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aforemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aforéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aforaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aforabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aforaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aforábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aforabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aforaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aforara" ; "aforase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aforaras" ; "aforases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aforara" ; "aforase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aforáramos" ; "aforásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aforarais" ; "aforaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aforaran" ; "aforasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aforara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aforaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aforara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aforáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aforarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aforaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aforase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aforases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aforase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aforásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aforaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aforasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aforé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aforaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aforó" ;--# notpresent @@ -44731,12 +48799,12 @@ lin aforar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aforaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aforaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aforarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aforare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aforares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aforare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aforáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aforareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aforaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aforare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aforares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aforare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aforáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aforareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aforaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aforaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aforarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aforaría" ;--# notpresent @@ -44767,24 +48835,30 @@ lin albeldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "albeldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "albeldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "albieldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "albielde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "albieldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "albielde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "albeldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "albeldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "albielden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "albielde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "albieldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "albielde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "albeldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "albeldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "albielden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "albeldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "albeldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "albeldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "albeldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "albeldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "albeldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"albeldaras" ; "albeldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"albeldara" ; "albeldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"albeldáramos" ; "albeldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"albeldarais" ; "albeldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"albeldaran" ; "albeldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "albeldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "albeldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "albeldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "albeldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "albeldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "albeldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "albeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "albeldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "albeldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "albeldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "albeldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "albeldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "albeldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "albeldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "albeldó" ;--# notpresent @@ -44797,12 +48871,12 @@ lin albeldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "albeldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "albeldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "albeldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "albeldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "albeldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "albeldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "albeldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "albeldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "albeldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "albeldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "albeldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "albeldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "albeldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "albeldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "albeldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "albeldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "albeldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "albeldaría" ;--# notpresent @@ -44833,24 +48907,30 @@ lin alentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "alentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "alentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "alientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "alientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "alentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "alentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "alienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "alientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "alentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "alentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "alienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "alentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "alentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "alentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "alentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "alentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "alentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"alentara" ; "alentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"alentaras" ; "alentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"alentara" ; "alentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"alentáramos" ; "alentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"alentarais" ; "alentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"alentaran" ; "alentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "alentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "alentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "alentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "alentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "alentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "alentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "alentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "alentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "alentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "alentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "alentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "alentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "alenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "alentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "alentó" ;--# notpresent @@ -44863,12 +48943,12 @@ lin alentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "alentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "alentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "alentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "alentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "alentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "alentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "alentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "alentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "alentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "alentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "alentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "alentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "alentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "alentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "alentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "alentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "alentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "alentaría" ;--# notpresent @@ -44899,24 +48979,30 @@ lin aliquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aliquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aliquebráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aliquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aliquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aliquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aliquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aliquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aliquebréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aliquiebren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aliquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aliquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aliquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aliquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aliquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aliquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aliquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aliquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aliquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aliquebrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aliquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aliquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aliquebraras" ; "aliquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aliquebrara" ; "aliquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aliquebráramos" ; "aliquebrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aliquebrarais" ; "aliquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aliquebraran" ; "aliquebrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aliquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aliquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aliquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aliquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aliquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aliquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aliquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aliquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aliquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aliquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aliquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aliquebrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aliquebré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aliquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aliquebró" ;--# notpresent @@ -44929,12 +49015,12 @@ lin aliquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aliquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aliquebraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aliquebrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aliquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aliquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aliquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aliquebráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aliquebraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aliquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aliquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aliquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aliquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aliquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aliquebraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aliquebrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aliquebraría" ;--# notpresent @@ -44965,24 +49051,30 @@ lin amoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amobláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amobléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amueblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amoblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amoblaras" ; "amoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amoblara" ; "amoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amobláramos" ; "amoblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amoblarais" ; "amoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amoblaran" ; "amoblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amoblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amoblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amobló" ;--# notpresent @@ -44995,12 +49087,12 @@ lin amoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amoblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amoblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amobláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amoblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amoblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amoblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amoblaría" ;--# notpresent @@ -45031,24 +49123,30 @@ lin amolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "amolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "amoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "amuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "amuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "amueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "amuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "amolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "amoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "amuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "amuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "amueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "amuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "amolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "amoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "amuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "amolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "amolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "amolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "amolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "amolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "amolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"amolara" ; "amolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"amolaras" ; "amolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"amolara" ; "amolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"amoláramos" ; "amolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"amolarais" ; "amolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"amolaran" ; "amolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "amolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "amolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "amolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "amoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "amolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "amolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "amolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "amolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "amolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "amolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "amolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "amolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "amolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "amolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "amoló" ;--# notpresent @@ -45061,12 +49159,12 @@ lin amolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "amolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "amolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "amolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "amolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "amolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "amolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "amoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "amolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "amolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "amolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "amolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "amolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "amoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "amolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "amolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "amolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "amolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "amolaría" ;--# notpresent @@ -45097,24 +49195,30 @@ lin anzolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "anzolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anzoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anzuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "anzuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "anzueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "anzuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "anzolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "anzoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "anzuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "anzuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "anzueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "anzuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "anzolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "anzoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "anzuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "anzolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anzolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "anzolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anzolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anzolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anzolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"anzolaras" ; "anzolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anzolara" ; "anzolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anzoláramos" ; "anzolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"anzolarais" ; "anzolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"anzolaran" ; "anzolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anzolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "anzolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anzolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anzoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "anzolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "anzolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anzolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "anzolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anzolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anzolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "anzolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anzolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "anzolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anzolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "anzoló" ;--# notpresent @@ -45127,12 +49231,12 @@ lin anzolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "anzolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "anzolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "anzolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anzolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "anzolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anzolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anzoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anzolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "anzolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anzolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "anzolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anzolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anzoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anzolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "anzolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "anzolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "anzolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "anzolaría" ;--# notpresent @@ -45163,24 +49267,30 @@ lin apacentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apacentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apacentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apacientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apaciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apacientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apaciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apacentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apacentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apacienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apaciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apacientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apaciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apacentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apacentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apacienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apacentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apacentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apacentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apacentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apacentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apacentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apacentaras" ; "apacentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apacentara" ; "apacentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apacentáramos" ; "apacentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apacentarais" ; "apacentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apacentaran" ; "apacentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apacentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apacentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apacentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apacentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apacentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apacentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apacentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apacentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apacentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apacentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apacentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apacentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apacenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apacentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apacentó" ;--# notpresent @@ -45193,12 +49303,12 @@ lin apacentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apacentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apacentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apacentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apacentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apacentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apacentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apacentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apacentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apacentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apacentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apacentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apacentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apacentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apacentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apacentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apacentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apacentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apacentaría" ;--# notpresent @@ -45229,24 +49339,30 @@ lin apercollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apercollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apercolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apercuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apercuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apercuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apercuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apercollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apercolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apercuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apercuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apercuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apercuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apercollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apercolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apercuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apercollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apercollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apercollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apercollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apercollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apercollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apercollaras" ; "apercollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apercollara" ; "apercollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apercolláramos" ; "apercollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apercollarais" ; "apercollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apercollaran" ; "apercollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apercollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apercollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apercollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apercolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apercollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apercollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apercollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apercollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apercollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apercollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apercollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apercollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apercollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apercollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apercolló" ;--# notpresent @@ -45259,12 +49375,12 @@ lin apercollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apercollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apercollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apercollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apercollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apercollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apercollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apercolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apercollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apercollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apercollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apercollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apercollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apercolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apercollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apercollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apercollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apercollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apercollaría" ;--# notpresent @@ -45295,24 +49411,30 @@ lin apergollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apergollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apergolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aperguellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aperguelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aperguelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aperguelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apergollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apergolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aperguellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aperguelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aperguelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aperguelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apergollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apergolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aperguellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apergollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apergollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apergollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apergollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apergollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apergollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apergollaras" ; "apergollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apergollara" ; "apergollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apergolláramos" ; "apergollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apergollarais" ; "apergollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apergollaran" ; "apergollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apergollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apergollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apergollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apergolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apergollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apergollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apergollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apergollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apergollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apergollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apergollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apergollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apergollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apergollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apergolló" ;--# notpresent @@ -45325,12 +49447,12 @@ lin apergollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apergollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apergollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apergollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apergollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apergollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apergollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apergolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apergollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apergollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apergollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apergollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apergollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apergolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apergollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apergollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apergollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apergollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apergollaría" ;--# notpresent @@ -45361,24 +49483,30 @@ lin apernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apiernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apernara" ; "apernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apernaras" ; "apernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apernara" ; "apernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apernáramos" ; "apernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apernarais" ; "apernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apernaran" ; "apernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aperné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apernó" ;--# notpresent @@ -45391,12 +49519,12 @@ lin apernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apernaría" ;--# notpresent @@ -45427,24 +49555,30 @@ lin apescoliar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apescoliamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apescoliáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apescoliean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apescoliee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apescoliees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apescoliee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apescoliemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apescoliéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apescolieen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apescoliee" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apescoliees" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apescoliee" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apescoliemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apescoliéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apescolieen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apescoliaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apescoliabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apescoliaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apescoliábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apescoliabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apescoliaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apescoliaras" ; "apescoliases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apescoliara" ; "apescoliase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apescoliáramos" ; "apescoliásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apescoliarais" ; "apescoliaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apescoliaran" ; "apescoliasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apescoliara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apescoliaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apescoliara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apescoliáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apescoliarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apescoliaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apescoliase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apescoliases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apescoliase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apescoliásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apescoliaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apescoliasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apescolié" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apescoliaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apescolió" ;--# notpresent @@ -45457,12 +49591,12 @@ lin apescoliar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apescoliaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apescoliaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apescoliarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apescoliare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apescoliares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apescoliare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apescoliáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apescoliareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apescoliaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apescoliares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apescoliare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apescoliáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apescoliareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apescoliaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apescoliaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apescoliarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apescoliaría" ;--# notpresent @@ -45493,24 +49627,30 @@ lin apostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apostáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "apuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apostéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "apuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "apuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apostábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apostara" ; "apostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apostaras" ; "apostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apostara" ; "apostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apostáramos" ; "apostásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apostarais" ; "apostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apostaran" ; "apostasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apostasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aposté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apostó" ;--# notpresent @@ -45523,12 +49663,12 @@ lin apostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apostaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apostarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apostáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apostaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apostaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apostarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apostaría" ;--# notpresent @@ -45559,24 +49699,30 @@ lin apretar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "apretamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "apretáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aprietan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apriete" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aprietes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apriete" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "apretemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "apretéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aprieten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apriete" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aprietes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apriete" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "apretemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "apretéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aprieten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "apretaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "apretabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "apretaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "apretábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "apretabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "apretaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"apretara" ; "apretase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"apretaras" ; "apretases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"apretara" ; "apretase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"apretáramos" ; "apretásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"apretarais" ; "apretaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"apretaran" ; "apretasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "apretara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "apretaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "apretara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "apretáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "apretarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "apretaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "apretase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "apretases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "apretase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "apretásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "apretaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "apretasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "apreté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "apretaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "apretó" ;--# notpresent @@ -45589,12 +49735,12 @@ lin apretar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "apretaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "apretaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "apretarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "apretare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "apretares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "apretare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "apretáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "apretareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "apretaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "apretare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "apretares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "apretare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "apretáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "apretareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "apretaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "apretaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "apretarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "apretaría" ;--# notpresent @@ -45625,24 +49771,30 @@ lin aprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aprobáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "apruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "apruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "apruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aprobéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aprueben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "apruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "apruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "apruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aprobábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aprobaras" ; "aprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aprobara" ; "aprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aprobáramos" ; "aprobásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aprobarais" ; "aprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aprobaran" ; "aprobasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aprobasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aprobé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aprobó" ;--# notpresent @@ -45655,12 +49807,12 @@ lin aprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aprobaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aprobarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aprobáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aprobaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aprobaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aprobarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aprobaría" ;--# notpresent @@ -45691,24 +49843,30 @@ lin arrendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "arrendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "arrendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "arriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "arriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "arriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "arriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "arrendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "arrendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "arrienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "arriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "arriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "arriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "arrendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "arrendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "arrienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "arrendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "arrendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "arrendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "arrendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "arrendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "arrendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"arrendaras" ; "arrendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"arrendara" ; "arrendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"arrendáramos" ; "arrendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"arrendarais" ; "arrendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"arrendaran" ; "arrendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "arrendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "arrendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "arrendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "arrendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "arrendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "arrendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "arrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "arrendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "arrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "arrendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "arrendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "arrendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "arrendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "arrendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "arrendó" ;--# notpresent @@ -45721,12 +49879,12 @@ lin arrendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "arrendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "arrendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "arrendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "arrendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "arrendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "arrendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "arrendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "arrendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "arrendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "arrendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "arrendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "arrendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "arrendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "arrendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "arrendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "arrendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "arrendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "arrendaría" ;--# notpresent @@ -45757,24 +49915,30 @@ lin asentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asentara" ; "asentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asentaras" ; "asentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asentara" ; "asentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asentáramos" ; "asentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asentarais" ; "asentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asentaran" ; "asentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asentó" ;--# notpresent @@ -45787,12 +49951,12 @@ lin asentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asentaría" ;--# notpresent @@ -45823,24 +49987,30 @@ lin aserrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aserramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aserráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aserremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aserréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aserremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aserréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aserraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aserrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aserraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aserrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aserrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aserraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aserraras" ; "aserrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aserrara" ; "aserrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aserráramos" ; "aserrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aserrarais" ; "aserraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aserraran" ; "aserrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aserrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aserraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aserrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aserráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aserrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aserraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aserrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aserrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aserrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aserrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aserraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aserrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aserré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aserraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aserró" ;--# notpresent @@ -45853,12 +50023,12 @@ lin aserrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aserraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aserraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aserrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aserrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aserrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aserrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aserráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aserrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aserraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aserrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aserrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aserrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aserráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aserrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aserraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aserraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aserrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aserraría" ;--# notpresent @@ -45889,24 +50059,30 @@ lin asestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asestáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asestéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asiesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asestábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestáramos" ; "asestásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "asestasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asestasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asesté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asestó" ;--# notpresent @@ -45919,12 +50095,12 @@ lin asestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asestaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asestarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asestáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asestaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asestarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asestaría" ;--# notpresent @@ -45955,24 +50131,30 @@ lin asestar2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asestáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asestéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asiesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asestábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asestaras" ; "asestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asestara" ; "asestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asestáramos" ; "asestásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asestarais" ; "asestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asestaran" ; "asestasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asestasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asesté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asestó" ;--# notpresent @@ -45985,12 +50167,12 @@ lin asestar2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asestaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asestarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asestáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asestaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asestaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asestarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asestaría" ;--# notpresent @@ -46021,24 +50203,30 @@ lin asolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asolara" ; "asolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asolaras" ; "asolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asolara" ; "asolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asoláramos" ; "asolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asolarais" ; "asolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asolaran" ; "asolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asoló" ;--# notpresent @@ -46051,12 +50239,12 @@ lin asolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asolaría" ;--# notpresent @@ -46087,24 +50275,30 @@ lin asoldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asoldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asoldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asuelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asuelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asoldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asoldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asuelden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asuelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asuelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asoldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asoldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asuelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asoldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asoldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asoldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asoldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asoldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asoldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asoldaras" ; "asoldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asoldara" ; "asoldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asoldáramos" ; "asoldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asoldarais" ; "asoldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asoldaran" ; "asoldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asoldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asoldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asoldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asoldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asoldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asoldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asoldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asoldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asoldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asoldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asoldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asoldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asoldó" ;--# notpresent @@ -46117,12 +50311,12 @@ lin asoldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asoldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asoldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asoldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asoldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asoldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asoldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asoldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asoldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asoldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asoldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asoldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asoldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asoldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asoldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asoldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asoldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asoldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asoldaría" ;--# notpresent @@ -46153,24 +50347,30 @@ lin asonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "asonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "asonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "asuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "asuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "asuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "asuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "asonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "asonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "asuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "asuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "asuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "asuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "asonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "asonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "asuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "asonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "asonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "asonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "asonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "asonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "asonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"asonara" ; "asonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"asonaras" ; "asonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"asonara" ; "asonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"asonáramos" ; "asonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"asonarais" ; "asonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"asonaran" ; "asonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "asonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "asonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "asonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "asonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "asonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "asonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "asonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "asonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "asonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "asonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "asonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "asonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "asoné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "asonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "asonó" ;--# notpresent @@ -46183,12 +50383,12 @@ lin asonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "asonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "asonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "asonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "asonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "asonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "asonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "asonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "asonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "asonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "asonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "asonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "asonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "asonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "asonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "asonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "asonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "asonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "asonaría" ;--# notpresent @@ -46219,24 +50419,30 @@ lin aspaventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aspaventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aspaventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aspavientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aspaviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aspavientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aspaviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aspaventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aspaventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aspavienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aspaviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aspavientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aspaviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aspaventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aspaventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aspavienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aspaventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aspaventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aspaventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aspaventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aspaventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aspaventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aspaventaras" ; "aspaventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aspaventara" ; "aspaventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aspaventáramos" ; "aspaventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aspaventarais" ; "aspaventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aspaventaran" ; "aspaventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aspaventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aspaventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aspaventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aspaventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aspaventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aspaventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aspaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aspaventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aspaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aspaventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aspaventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aspaventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aspaventé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aspaventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aspaventó" ;--# notpresent @@ -46249,12 +50455,12 @@ lin aspaventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aspaventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aspaventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aspaventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aspaventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aspaventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aspaventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aspaventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aspaventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aspaventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aspaventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aspaventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aspaventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aspaventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aspaventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aspaventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aspaventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aspaventaría" ;--# notpresent @@ -46285,24 +50491,30 @@ lin aterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aterráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aterréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aterrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aterraras" ; "aterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aterrara" ; "aterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aterráramos" ; "aterrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aterrarais" ; "aterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aterraran" ; "aterrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aterrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aterré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aterró" ;--# notpresent @@ -46315,12 +50527,12 @@ lin aterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aterraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aterrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aterráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aterraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aterraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aterrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aterraría" ;--# notpresent @@ -46351,24 +50563,30 @@ lin atestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atestáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atestéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atiesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atestábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atestara" ; "atestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atestaras" ; "atestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atestara" ; "atestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atestáramos" ; "atestásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atestarais" ; "atestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atestaran" ; "atestasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atestasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atesté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atestó" ;--# notpresent @@ -46381,12 +50599,12 @@ lin atestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atestaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atestarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atestáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atestaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atestaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atestarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atestaría" ;--# notpresent @@ -46417,24 +50635,30 @@ lin atorar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atoramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atoráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atoremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atoréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atoremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atoréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atoraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atorabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atoraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atorábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atorabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atoraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atorara" ; "atorase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atoraras" ; "atorases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atorara" ; "atorase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atoráramos" ; "atorásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atorarais" ; "atoraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atoraran" ; "atorasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atorara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atoraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atorara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atoráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atorarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atoraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atorase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atorases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atorase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atorásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atoraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atorasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atoré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atoraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atoró" ;--# notpresent @@ -46447,12 +50671,12 @@ lin atorar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atoraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atoraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atorarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atorare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atorares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atorare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atoráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atorareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atoraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atorare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atorares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atorare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atoráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atorareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atoraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atoraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atorarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atoraría" ;--# notpresent @@ -46483,24 +50707,30 @@ lin atravesar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atravesamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atravesáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atraviesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atraviese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atravieses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atraviese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atravesemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atraveséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atraviesen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atraviese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atravieses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atraviese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atravesemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atraveséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atraviesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atravesaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atravesabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atravesaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atravesábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atravesabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atravesaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atravesaras" ; "atravesases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atravesara" ; "atravesase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atravesáramos" ; "atravesásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atravesarais" ; "atravesaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atravesaran" ; "atravesasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atravesara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atravesaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atravesara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atravesáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atravesarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atravesaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atravesase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atravesases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atravesase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atravesásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atravesaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atravesasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atravesé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atravesaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atravesó" ;--# notpresent @@ -46513,12 +50743,12 @@ lin atravesar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atravesaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atravesaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atravesarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atravesare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atravesares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atravesare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atravesáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atravesareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atravesaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atravesare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atravesares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atravesare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atravesáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atravesareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atravesaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atravesaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atravesarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atravesaría" ;--# notpresent @@ -46549,24 +50779,30 @@ lin atronar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atronamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atronáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atruenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atruene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atruenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atruene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atronemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atronéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atruenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atruene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atruenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atruene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atronemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atronéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atruenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atronaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atronabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atronaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atronábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atronabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atronaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atronara" ; "atronase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atronaras" ; "atronases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atronara" ; "atronase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atronáramos" ; "atronásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atronarais" ; "atronaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atronaran" ; "atronasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atronara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atronaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atronara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atronáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atronarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atronaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atronase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atronases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atronase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atronásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atronaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atronasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atroné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atronaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atronó" ;--# notpresent @@ -46579,12 +50815,12 @@ lin atronar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atronaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atronaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atronarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atronare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atronares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atronare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atronáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atronareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atronaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atronare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atronares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atronare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atronáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atronareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atronaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atronaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atronarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atronaría" ;--# notpresent @@ -46615,24 +50851,30 @@ lin aventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "avientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "avientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "avienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "avientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "avienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"aventara" ; "aventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"aventaras" ; "aventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aventara" ; "aventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"aventáramos" ; "aventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"aventarais" ; "aventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"aventaran" ; "aventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "aventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "aventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "aventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "aventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "aventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "aventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "aventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "aventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "aventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aventé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "aventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aventó" ;--# notpresent @@ -46645,12 +50887,12 @@ lin aventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "aventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "aventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "aventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "aventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "aventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "aventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "aventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "aventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "aventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "aventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aventaría" ;--# notpresent @@ -46681,24 +50923,30 @@ lin azolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "azolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "azoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "azuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "azuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "azueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "azuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "azolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "azoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "azuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "azuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "azueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "azuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "azolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "azoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "azuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "azolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "azolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "azolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "azolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "azolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "azolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"azolara" ; "azolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"azolaras" ; "azolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"azolara" ; "azolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"azoláramos" ; "azolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"azolarais" ; "azolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"azolaran" ; "azolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "azolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "azolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "azolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "azoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "azolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "azolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "azolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "azolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "azolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "azolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "azolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "azolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "azolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "azolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "azoló" ;--# notpresent @@ -46711,12 +50959,12 @@ lin azolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "azolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "azolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "azolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "azolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "azolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "azolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "azoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "azolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "azolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "azolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "azolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "azolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "azoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "azolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "azolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "azolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "azolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "azolaría" ;--# notpresent @@ -46747,24 +50995,30 @@ lin beldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "beldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "beldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bieldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bielde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bieldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bielde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "beldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "beldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bielden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bielde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bieldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bielde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "beldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "beldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bielden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "beldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "beldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "beldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "beldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "beldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "beldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"beldara" ; "beldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"beldaras" ; "beldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"beldara" ; "beldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"beldáramos" ; "beldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"beldarais" ; "beldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"beldaran" ; "beldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "beldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "beldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "beldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "beldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "beldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "beldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "beldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "beldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "beldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "beldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "beldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "beldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "beldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "beldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "beldó" ;--# notpresent @@ -46777,12 +51031,12 @@ lin beldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "beldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "beldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "beldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "beldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "beldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "beldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "beldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "beldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "beldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "beldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "beldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "beldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "beldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "beldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "beldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "beldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "beldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "beldaría" ;--# notpresent @@ -46813,24 +51067,30 @@ lin calentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "calentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "calentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "calientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "caliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "calientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "caliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "calentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "calentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "calienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "caliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "calientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "caliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "calentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "calentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "calienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "calentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "calentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "calentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "calentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "calentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "calentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"calentara" ; "calentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"calentaras" ; "calentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"calentara" ; "calentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"calentáramos" ; "calentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"calentarais" ; "calentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"calentaran" ; "calentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "calentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "calentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "calentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "calentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "calentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "calentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "calentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "calentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "calentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "calentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "calentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "calentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "calenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "calentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "calentó" ;--# notpresent @@ -46843,12 +51103,12 @@ lin calentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "calentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "calentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "calentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "calentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "calentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "calentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "calentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "calentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "calentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "calentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "calentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "calentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "calentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "calentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "calentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "calentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "calentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "calentaría" ;--# notpresent @@ -46879,24 +51139,30 @@ lin cerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cerráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cerréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cerrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cerraras" ; "cerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cerrara" ; "cerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cerráramos" ; "cerrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cerrarais" ; "cerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cerraran" ; "cerrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cerrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cerré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cerró" ;--# notpresent @@ -46909,12 +51175,12 @@ lin cerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cerraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cerrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cerráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cerraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cerraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cerrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cerraría" ;--# notpresent @@ -46945,24 +51211,30 @@ lin cimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cimentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cimentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cimienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cimentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cimentaras" ; "cimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cimentara" ; "cimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cimentáramos" ; "cimentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cimentarais" ; "cimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cimentaran" ; "cimentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cimentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cimenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cimentó" ;--# notpresent @@ -46975,12 +51247,12 @@ lin cimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cimentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cimentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cimentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cimentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cimentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cimentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cimentaría" ;--# notpresent @@ -47011,24 +51283,30 @@ lin circunvolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circunvolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circunvoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circunvuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circunvuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circunvueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circunvuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circunvolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circunvoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circunvuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circunvuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circunvueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circunvuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circunvolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circunvoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circunvuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circunvolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circunvolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circunvolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circunvolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circunvolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circunvolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circunvolaras" ; "circunvolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circunvolara" ; "circunvolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circunvoláramos" ; "circunvolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circunvolarais" ; "circunvolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circunvolaran" ; "circunvolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circunvolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circunvolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circunvolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circunvoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circunvolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circunvolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circunvolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circunvolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circunvolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circunvolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circunvolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circunvolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circunvolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circunvolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circunvoló" ;--# notpresent @@ -47041,12 +51319,12 @@ lin circunvolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circunvolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circunvolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circunvolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circunvolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circunvolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circunvolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circunvoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circunvolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circunvolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circunvolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circunvolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circunvoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circunvolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circunvolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circunvolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circunvolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circunvolaría" ;--# notpresent @@ -47077,24 +51355,30 @@ lin colar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "colamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "colemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "colemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "colaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "colabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "colaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "colábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "colabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "colaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"colara" ; "colase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"colaras" ; "colases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"colara" ; "colase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coláramos" ; "colásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"colarais" ; "colaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"colaran" ; "colasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "colara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "colaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "colara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "colarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "colaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "colase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "colases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "colase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "colásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "colaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "colasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "colé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "colaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coló" ;--# notpresent @@ -47107,12 +51391,12 @@ lin colar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "colaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "colaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "colarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "colare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "colares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "colare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "colareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "colaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "colare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "colares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "colare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "colareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "colaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "colaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "colarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "colaría" ;--# notpresent @@ -47143,24 +51427,30 @@ lin comprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "comprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comprobáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comprobéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "comprueben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comprobábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comprobaras" ; "comprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comprobara" ; "comprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comprobáramos" ; "comprobásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comprobarais" ; "comprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comprobaran" ; "comprobasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "comprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "comprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "comprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "comprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "comprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "comprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "comprobasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comprobé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "comprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "comprobó" ;--# notpresent @@ -47173,12 +51463,12 @@ lin comprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "comprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "comprobaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comprobarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "comprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "comprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "comprobáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "comprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comprobaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "comprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "comprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "comprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "comprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comprobaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comprobarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comprobaría" ;--# notpresent @@ -47209,24 +51499,30 @@ lin concertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concertáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concertéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "concierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "concierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concertábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concertara" ; "concertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concertaras" ; "concertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concertara" ; "concertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concertáramos" ; "concertásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concertarais" ; "concertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concertaran" ; "concertasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concertasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concerté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concertó" ;--# notpresent @@ -47239,12 +51535,12 @@ lin concertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concertaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concertarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concertáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concertaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concertaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concertarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concertaría" ;--# notpresent @@ -47275,24 +51571,30 @@ lin concordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "concuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "concuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "concuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "concuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "concuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concordara" ; "concordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concordaras" ; "concordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concordara" ; "concordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concordáramos" ; "concordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concordarais" ; "concordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concordaran" ; "concordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concordó" ;--# notpresent @@ -47305,12 +51607,12 @@ lin concordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concordaría" ;--# notpresent @@ -47341,24 +51643,30 @@ lin confesar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "confesamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "confesáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "confiesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "confiese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "confieses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "confiese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "confesemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "confeséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "confiesen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "confiese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "confieses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "confiese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "confesemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "confeséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "confiesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "confesaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "confesabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "confesaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "confesábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "confesabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "confesaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confesara" ; "confesase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confesaras" ; "confesases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confesara" ; "confesase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confesáramos" ; "confesásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confesarais" ; "confesaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confesaran" ; "confesasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "confesara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "confesaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "confesara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "confesáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "confesarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "confesaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "confesase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "confesases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "confesase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "confesásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "confesaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "confesasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "confesé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "confesaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "confesó" ;--# notpresent @@ -47371,12 +51679,12 @@ lin confesar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "confesaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "confesaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "confesarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "confesare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "confesares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "confesare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "confesáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "confesareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "confesaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "confesare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "confesares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "confesare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "confesáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "confesareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "confesaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "confesaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "confesarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "confesaría" ;--# notpresent @@ -47407,24 +51715,30 @@ lin consolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "consolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "consuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "consolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "consolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "consolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "consolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consolara" ; "consolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consolaras" ; "consolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consolara" ; "consolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consoláramos" ; "consolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consolarais" ; "consolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consolaran" ; "consolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "consolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "consolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consoló" ;--# notpresent @@ -47437,12 +51751,12 @@ lin consolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "consolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "consolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "consolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "consolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "consolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "consolaría" ;--# notpresent @@ -47473,24 +51787,30 @@ lin consonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "consonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "consonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "consuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "consonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "consonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "consonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "consonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "consonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "consonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consonara" ; "consonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consonaras" ; "consonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consonara" ; "consonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consonáramos" ; "consonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consonarais" ; "consonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consonaran" ; "consonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "consoné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "consonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consonó" ;--# notpresent @@ -47503,12 +51823,12 @@ lin consonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "consonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "consonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "consonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "consonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "consonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "consonaría" ;--# notpresent @@ -47539,24 +51859,30 @@ lin contar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cuenten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contara" ; "contase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contaras" ; "contases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contara" ; "contase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contáramos" ; "contásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contarais" ; "contaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contaran" ; "contasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contó" ;--# notpresent @@ -47569,12 +51895,12 @@ lin contar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contaría" ;--# notpresent @@ -47605,24 +51931,30 @@ lin contramanifestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contramanifestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contramanifestáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contramanifiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contramanifieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contramanifiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contramanifieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contramanifestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contramanifestéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contramanifiesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contramanifieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contramanifiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contramanifieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contramanifestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contramanifestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contramanifiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contramanifestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contramanifestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contramanifestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contramanifestábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contramanifestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contramanifestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contramanifestaras" ; "contramanifestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contramanifestara" ; "contramanifestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contramanifestáramos" ; "contramanifestásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contramanifestarais" ; "contramanifestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contramanifestaran" ; "contramanifestasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contramanifestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contramanifestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contramanifestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contramanifestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contramanifestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contramanifestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contramanifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contramanifestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contramanifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contramanifestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contramanifestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contramanifestasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contramanifesté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contramanifestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contramanifestó" ;--# notpresent @@ -47635,12 +51967,12 @@ lin contramanifestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contramanifestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contramanifestaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contramanifestarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contramanifestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contramanifestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contramanifestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contramanifestáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contramanifestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contramanifestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contramanifestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contramanifestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contramanifestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contramanifestaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contramanifestarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contramanifestaría" ;--# notpresent @@ -47671,24 +52003,30 @@ lin costar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "costamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "costáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "costemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "costéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "costemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "costéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "costaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "costabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "costaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "costábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "costabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "costaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"costara" ; "costase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"costaras" ; "costases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"costara" ; "costase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"costáramos" ; "costásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"costarais" ; "costaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"costaran" ; "costasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "costara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "costaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "costara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "costáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "costarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "costaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "costase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "costases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "costase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "costásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "costaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "costasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "costé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "costaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "costó" ;--# notpresent @@ -47701,12 +52039,12 @@ lin costar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "costaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "costaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "costarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "costare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "costares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "costare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "costáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "costareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "costaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "costare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "costares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "costare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "costáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "costareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "costaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "costaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "costarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "costaría" ;--# notpresent @@ -47737,24 +52075,30 @@ lin decentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "decentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "decentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "decientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "decientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "decentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "decentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "decienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "decientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "decentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "decentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "decienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "decentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "decentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "decentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "decentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "decentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "decentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"decentara" ; "decentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"decentaras" ; "decentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"decentara" ; "decentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"decentáramos" ; "decentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"decentarais" ; "decentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"decentaran" ; "decentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "decentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "decentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "decentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "decentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "decentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "decentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "decentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "decentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "decentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "decentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "decentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "decentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "decenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "decentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "decentó" ;--# notpresent @@ -47767,12 +52111,12 @@ lin decentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "decentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "decentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "decentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "decentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "decentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "decentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "decentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "decentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "decentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "decentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "decentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "decentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "decentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "decentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "decentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "decentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "decentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "decentaría" ;--# notpresent @@ -47803,24 +52147,30 @@ lin degollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "degollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "degolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deguellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deguelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deguelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deguelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "degollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "degolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deguellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deguelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deguelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deguelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "degollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "degolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deguellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "degollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "degollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "degollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "degollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "degollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "degollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"degollara" ; "degollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"degollaras" ; "degollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"degollara" ; "degollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"degolláramos" ; "degollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"degollarais" ; "degollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"degollaran" ; "degollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "degollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "degollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "degollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "degolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "degollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "degollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "degollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "degollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "degollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "degollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "degollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "degollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "degollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "degollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "degolló" ;--# notpresent @@ -47833,12 +52183,12 @@ lin degollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "degollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "degollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "degollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "degollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "degollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "degollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "degolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "degollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "degollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "degollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "degollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "degollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "degolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "degollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "degollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "degollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "degollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "degollaría" ;--# notpresent @@ -47869,24 +52219,30 @@ lin demostrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "demostramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "demostráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "demuestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "demuestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "demuestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "demuestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "demostremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "demostréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "demuestren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "demuestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "demuestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "demuestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "demostremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "demostréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "demuestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "demostraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "demostrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "demostraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "demostrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "demostrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "demostraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"demostraras" ; "demostrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"demostrara" ; "demostrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"demostráramos" ; "demostrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"demostrarais" ; "demostraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"demostraran" ; "demostrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "demostrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "demostraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "demostrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "demostráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "demostrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "demostraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "demostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "demostrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "demostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "demostrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "demostraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "demostrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "demostré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "demostraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "demostró" ;--# notpresent @@ -47899,12 +52255,12 @@ lin demostrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "demostraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "demostraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "demostrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "demostrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "demostrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "demostrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "demostráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "demostrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "demostraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "demostrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "demostrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "demostrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "demostráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "demostrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "demostraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "demostraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "demostrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "demostraría" ;--# notpresent @@ -47935,24 +52291,30 @@ lin denostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "denostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "denostáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "denuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "denueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "denuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "denueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "denostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "denostéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "denuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "denueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "denuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "denueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "denostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "denostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "denuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "denostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "denostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "denostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "denostábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "denostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "denostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"denostara" ; "denostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"denostaras" ; "denostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"denostara" ; "denostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"denostáramos" ; "denostásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"denostarais" ; "denostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"denostaran" ; "denostasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "denostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "denostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "denostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "denostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "denostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "denostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "denostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "denostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "denostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "denostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "denostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "denostasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "denosté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "denostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "denostó" ;--# notpresent @@ -47965,12 +52327,12 @@ lin denostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "denostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "denostaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "denostarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "denostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "denostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "denostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "denostáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "denostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "denostaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "denostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "denostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "denostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "denostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "denostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "denostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "denostaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "denostarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "denostaría" ;--# notpresent @@ -48001,24 +52363,30 @@ lin dentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "dientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "dienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "dienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dentara" ; "dentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dentaras" ; "dentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dentara" ; "dentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dentáramos" ; "dentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dentarais" ; "dentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dentaran" ; "dentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "denté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dentó" ;--# notpresent @@ -48031,12 +52399,12 @@ lin dentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dentaría" ;--# notpresent @@ -48067,24 +52435,30 @@ lin desacertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desacertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desacertáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desacierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desaciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desacierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desacertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desacertéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desacierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desacierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desaciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desacierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desacertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desacertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desacierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desacertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desacertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desacertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desacertábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desacertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desacertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacertaras" ; "desacertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacertara" ; "desacertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacertáramos" ; "desacertásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacertarais" ; "desacertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacertaran" ; "desacertasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desacertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desacertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desacertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desacertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desacertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desacertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacertasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desacerté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desacertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desacertó" ;--# notpresent @@ -48097,12 +52471,12 @@ lin desacertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desacertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desacertaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desacertarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desacertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desacertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desacertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desacertáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desacertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desacertaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desacertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desacertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desacertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desacertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desacertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desacertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desacertaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desacertarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desacertaría" ;--# notpresent @@ -48133,24 +52507,30 @@ lin desacollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desacollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desacolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desacuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desacuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desacuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desacuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desacollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desacolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desacuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desacuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desacuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desacuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desacollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desacolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desacuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desacollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desacollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desacollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desacollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desacollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desacollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacollaras" ; "desacollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacollara" ; "desacollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacolláramos" ; "desacollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacollarais" ; "desacollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacollaran" ; "desacollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desacollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desacollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desacollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desacolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desacollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desacollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desacollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desacollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desacolló" ;--# notpresent @@ -48163,12 +52543,12 @@ lin desacollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desacollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desacollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desacollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desacollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desacollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desacollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desacolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desacollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desacollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desacollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desacollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desacollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desacolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desacollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desacollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desacollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desacollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desacollaría" ;--# notpresent @@ -48199,24 +52579,30 @@ lin desacordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desacordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desacordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desacuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desacuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desacuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desacuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desacordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desacordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desacuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desacuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desacuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desacuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desacordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desacordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desacuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desacordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desacordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desacordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desacordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desacordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desacordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desacordaras" ; "desacordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desacordara" ; "desacordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desacordáramos" ; "desacordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desacordarais" ; "desacordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desacordaran" ; "desacordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desacordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desacordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desacordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desacordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desacordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desacordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desacordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desacordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desacordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desacordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desacordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desacordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desacordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desacordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desacordó" ;--# notpresent @@ -48229,12 +52615,12 @@ lin desacordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desacordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desacordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desacordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desacordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desacordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desacordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desacordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desacordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desacordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desacordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desacordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desacordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desacordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desacordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desacordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desacordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desacordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desacordaría" ;--# notpresent @@ -48265,24 +52651,30 @@ lin desaferrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaferramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaferráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desafierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desafierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desafierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desafierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaferremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaferréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desafierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desafierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desafierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desafierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaferremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaferréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desafierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaferraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaferrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaferraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaferrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaferrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaferraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaferraras" ; "desaferrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaferrara" ; "desaferrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaferráramos" ; "desaferrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaferrarais" ; "desaferraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaferraran" ; "desaferrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaferrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaferraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaferrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaferráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaferrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaferraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaferrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaferrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaferraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaferrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaferré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaferraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaferró" ;--# notpresent @@ -48295,12 +52687,12 @@ lin desaferrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaferraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaferraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaferrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaferrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaferrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaferrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaferráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaferrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaferraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaferrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaferrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaferráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaferrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaferraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaferraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaferrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaferraría" ;--# notpresent @@ -48331,24 +52723,30 @@ lin desaforar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaforamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaforáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desafueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desafuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desafueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desafuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaforemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaforéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desafueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desafuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desafueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desafuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaforemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaforéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desafueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaforaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaforabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaforaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaforábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaforabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaforaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaforaras" ; "desaforases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaforara" ; "desaforase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaforáramos" ; "desaforásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaforarais" ; "desaforaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaforaran" ; "desaforasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaforara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaforaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaforara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaforáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaforarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaforaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaforase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaforases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaforase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaforásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaforaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaforasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaforé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaforaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaforó" ;--# notpresent @@ -48361,12 +52759,12 @@ lin desaforar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaforaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaforaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaforarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaforare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaforares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaforare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaforáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaforareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaforaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaforare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaforares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaforare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaforáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaforareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaforaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaforaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaforarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaforaría" ;--# notpresent @@ -48397,24 +52795,30 @@ lin desalentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desalentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desalentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desalientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desaliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desalientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desaliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desalentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desalentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desalienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desaliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desalientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desaliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desalentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desalentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desalienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desalentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desalentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desalentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desalentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desalentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desalentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desalentaras" ; "desalentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desalentara" ; "desalentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desalentáramos" ; "desalentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desalentarais" ; "desalentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desalentaran" ; "desalentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desalentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desalentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desalentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desalentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desalentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desalentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desalentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desalentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desalentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desalentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desalenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desalentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desalentó" ;--# notpresent @@ -48427,12 +52831,12 @@ lin desalentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desalentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desalentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desalentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desalentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desalentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desalentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desalentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desalentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desalentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desalentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desalentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desalentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desalentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desalentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desalentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desalentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desalentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desalentaría" ;--# notpresent @@ -48463,24 +52867,30 @@ lin desamoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desamoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desamobláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desamueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desamueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desamuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desamueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desamoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desamobléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desamueblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desamueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desamuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desamueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desamoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desamobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desamueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desamoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desamoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desamoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desamoblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desamoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desamoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desamoblaras" ; "desamoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desamoblara" ; "desamoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desamobláramos" ; "desamoblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desamoblarais" ; "desamoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desamoblaran" ; "desamoblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desamoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desamoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desamoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desamobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desamoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desamoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desamoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desamoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desamoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desamoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desamoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desamoblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desamoblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desamoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desamobló" ;--# notpresent @@ -48493,12 +52903,12 @@ lin desamoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desamoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desamoblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desamoblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desamoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desamoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desamoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desamobláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desamoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desamoblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desamoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desamoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desamobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desamoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desamoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desamoblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desamoblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desamoblaría" ;--# notpresent @@ -48529,24 +52939,30 @@ lin desapretar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desapretamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desapretáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaprietan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desapriete" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desaprietes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desapriete" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desapretemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desapretéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desaprieten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desapriete" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desaprietes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desapriete" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desapretemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desapretéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desaprieten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desapretaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desapretabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desapretaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desapretábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desapretabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desapretaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desapretaras" ; "desapretases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desapretara" ; "desapretase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desapretáramos" ; "desapretásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desapretarais" ; "desapretaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desapretaran" ; "desapretasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desapretara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desapretaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desapretara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desapretáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desapretarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desapretaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desapretases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desapretásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desapretaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desapretasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desapreté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desapretaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desapretó" ;--# notpresent @@ -48559,12 +52975,12 @@ lin desapretar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desapretaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desapretaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desapretarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desapretare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desapretares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desapretare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desapretáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desapretareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desapretaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desapretare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desapretares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desapretare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desapretáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desapretareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desapretaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desapretaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desapretarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desapretaría" ;--# notpresent @@ -48595,24 +53011,30 @@ lin desaprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaprobáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desaprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desapruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desapruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desapruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaprobéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desaprueben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desapruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desapruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desapruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desaprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaprobábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaprobaras" ; "desaprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaprobara" ; "desaprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaprobáramos" ; "desaprobásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaprobarais" ; "desaprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaprobaran" ; "desaprobasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaprobasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaprobé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaprobó" ;--# notpresent @@ -48625,12 +53047,12 @@ lin desaprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaprobaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaprobarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaprobáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaprobaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaprobaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaprobarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaprobaría" ;--# notpresent @@ -48661,24 +53083,30 @@ lin desarrendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desarrendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desarrendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desarriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desarriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desarriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desarriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desarrendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desarrendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desarrienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desarriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desarriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desarriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desarrendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desarrendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desarrienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desarrendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desarrendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desarrendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desarrendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desarrendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desarrendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desarrendaras" ; "desarrendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desarrendara" ; "desarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desarrendáramos" ; "desarrendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desarrendarais" ; "desarrendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desarrendaran" ; "desarrendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desarrendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desarrendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desarrendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desarrendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desarrendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desarrendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desarrendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desarrendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desarrendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desarrendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desarrendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desarrendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desarrendó" ;--# notpresent @@ -48691,12 +53119,12 @@ lin desarrendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desarrendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desarrendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desarrendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desarrendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desarrendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desarrendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desarrendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desarrendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desarrendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desarrendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desarrendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desarrendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desarrendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desarrendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desarrendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desarrendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desarrendaría" ;--# notpresent @@ -48727,24 +53155,30 @@ lin desasentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desasentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desasentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desasientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desasiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desasientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desasiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desasentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desasentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desasienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desasiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desasientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desasiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desasentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desasentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desasienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desasentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desasentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desasentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desasentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desasentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desasentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desasentaras" ; "desasentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desasentara" ; "desasentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desasentáramos" ; "desasentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desasentarais" ; "desasentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desasentaran" ; "desasentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desasentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desasentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desasentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desasentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desasentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desasentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desasentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desasentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desasentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desasentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desasentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desasentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desasenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desasentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desasentó" ;--# notpresent @@ -48757,12 +53191,12 @@ lin desasentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desasentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desasentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desasentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desasentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desasentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desasentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desasentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desasentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desasentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desasentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desasentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desasentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desasentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desasentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desasentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desasentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desasentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desasentaría" ;--# notpresent @@ -48793,24 +53227,30 @@ lin desatentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desatentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desatentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desatientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desatiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desatientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desatiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desatentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desatentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desatienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desatiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desatientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desatiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desatentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desatentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desatienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desatentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desatentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desatentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desatentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desatentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desatentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desatentaras" ; "desatentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desatentara" ; "desatentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desatentáramos" ; "desatentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desatentarais" ; "desatentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desatentaran" ; "desatentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desatentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desatentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desatentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desatentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desatentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desatentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desatentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desatentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desatentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desatentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desatentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desatentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desatenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desatentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desatentó" ;--# notpresent @@ -48823,12 +53263,12 @@ lin desatentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desatentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desatentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desatentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desatentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desatentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desatentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desatentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desatentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desatentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desatentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desatentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desatentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desatentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desatentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desatentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desatentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desatentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desatentaría" ;--# notpresent @@ -48859,24 +53299,30 @@ lin desaterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desaterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desaterráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desatierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desatierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desatierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desatierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desaterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desaterréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desatierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desatierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desatierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desatierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desaterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desaterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desatierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desaterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desaterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desaterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desaterrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desaterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desaterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desaterraras" ; "desaterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desaterrara" ; "desaterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desaterráramos" ; "desaterrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desaterrarais" ; "desaterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desaterraran" ; "desaterrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desaterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desaterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desaterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desaterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desaterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desaterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desaterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desaterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desaterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desaterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desaterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desaterrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desaterré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desaterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desaterró" ;--# notpresent @@ -48889,12 +53335,12 @@ lin desaterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desaterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desaterraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desaterrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desaterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desaterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desaterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desaterráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desaterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desaterraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desaterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desaterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desaterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desaterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desaterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desaterraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desaterrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desaterraría" ;--# notpresent @@ -48925,24 +53371,30 @@ lin descerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descerráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descerréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descerrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descerraras" ; "descerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descerrara" ; "descerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descerráramos" ; "descerrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descerrarais" ; "descerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descerraran" ; "descerrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descerrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descerré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descerró" ;--# notpresent @@ -48955,12 +53407,12 @@ lin descerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descerraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descerrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descerráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descerraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descerraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descerrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descerraría" ;--# notpresent @@ -48991,24 +53443,30 @@ lin descimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descimentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descimentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descimienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descimentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descimentaras" ; "descimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descimentara" ; "descimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descimentáramos" ; "descimentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descimentarais" ; "descimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descimentaran" ; "descimentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descimentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descimenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descimentó" ;--# notpresent @@ -49021,12 +53479,12 @@ lin descimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descimentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descimentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descimentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descimentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descimentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descimentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descimentaría" ;--# notpresent @@ -49057,24 +53515,30 @@ lin descollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descollara" ; "descollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descollaras" ; "descollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descollara" ; "descollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descolláramos" ; "descollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descollarais" ; "descollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descollaran" ; "descollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descolló" ;--# notpresent @@ -49087,12 +53551,12 @@ lin descollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descollaría" ;--# notpresent @@ -49123,24 +53587,30 @@ lin desconcertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconcertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconcertáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconciertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconcierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconciertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconcierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconcertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconcertéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconcierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconcierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconciertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconcierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconcertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconcertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconcierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconcertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconcertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconcertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconcertábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconcertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconcertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconcertaras" ; "desconcertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconcertara" ; "desconcertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconcertáramos" ; "desconcertásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconcertarais" ; "desconcertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconcertaran" ; "desconcertasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconcertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconcertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconcertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconcertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconcertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconcertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconcertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconcertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconcertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconcertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconcertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconcertasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconcerté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconcertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconcertó" ;--# notpresent @@ -49153,12 +53623,12 @@ lin desconcertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconcertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconcertaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconcertarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconcertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconcertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconcertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconcertáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconcertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconcertaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconcertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconcertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconcertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconcertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconcertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconcertaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconcertarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconcertaría" ;--# notpresent @@ -49189,24 +53659,30 @@ lin desconsolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desconsolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desconsoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desconsuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desconsuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desconsueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desconsuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desconsolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desconsoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desconsuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desconsuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desconsueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desconsuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desconsolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desconsoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desconsuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desconsolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desconsolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desconsolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desconsolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desconsolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desconsolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desconsolaras" ; "desconsolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desconsolara" ; "desconsolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desconsoláramos" ; "desconsolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desconsolarais" ; "desconsolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desconsolaran" ; "desconsolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desconsolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desconsolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desconsolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desconsoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desconsolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desconsolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desconsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desconsolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desconsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desconsolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desconsolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desconsolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconsolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desconsolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desconsoló" ;--# notpresent @@ -49219,12 +53695,12 @@ lin desconsolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desconsolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desconsolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desconsolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desconsolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desconsolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desconsolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desconsoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desconsolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desconsolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desconsolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desconsolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desconsoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desconsolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desconsolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desconsolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desconsolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desconsolaría" ;--# notpresent @@ -49255,24 +53731,30 @@ lin descontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descontáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descontéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuenten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descontábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descontara" ; "descontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descontaras" ; "descontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descontara" ; "descontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descontáramos" ; "descontásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descontarais" ; "descontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descontaran" ; "descontasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descontasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desconté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descontó" ;--# notpresent @@ -49285,12 +53767,12 @@ lin descontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descontaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descontarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descontáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descontaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descontaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descontarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descontaría" ;--# notpresent @@ -49321,24 +53803,30 @@ lin descordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descordara" ; "descordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descordaras" ; "descordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descordara" ; "descordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descordáramos" ; "descordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descordarais" ; "descordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descordaran" ; "descordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descordó" ;--# notpresent @@ -49351,12 +53839,12 @@ lin descordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descordaría" ;--# notpresent @@ -49387,24 +53875,30 @@ lin descornar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "descornamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descornáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descuernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descuerne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descuernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descuerne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descornemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descornéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descuernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descuerne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descuernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descuerne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descornemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descornéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descuernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descornaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descornabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descornaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descornábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descornabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descornaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descornara" ; "descornase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descornaras" ; "descornases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descornara" ; "descornase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descornáramos" ; "descornásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descornarais" ; "descornaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descornaran" ; "descornasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descornara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descornaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descornara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descornáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descornarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descornaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descornase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descornases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descornase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descornásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descornaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descornasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descorné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descornaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descornó" ;--# notpresent @@ -49417,12 +53911,12 @@ lin descornar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "descornaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descornaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descornarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descornare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descornares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descornare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descornáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descornareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descornaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descornare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descornares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descornare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descornáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descornareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descornaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descornaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descornarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descornaría" ;--# notpresent @@ -49453,24 +53947,30 @@ lin desdentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desdentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desdentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desdientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desdiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desdientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desdiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desdentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desdentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desdienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desdiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desdientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desdiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desdentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desdentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desdienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desdentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desdentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desdentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desdentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desdentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desdentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdentaras" ; "desdentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdentara" ; "desdentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdentáramos" ; "desdentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdentarais" ; "desdentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdentaran" ; "desdentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desdentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desdentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desdentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desdentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desdentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desdentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desdentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desdentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desdentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desdentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desdentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desdentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desdenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desdentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desdentó" ;--# notpresent @@ -49483,12 +53983,12 @@ lin desdentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desdentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desdentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desdentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desdentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desdentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desdentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desdentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desdentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desdentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desdentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desdentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desdentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desdentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desdentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desdentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desdentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desdentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desdentaría" ;--# notpresent @@ -49519,24 +54019,30 @@ lin desempedrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desempedramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desempedráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desempiedran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desempiedre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desempiedres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desempiedre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desempedremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desempedréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desempiedren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desempiedre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desempiedres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desempiedre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desempedremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desempedréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desempiedren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desempedraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desempedrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desempedraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desempedrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desempedrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desempedraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desempedraras" ; "desempedrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desempedrara" ; "desempedrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desempedráramos" ; "desempedrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desempedrarais" ; "desempedraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desempedraran" ; "desempedrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desempedrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desempedraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desempedrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desempedráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desempedrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desempedraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desempedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desempedrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desempedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desempedrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desempedraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desempedrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desempedré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desempedraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desempedró" ;--# notpresent @@ -49549,12 +54055,12 @@ lin desempedrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desempedraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desempedraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desempedrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desempedrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desempedrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desempedrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desempedráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desempedrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desempedraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desempedrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desempedrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desempedráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desempedrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desempedraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desempedraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desempedrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desempedraría" ;--# notpresent @@ -49585,24 +54091,30 @@ lin desencerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencerráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencerréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencerrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencerraras" ; "desencerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencerrara" ; "desencerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencerráramos" ; "desencerrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencerrarais" ; "desencerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencerraran" ; "desencerrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencerrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencerré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencerró" ;--# notpresent @@ -49615,12 +54127,12 @@ lin desencerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencerraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencerrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencerráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencerraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencerraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencerrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencerraría" ;--# notpresent @@ -49651,24 +54163,30 @@ lin desencordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencordaras" ; "desencordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencordara" ; "desencordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencordáramos" ; "desencordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencordarais" ; "desencordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencordaran" ; "desencordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencordó" ;--# notpresent @@ -49681,12 +54199,12 @@ lin desencordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencordaría" ;--# notpresent @@ -49717,24 +54235,30 @@ lin desencovar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desencovamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desencováis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desencuevan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desencueve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desencueves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desencueve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desencovemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desencovéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desencueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desencueve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desencueves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desencueve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desencovemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desencovéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desencueven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desencovaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desencovabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desencovaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desencovábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desencovabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desencovaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desencovaras" ; "desencovases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desencovara" ; "desencovase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desencováramos" ; "desencovásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desencovarais" ; "desencovaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desencovaran" ; "desencovasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desencovara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desencovaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desencovara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desencováramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desencovarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desencovaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desencovase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desencovases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desencovase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desencovásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desencovaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desencovasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desencové" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desencovaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desencovó" ;--# notpresent @@ -49747,12 +54271,12 @@ lin desencovar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desencovaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desencovaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desencovarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desencovare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desencovares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desencovare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desencováremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desencovareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desencovaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desencovare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desencovares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desencovare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desencováremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desencovareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desencovaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desencovaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desencovarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desencovaría" ;--# notpresent @@ -49783,24 +54307,30 @@ lin desengrosar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desengrosamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desengrosáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desengruesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desengruese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desengrueses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desengruese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desengrosemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desengroséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desengruesen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desengruese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desengrueses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desengruese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desengrosemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desengroséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desengruesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desengrosaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desengrosabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desengrosaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desengrosábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desengrosabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desengrosaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desengrosaras" ; "desengrosases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desengrosara" ; "desengrosase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desengrosáramos" ; "desengrosásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desengrosarais" ; "desengrosaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desengrosaran" ; "desengrosasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desengrosara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desengrosaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desengrosara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desengrosáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desengrosarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desengrosaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desengrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desengrosases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desengrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desengrosásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desengrosaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desengrosasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desengrosé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desengrosaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desengrosó" ;--# notpresent @@ -49813,12 +54343,12 @@ lin desengrosar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desengrosaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desengrosaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desengrosarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desengrosare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desengrosares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desengrosare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desengrosáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desengrosareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desengrosaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desengrosares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desengrosare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desengrosáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desengrosareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desengrosaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desengrosaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desengrosarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desengrosaría" ;--# notpresent @@ -49849,24 +54379,30 @@ lin desenterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desenterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desenterráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desentierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desentierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desentierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desentierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desenterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desenterréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desentierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desentierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desentierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desentierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desenterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desenterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desentierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desenterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desenterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desenterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desenterrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desenterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desenterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desenterraras" ; "desenterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desenterrara" ; "desenterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desenterráramos" ; "desenterrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desenterrarais" ; "desenterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desenterraran" ; "desenterrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desenterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desenterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desenterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desenterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desenterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desenterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desenterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desenterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desenterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desenterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desenterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desenterrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desenterré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desenterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desenterró" ;--# notpresent @@ -49879,12 +54415,12 @@ lin desenterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desenterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desenterraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desenterrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desenterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desenterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desenterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desenterráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desenterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desenterraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desenterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desenterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desenterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desenterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desenterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desenterraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desenterrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desenterraría" ;--# notpresent @@ -49915,24 +54451,30 @@ lin desgobernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desgobernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desgobernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desgobiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desgobierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desgobiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desgobierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desgobernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desgobernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desgobiernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desgobierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desgobiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desgobierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desgobernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desgobernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desgobiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desgobernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desgobernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desgobernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desgobernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desgobernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desgobernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desgobernaras" ; "desgobernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desgobernara" ; "desgobernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desgobernáramos" ; "desgobernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desgobernarais" ; "desgobernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desgobernaran" ; "desgobernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desgobernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desgobernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desgobernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desgobernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desgobernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desgobernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desgobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desgobernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desgobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desgobernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desgobernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desgobernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desgoberné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desgobernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desgobernó" ;--# notpresent @@ -49945,12 +54487,12 @@ lin desgobernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desgobernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desgobernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desgobernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desgobernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desgobernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desgobernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desgobernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desgobernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desgobernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desgobernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desgobernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desgobernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desgobernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desgobernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desgobernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desgobernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desgobernaría" ;--# notpresent @@ -49981,24 +54523,30 @@ lin deshelar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deshelamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desheláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deshelemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desheléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshielen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deshelemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desheléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deshelaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deshelabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deshelaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deshelábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deshelabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deshelaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshelaras" ; "deshelases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshelara" ; "deshelase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desheláramos" ; "deshelásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshelarais" ; "deshelaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshelaran" ; "deshelasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deshelara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deshelaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deshelara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desheláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deshelarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deshelaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshelase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshelases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshelase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshelásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshelaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshelasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deshelé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deshelaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desheló" ;--# notpresent @@ -50011,12 +54559,12 @@ lin deshelar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deshelaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deshelaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deshelarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deshelare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deshelares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deshelare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desheláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deshelareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deshelaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deshelare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deshelares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deshelare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desheláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deshelareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deshelaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deshelaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deshelarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deshelaría" ;--# notpresent @@ -50047,24 +54595,30 @@ lin desherbar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desherbamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desherbáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshierban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshierbe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshierbes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshierbe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desherbemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desherbéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshierben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshierbe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshierbes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshierbe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desherbemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desherbéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshierben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desherbaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desherbabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desherbaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desherbábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desherbabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desherbaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherbaras" ; "desherbases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherbara" ; "desherbase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherbáramos" ; "desherbásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherbarais" ; "desherbaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherbaran" ; "desherbasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desherbara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desherbaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desherbara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desherbáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desherbarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desherbaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desherbase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desherbases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desherbase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desherbásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desherbaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desherbasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desherbé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desherbaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desherbó" ;--# notpresent @@ -50077,12 +54631,12 @@ lin desherbar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desherbaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desherbaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desherbarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desherbare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desherbares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desherbare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desherbáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desherbareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desherbaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desherbare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desherbares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desherbare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desherbáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desherbareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desherbaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desherbaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desherbarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desherbaría" ;--# notpresent @@ -50113,24 +54667,30 @@ lin desherrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desherramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desherráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desherremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desherréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desherremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desherréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desherraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desherrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desherraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desherrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desherrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desherraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desherraras" ; "desherrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desherrara" ; "desherrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desherráramos" ; "desherrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desherrarais" ; "desherraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desherraran" ; "desherrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desherrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desherraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desherrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desherráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desherrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desherraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desherrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desherrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desherraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desherrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desherré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desherraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desherró" ;--# notpresent @@ -50143,12 +54703,12 @@ lin desherrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desherraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desherraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desherrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desherrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desherrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desherrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desherráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desherrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desherraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desherrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desherrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desherrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desherráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desherrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desherraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desherraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desherrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desherraría" ;--# notpresent @@ -50179,24 +54739,30 @@ lin desinvernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desinvernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desinvernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desinviernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desinvierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desinviernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desinvierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desinvernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desinvernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desinviernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desinvierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desinviernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desinvierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desinvernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desinvernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desinviernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desinvernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desinvernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desinvernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desinvernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desinvernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desinvernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desinvernaras" ; "desinvernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desinvernara" ; "desinvernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desinvernáramos" ; "desinvernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desinvernarais" ; "desinvernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desinvernaran" ; "desinvernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desinvernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desinvernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desinvernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desinvernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desinvernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desinvernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desinvernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desinvernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desinvernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desinvernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desinvernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desinvernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desinverné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desinvernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desinvernó" ;--# notpresent @@ -50209,12 +54775,12 @@ lin desinvernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desinvernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desinvernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desinvernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desinvernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desinvernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desinvernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desinvernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desinvernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desinvernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desinvernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desinvernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desinvernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desinvernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desinvernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desinvernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desinvernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desinvernaría" ;--# notpresent @@ -50245,24 +54811,30 @@ lin deslendrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deslendramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deslendráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desliendran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desliendre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desliendres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desliendre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deslendremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deslendréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desliendren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desliendre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desliendres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desliendre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deslendremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deslendréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desliendren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deslendraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deslendrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deslendraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deslendrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deslendrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deslendraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslendraras" ; "deslendrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deslendrara" ; "deslendrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deslendráramos" ; "deslendrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslendrarais" ; "deslendraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslendraran" ; "deslendrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deslendrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deslendraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deslendrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deslendráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deslendrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deslendraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deslendrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslendrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deslendrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deslendrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslendraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deslendrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deslendré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deslendraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deslendró" ;--# notpresent @@ -50275,12 +54847,12 @@ lin deslendrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deslendraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deslendraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deslendrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deslendrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deslendrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deslendrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deslendráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deslendrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deslendraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deslendrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deslendrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deslendráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deslendrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deslendraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deslendraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deslendrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deslendraría" ;--# notpresent @@ -50311,24 +54883,30 @@ lin desmajolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmajolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmajoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmajuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmajuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmajueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmajuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmajolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmajoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmajuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmajuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmajueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmajuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmajolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmajoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmajuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmajolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmajolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmajolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmajolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmajolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmajolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmajolaras" ; "desmajolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmajolara" ; "desmajolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmajoláramos" ; "desmajolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmajolarais" ; "desmajolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmajolaran" ; "desmajolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmajolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmajolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmajolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmajoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmajolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmajolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmajolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmajolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmajolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmajolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmajolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmajolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmajoló" ;--# notpresent @@ -50341,12 +54919,12 @@ lin desmajolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmajolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmajolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmajolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmajolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmajolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmajolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmajoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmajolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmajolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmajolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmajolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmajoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmajolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmajolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmajolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmajolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmajolaría" ;--# notpresent @@ -50377,24 +54955,30 @@ lin desmelar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmelamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmeláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmelemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmeléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmielen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmelemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmeléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmelaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmelabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmelaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmelábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmelabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmelaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmelaras" ; "desmelases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmelara" ; "desmelase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmeláramos" ; "desmelásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmelarais" ; "desmelaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmelaran" ; "desmelasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmelara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmelaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmelara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmeláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmelarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmelaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmelases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmelásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmelaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmelasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmelé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmelaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmeló" ;--# notpresent @@ -50407,12 +54991,12 @@ lin desmelar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmelaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmelaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmelarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmelare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmelares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmelare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmeláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmelareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmelaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmelare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmelares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmelare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmeláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmelareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmelaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmelaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmelarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmelaría" ;--# notpresent @@ -50443,24 +55027,30 @@ lin desmembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmembráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmiembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmiembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmiembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmiembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmembréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmiembren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmiembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmiembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmiembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmiembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmembrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmembraras" ; "desmembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmembrara" ; "desmembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmembráramos" ; "desmembrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmembrarais" ; "desmembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmembraran" ; "desmembrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmembrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmembré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmembró" ;--# notpresent @@ -50473,12 +55063,12 @@ lin desmembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmembraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmembrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmembráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmembraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmembraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmembrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmembraría" ;--# notpresent @@ -50509,24 +55099,30 @@ lin desolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desolara" ; "desolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desolaras" ; "desolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desolara" ; "desolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoláramos" ; "desolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desolarais" ; "desolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desolaran" ; "desolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desoló" ;--# notpresent @@ -50539,12 +55135,12 @@ lin desolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desolaría" ;--# notpresent @@ -50575,24 +55171,30 @@ lin desoldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desoldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desoldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desuelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desuelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desoldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desuelden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desuelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desuelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desoldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desuelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desoldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desoldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desoldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desoldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desoldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desoldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoldaras" ; "desoldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoldara" ; "desoldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoldáramos" ; "desoldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoldarais" ; "desoldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoldaran" ; "desoldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desoldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desoldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desoldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desoldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desoldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desoldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desoldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desoldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desoldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desoldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desoldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desoldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desoldó" ;--# notpresent @@ -50605,12 +55207,12 @@ lin desoldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desoldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desoldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desoldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desoldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desoldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desoldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desoldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desoldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desoldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desoldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desoldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desoldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desoldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desoldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desoldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desoldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desoldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desoldaría" ;--# notpresent @@ -50641,24 +55243,30 @@ lin desollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desollara" ; "desollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desollaras" ; "desollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desollara" ; "desollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desolláramos" ; "desollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desollarais" ; "desollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desollaran" ; "desollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desolló" ;--# notpresent @@ -50671,12 +55279,12 @@ lin desollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desollaría" ;--# notpresent @@ -50707,24 +55315,30 @@ lin despedrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despedramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despedráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiedran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despiedre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despiedres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despiedre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despedremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despedréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despiedren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despiedre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despiedres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despiedre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despedremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despedréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despiedren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despedraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despedrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despedraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despedrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despedrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despedraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despedraras" ; "despedrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despedrara" ; "despedrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despedráramos" ; "despedrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despedrarais" ; "despedraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despedraran" ; "despedrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despedrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despedraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despedrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despedráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despedrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despedraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despedrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despedrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despedraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despedrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despedré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despedraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despedró" ;--# notpresent @@ -50737,12 +55351,12 @@ lin despedrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despedraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despedraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despedrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despedrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despedrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despedrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despedráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despedrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despedraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despedrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despedrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despedrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despedráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despedrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despedraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despedraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despedrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despedraría" ;--# notpresent @@ -50773,24 +55387,30 @@ lin despernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despiernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despernara" ; "despernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despernaras" ; "despernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despernara" ; "despernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despernáramos" ; "despernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despernarais" ; "despernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despernaran" ; "despernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desperné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despernó" ;--# notpresent @@ -50803,12 +55423,12 @@ lin despernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despernaría" ;--# notpresent @@ -50839,24 +55459,30 @@ lin despertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despertáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despiertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despertéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despiertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despertábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despertara" ; "despertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despertaras" ; "despertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despertara" ; "despertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despertáramos" ; "despertásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despertarais" ; "despertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despertaran" ; "despertasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despertasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desperté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despertó" ;--# notpresent @@ -50869,12 +55495,12 @@ lin despertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despertaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despertarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despertáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despertaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despertaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despertarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despertaría" ;--# notpresent @@ -50905,24 +55531,30 @@ lin despoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despobláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despobléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despueblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despoblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despoblaras" ; "despoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despoblara" ; "despoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despobláramos" ; "despoblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despoblarais" ; "despoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despoblaran" ; "despoblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despoblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despoblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despobló" ;--# notpresent @@ -50935,12 +55567,12 @@ lin despoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despoblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despoblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despobláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despoblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despoblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despoblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despoblaría" ;--# notpresent @@ -50971,24 +55603,30 @@ lin destentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destentara" ; "destentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destentaras" ; "destentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destentara" ; "destentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destentáramos" ; "destentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destentarais" ; "destentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destentaran" ; "destentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destentó" ;--# notpresent @@ -51001,12 +55639,12 @@ lin destentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destentaría" ;--# notpresent @@ -51037,24 +55675,30 @@ lin desterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desterráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desterréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desterrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desterraras" ; "desterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desterrara" ; "desterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desterráramos" ; "desterrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desterrarais" ; "desterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desterraran" ; "desterrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desterrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desterré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desterró" ;--# notpresent @@ -51067,12 +55711,12 @@ lin desterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desterraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desterrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desterráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desterraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desterraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desterrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desterraría" ;--# notpresent @@ -51103,24 +55747,30 @@ lin desventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desventara" ; "desventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desventaras" ; "desventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desventara" ; "desventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desventáramos" ; "desventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desventarais" ; "desventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desventaran" ; "desventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desventé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desventó" ;--# notpresent @@ -51133,12 +55783,12 @@ lin desventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desventaría" ;--# notpresent @@ -51169,24 +55819,30 @@ lin dezmar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dezmamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "dezmáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "diezman" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diezme" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diezmes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diezme" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dezmemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "dezméis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diezmen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diezme" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diezmes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diezme" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dezmemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "dezméis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diezmen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dezmaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dezmabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dezmaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dezmábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dezmabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dezmaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dezmaras" ; "dezmases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dezmara" ; "dezmase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dezmáramos" ; "dezmásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dezmarais" ; "dezmaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dezmaran" ; "dezmasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dezmara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dezmaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dezmara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dezmáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dezmarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dezmaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dezmase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dezmases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dezmase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dezmásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dezmaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dezmasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dezmé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dezmaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dezmó" ;--# notpresent @@ -51199,12 +55855,12 @@ lin dezmar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dezmaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dezmaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dezmarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dezmare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dezmares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dezmare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dezmáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dezmareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dezmaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dezmare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dezmares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dezmare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dezmáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dezmareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dezmaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dezmaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dezmarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dezmaría" ;--# notpresent @@ -51235,24 +55891,30 @@ lin discontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "discontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "discontáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "discuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "discuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "discuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "discuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "discontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "discontéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "discuenten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "discuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "discuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "discuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "discontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "discontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "discuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "discontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "discontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "discontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "discontábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "discontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "discontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discontara" ; "discontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discontaras" ; "discontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discontara" ; "discontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discontáramos" ; "discontásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discontarais" ; "discontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discontaran" ; "discontasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "discontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "discontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "discontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "discontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "discontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "discontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "discontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "discontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "discontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "discontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "discontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "discontasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disconté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "discontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "discontó" ;--# notpresent @@ -51265,12 +55927,12 @@ lin discontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "discontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "discontaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "discontarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "discontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "discontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "discontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "discontáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "discontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "discontaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "discontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "discontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "discontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "discontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "discontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "discontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "discontaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "discontarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "discontaría" ;--# notpresent @@ -51301,24 +55963,30 @@ lin discordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "discordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "discordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "discuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "discuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "discuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "discuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "discordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "discordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "discuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "discuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "discuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "discuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "discordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "discordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "discuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "discordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "discordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "discordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "discordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "discordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "discordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"discordara" ; "discordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"discordaras" ; "discordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"discordara" ; "discordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"discordáramos" ; "discordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"discordarais" ; "discordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"discordaran" ; "discordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "discordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "discordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "discordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "discordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "discordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "discordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "discordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "discordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "discordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "discordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "discordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "discordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "discordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "discordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "discordó" ;--# notpresent @@ -51331,12 +55999,12 @@ lin discordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "discordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "discordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "discordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "discordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "discordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "discordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "discordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "discordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "discordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "discordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "discordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "discordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "discordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "discordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "discordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "discordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "discordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "discordaría" ;--# notpresent @@ -51367,24 +56035,30 @@ lin disonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disonara" ; "disonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disonaras" ; "disonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disonara" ; "disonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disonáramos" ; "disonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disonarais" ; "disonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disonaran" ; "disonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disoné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disonó" ;--# notpresent @@ -51397,12 +56071,12 @@ lin disonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disonaría" ;--# notpresent @@ -51433,24 +56107,30 @@ lin dolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "dolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "doláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "duelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "duele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "dueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "duele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "dolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "doléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "duelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "duele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "dueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "duele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "dolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "doléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "duelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "dolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "dolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "dolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "dolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "dolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "dolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dolara" ; "dolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dolaras" ; "dolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dolara" ; "dolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"doláramos" ; "dolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dolarais" ; "dolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dolaran" ; "dolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "doláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "dolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "doló" ;--# notpresent @@ -51463,12 +56143,12 @@ lin dolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "dolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "dolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "dolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "doláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "doláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "dolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "dolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "dolaría" ;--# notpresent @@ -51499,24 +56179,30 @@ lin empajolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empajolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empajoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empajuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empajuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empajueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empajuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empajolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empajoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empajuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empajuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empajueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empajuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empajolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empajoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empajuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empajolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empajolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empajolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empajolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empajolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empajolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empajolaras" ; "empajolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empajolara" ; "empajolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empajoláramos" ; "empajolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empajolarais" ; "empajolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empajolaran" ; "empajolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empajolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empajolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empajolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empajoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empajolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empajolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empajolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empajolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empajolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empajolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empajolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empajolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empajolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empajoló" ;--# notpresent @@ -51529,12 +56215,12 @@ lin empajolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empajolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empajolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empajolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empajolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empajolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empajolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empajoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empajolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empajolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empajolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empajolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empajolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empajoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empajolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empajolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empajolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empajolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empajolaría" ;--# notpresent @@ -51565,24 +56251,30 @@ lin emparentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "emparentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "emparentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "emparientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empariente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "emparientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empariente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "emparentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "emparentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "emparienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empariente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "emparientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empariente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "emparentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "emparentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "emparienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "emparentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "emparentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "emparentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "emparentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "emparentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "emparentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"emparentaras" ; "emparentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"emparentara" ; "emparentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"emparentáramos" ; "emparentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"emparentarais" ; "emparentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"emparentaran" ; "emparentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "emparentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "emparentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "emparentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "emparentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "emparentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "emparentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "emparentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "emparentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "emparentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "emparentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "emparentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "emparentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "emparenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "emparentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "emparentó" ;--# notpresent @@ -51595,12 +56287,12 @@ lin emparentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "emparentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "emparentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "emparentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "emparentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "emparentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "emparentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "emparentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "emparentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "emparentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "emparentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "emparentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "emparentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "emparentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "emparentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "emparentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "emparentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "emparentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "emparentaría" ;--# notpresent @@ -51631,24 +56323,30 @@ lin empedrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "empedramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "empedráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "empiedran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "empiedre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "empiedres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "empiedre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "empedremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "empedréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "empiedren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "empiedre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "empiedres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "empiedre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "empedremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "empedréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "empiedren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "empedraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "empedrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "empedraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "empedrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "empedrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "empedraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"empedraras" ; "empedrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"empedrara" ; "empedrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"empedráramos" ; "empedrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"empedrarais" ; "empedraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"empedraran" ; "empedrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "empedrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "empedraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "empedrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "empedráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "empedrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "empedraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "empedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "empedrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "empedrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "empedrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "empedraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "empedrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "empedré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "empedraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "empedró" ;--# notpresent @@ -51661,12 +56359,12 @@ lin empedrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "empedraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "empedraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "empedrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "empedrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "empedrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "empedrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "empedráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "empedrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "empedraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "empedrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "empedrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "empedrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "empedráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "empedrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "empedraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "empedraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "empedrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "empedraría" ;--# notpresent @@ -51697,24 +56395,30 @@ lin encentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encentara" ; "encentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encentaras" ; "encentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encentara" ; "encentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encentáramos" ; "encentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encentarais" ; "encentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encentaran" ; "encentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encentó" ;--# notpresent @@ -51727,12 +56431,12 @@ lin encentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encentaría" ;--# notpresent @@ -51763,24 +56467,30 @@ lin encerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encerráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encerréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encerrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encerraras" ; "encerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encerrara" ; "encerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encerráramos" ; "encerrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encerrarais" ; "encerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encerraran" ; "encerrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encerrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encerré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encerró" ;--# notpresent @@ -51793,12 +56503,12 @@ lin encerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encerraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encerrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encerráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encerraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encerraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encerrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encerraría" ;--# notpresent @@ -51829,24 +56539,30 @@ lin encomendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encomendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encomendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encomiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encomiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encomiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encomiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encomendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encomendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encomienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encomiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encomiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encomiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encomendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encomendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encomienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encomendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encomendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encomendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encomendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encomendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encomendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encomendaras" ; "encomendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encomendara" ; "encomendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encomendáramos" ; "encomendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encomendarais" ; "encomendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encomendaran" ; "encomendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encomendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encomendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encomendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encomendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encomendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encomendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encomendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encomendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encomendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encomendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encomendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encomendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encomendó" ;--# notpresent @@ -51859,12 +56575,12 @@ lin encomendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encomendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encomendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encomendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encomendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encomendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encomendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encomendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encomendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encomendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encomendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encomendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encomendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encomendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encomendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encomendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encomendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encomendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encomendaría" ;--# notpresent @@ -51895,24 +56611,30 @@ lin encontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encontráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encontréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encuentren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encontrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encontraras" ; "encontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encontrara" ; "encontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encontráramos" ; "encontrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encontrarais" ; "encontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encontraran" ; "encontrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encontrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encontré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encontró" ;--# notpresent @@ -51925,12 +56647,12 @@ lin encontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encontraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encontrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encontráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encontraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encontraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encontrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encontraría" ;--# notpresent @@ -51961,24 +56683,30 @@ lin encorar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encoramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encoráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encuere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encuere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encoremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encoréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encuere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encuere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encoremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encoréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encoraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encorabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encoraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encorábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encorabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encoraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encorara" ; "encorase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encoraras" ; "encorases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encorara" ; "encorase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encoráramos" ; "encorásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encorarais" ; "encoraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encoraran" ; "encorasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encorara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encoraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encorara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encoráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encorarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encoraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encorase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encorases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encorase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encorásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encoraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encorasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encoré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encoraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encoró" ;--# notpresent @@ -51991,12 +56719,12 @@ lin encorar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encoraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encoraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encorarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encorare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encorares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encorare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encoráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encorareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encoraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encorare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encorares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encorare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encoráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encorareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encoraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encoraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encorarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encoraría" ;--# notpresent @@ -52027,24 +56755,30 @@ lin encordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encordara" ; "encordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encordaras" ; "encordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encordara" ; "encordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encordáramos" ; "encordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encordarais" ; "encordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encordaran" ; "encordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encordó" ;--# notpresent @@ -52057,12 +56791,12 @@ lin encordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encordaría" ;--# notpresent @@ -52093,24 +56827,30 @@ lin encovar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encovamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encováis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encuevan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encueve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encueves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encueve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encovemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encovéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encueve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encueves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encueve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encovemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encovéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encueven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encovaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encovabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encovaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encovábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encovabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encovaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encovara" ; "encovase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encovaras" ; "encovases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encovara" ; "encovase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encováramos" ; "encovásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encovarais" ; "encovaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encovaran" ; "encovasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encovara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encovaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encovara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encováramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encovarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encovaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encovase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encovases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encovase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encovásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encovaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encovasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encové" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encovaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encovó" ;--# notpresent @@ -52123,12 +56863,12 @@ lin encovar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encovaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encovaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encovarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encovare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encovares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encovare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encováremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encovareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encovaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encovare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encovares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encovare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encováremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encovareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encovaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encovaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encovarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encovaría" ;--# notpresent @@ -52159,24 +56899,30 @@ lin encubertar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "encubertamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "encubertáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "encubiertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "encubierte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "encubiertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "encubierte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "encubertemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "encubertéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "encubierten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "encubierte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "encubiertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "encubierte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "encubertemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "encubertéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "encubierten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "encubertaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "encubertabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "encubertaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "encubertábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "encubertabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "encubertaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"encubertaras" ; "encubertases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"encubertara" ; "encubertase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"encubertáramos" ; "encubertásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"encubertarais" ; "encubertaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"encubertaran" ; "encubertasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "encubertara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "encubertaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "encubertara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "encubertáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "encubertarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "encubertaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "encubertase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "encubertases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "encubertase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "encubertásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "encubertaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "encubertasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "encuberté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "encubertaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "encubertó" ;--# notpresent @@ -52189,12 +56935,12 @@ lin encubertar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "encubertaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "encubertaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "encubertarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "encubertare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "encubertares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "encubertare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "encubertáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "encubertareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "encubertaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "encubertare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "encubertares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "encubertare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "encubertáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "encubertareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "encubertaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "encubertaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "encubertarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "encubertaría" ;--# notpresent @@ -52225,24 +56971,30 @@ lin endentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "endentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "endentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "endientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "endiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "endientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "endiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "endentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "endentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "endienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "endiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "endientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "endiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "endentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "endentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "endienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "endentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "endentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "endentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "endentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "endentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "endentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"endentara" ; "endentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"endentaras" ; "endentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"endentara" ; "endentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"endentáramos" ; "endentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"endentarais" ; "endentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"endentaran" ; "endentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "endentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "endentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "endentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "endentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "endentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "endentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "endentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "endentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "endentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "endentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "endentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "endentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "endenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "endentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "endentó" ;--# notpresent @@ -52255,12 +57007,12 @@ lin endentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "endentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "endentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "endentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "endentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "endentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "endentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "endentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "endentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "endentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "endentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "endentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "endentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "endentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "endentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "endentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "endentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "endentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "endentaría" ;--# notpresent @@ -52291,24 +57043,30 @@ lin engorar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engoramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engoráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engueran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enguere" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engueres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enguere" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engoremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engoréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engueren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enguere" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engueres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enguere" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engoremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engoréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engueren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engoraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engorabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engoraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engorábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engorabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engoraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engorara" ; "engorase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engoraras" ; "engorases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engorara" ; "engorase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engoráramos" ; "engorásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engorarais" ; "engoraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engoraran" ; "engorasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engorara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engoraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engorara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engoráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engorarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engoraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engorase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engorases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engorase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engorásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engoraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engorasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engoré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engoraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engoró" ;--# notpresent @@ -52321,12 +57079,12 @@ lin engorar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engoraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engoraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engorarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engorare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engorares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engorare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engoráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engorareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engoraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engorare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engorares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engorare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engoráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engorareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engoraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engoraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engorarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engoraría" ;--# notpresent @@ -52357,24 +57115,30 @@ lin engrosar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "engrosamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engrosáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engruesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engruese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrueses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engruese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engrosemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engroséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engruesen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engruese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrueses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engruese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engrosemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engroséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engruesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engrosaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engrosabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engrosaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engrosábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engrosabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engrosaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrosaras" ; "engrosases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engrosara" ; "engrosase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engrosáramos" ; "engrosásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrosarais" ; "engrosaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrosaran" ; "engrosasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engrosara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrosaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engrosara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engrosáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrosarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrosaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrosases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engrosase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engrosásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrosaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engrosasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engrosé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engrosaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engrosó" ;--# notpresent @@ -52387,12 +57151,12 @@ lin engrosar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "engrosaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engrosaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engrosarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engrosare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrosares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engrosare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engrosáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engrosareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrosaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engrosare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrosares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engrosare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engrosáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engrosareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrosaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engrosaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engrosarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engrosaría" ;--# notpresent @@ -52423,24 +57187,30 @@ lin enhestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enhestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enhestáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enhiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enhieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enhiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enhieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enhestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enhestéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enhiesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enhieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enhiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enhieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enhestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enhestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enhiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enhestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enhestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enhestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enhestábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enhestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enhestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enhestaras" ; "enhestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enhestara" ; "enhestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enhestáramos" ; "enhestásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enhestarais" ; "enhestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enhestaran" ; "enhestasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enhestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enhestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enhestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enhestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enhestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enhestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enhestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enhestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enhestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enhestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enhestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enhestasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enhesté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enhestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enhestó" ;--# notpresent @@ -52453,12 +57223,12 @@ lin enhestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enhestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enhestaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enhestarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enhestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enhestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enhestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enhestáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enhestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enhestaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enhestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enhestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enhestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enhestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enhestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enhestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enhestaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enhestarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enhestaría" ;--# notpresent @@ -52489,24 +57259,30 @@ lin enmelar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmelamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmeláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmelemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmeléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmielen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmelemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmeléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmelaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmelabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmelaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmelábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmelabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmelaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmelaras" ; "enmelases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmelara" ; "enmelase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmeláramos" ; "enmelásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmelarais" ; "enmelaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmelaran" ; "enmelasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmelara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmelaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmelara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmeláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmelarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmelaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmelases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmelase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmelásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmelaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmelasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmelé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmelaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmeló" ;--# notpresent @@ -52519,12 +57295,12 @@ lin enmelar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmelaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmelaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmelarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmelare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmelares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmelare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmeláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmelareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmelaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmelare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmelares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmelare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmeláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmelareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmelaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmelaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmelarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmelaría" ;--# notpresent @@ -52555,24 +57331,30 @@ lin enmendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enmendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enmendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enmiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enmiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enmiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enmiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enmendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enmendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enmienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enmiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enmiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enmiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enmendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enmendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enmienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enmendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enmendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enmendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enmendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enmendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enmendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enmendaras" ; "enmendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enmendara" ; "enmendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enmendáramos" ; "enmendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enmendarais" ; "enmendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enmendaran" ; "enmendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enmendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enmendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enmendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enmendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enmendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enmendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enmendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enmendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enmendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enmendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enmendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enmendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enmendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enmendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enmendó" ;--# notpresent @@ -52585,12 +57367,12 @@ lin enmendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enmendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enmendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enmendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enmendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enmendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enmendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enmendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enmendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enmendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enmendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enmendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enmendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enmendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enmendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enmendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enmendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enmendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enmendaría" ;--# notpresent @@ -52621,24 +57403,30 @@ lin enrodar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enrodamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enrodáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "enruedan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "enruede" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "enruedes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "enruede" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enrodemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enrodéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "enrueden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "enruede" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "enruedes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "enruede" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enrodemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enrodéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "enrueden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enrodaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enrodabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enrodaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enrodábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enrodabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enrodaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enrodaras" ; "enrodases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enrodara" ; "enrodase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enrodáramos" ; "enrodásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enrodarais" ; "enrodaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enrodaran" ; "enrodasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enrodara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enrodaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enrodara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enrodáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enrodarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enrodaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enrodase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enrodases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enrodase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enrodásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enrodaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enrodasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enrodé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enrodaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enrodó" ;--# notpresent @@ -52651,12 +57439,12 @@ lin enrodar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enrodaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enrodaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enrodarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enrodare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enrodares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enrodare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enrodáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enrodareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enrodaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enrodare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enrodares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enrodare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enrodáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enrodareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enrodaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enrodaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enrodarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enrodaría" ;--# notpresent @@ -52687,24 +57475,30 @@ lin ensangrentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensangrentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensangrentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensangrientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensangriente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensangrientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensangriente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensangrentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensangrentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensangrienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensangriente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensangrientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensangriente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensangrentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensangrentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensangrienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensangrentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensangrentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensangrentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensangrentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensangrentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensangrentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensangrentaras" ; "ensangrentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensangrentara" ; "ensangrentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensangrentáramos" ; "ensangrentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensangrentarais" ; "ensangrentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensangrentaran" ; "ensangrentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensangrentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensangrentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensangrentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensangrentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensangrentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensangrentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensangrentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensangrentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensangrentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensangrentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensangrentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensangrentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensangrenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensangrentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensangrentó" ;--# notpresent @@ -52717,12 +57511,12 @@ lin ensangrentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensangrentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensangrentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensangrentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensangrentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensangrentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensangrentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensangrentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensangrentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensangrentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensangrentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensangrentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensangrentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensangrentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensangrentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensangrentaría" ;--# notpresent @@ -52753,24 +57547,30 @@ lin ensarmentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ensarmentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensarmentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensarmientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensarmiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensarmientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensarmiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensarmentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensarmentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensarmienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensarmiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensarmientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensarmiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensarmentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensarmentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensarmienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensarmentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensarmentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensarmentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensarmentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensarmentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensarmentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensarmentaras" ; "ensarmentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensarmentara" ; "ensarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensarmentáramos" ; "ensarmentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensarmentarais" ; "ensarmentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensarmentaran" ; "ensarmentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensarmentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensarmentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensarmentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensarmentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensarmentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensarmentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensarmentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensarmentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensarmentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensarmentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensarmenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensarmentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensarmentó" ;--# notpresent @@ -52783,12 +57583,12 @@ lin ensarmentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ensarmentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensarmentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensarmentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensarmentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensarmentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensarmentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensarmentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensarmentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensarmentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensarmentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensarmentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensarmentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensarmentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensarmentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensarmentaría" ;--# notpresent @@ -52819,24 +57619,30 @@ lin enso {- VPB (Pres Ind C.Pl C.P1) => -} "ensoñamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ensoñáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ensueñan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ensueñe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ensueñes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ensueñe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ensoñemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ensoñéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ensueñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ensueñe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ensueñes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ensueñe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ensoñemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ensoñéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ensueñen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ensoñaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ensoñabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ensoñaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ensoñábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ensoñabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ensoñaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ensoñara" ; "ensoñase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ensoñaras" ; "ensoñases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ensoñara" ; "ensoñase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ensoñáramos" ; "ensoñásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ensoñarais" ; "ensoñaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ensoñaran" ; "ensoñasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ensoñara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ensoñaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ensoñara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ensoñáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ensoñarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ensoñaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ensoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ensoñases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ensoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ensoñásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ensoñaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ensoñasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ensoñé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ensoñaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ensoñó" ;--# notpresent @@ -52849,12 +57655,12 @@ lin enso {- VPB (Fut Ind C.Pl C.P1) => -} "ensoñaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ensoñaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ensoñarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ensoñare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ensoñares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ensoñare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ensoñáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ensoñareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ensoñaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ensoñare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ensoñares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ensoñare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ensoñáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ensoñareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ensoñaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ensoñaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ensoñarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ensoñaría" ;--# notpresent @@ -52885,24 +57691,30 @@ lin enterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "enterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "enterráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "enterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enterréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "enterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "enterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "enterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "enterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "enterrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "enterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "enterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"enterraras" ; "enterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"enterrara" ; "enterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"enterráramos" ; "enterrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"enterrarais" ; "enterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"enterraran" ; "enterrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "enterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "enterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "enterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "enterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "enterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "enterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "enterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "enterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "enterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "enterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "enterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "enterrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "enterré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "enterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "enterró" ;--# notpresent @@ -52915,12 +57727,12 @@ lin enterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "enterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "enterraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "enterrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "enterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "enterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "enterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "enterráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "enterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "enterraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "enterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "enterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "enterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "enterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "enterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "enterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "enterraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "enterrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "enterraría" ;--# notpresent @@ -52951,24 +57763,30 @@ lin entesar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entesamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entesáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entiesan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entiese" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entieses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entiese" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entesemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "enteséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entiesen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entiese" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entieses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entiese" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entesemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "enteséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entiesen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entesaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entesabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entesaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entesábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entesabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entesaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entesara" ; "entesase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entesaras" ; "entesases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entesara" ; "entesase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entesáramos" ; "entesásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entesarais" ; "entesaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entesaran" ; "entesasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entesara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entesaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entesara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entesáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entesarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entesaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entesase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entesases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entesase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entesásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entesaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entesasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entesé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entesaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entesó" ;--# notpresent @@ -52981,12 +57799,12 @@ lin entesar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entesaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entesaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entesarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entesare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entesares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entesare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entesáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entesareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entesaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entesare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entesares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entesare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entesáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entesareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entesaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entesaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entesarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entesaría" ;--# notpresent @@ -53017,24 +57835,30 @@ lin entortar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entortamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entortáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entuertan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entuerte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entuertes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entuerte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entortemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entortéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entuerten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entuerte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entuertes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entuerte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entortemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entortéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entuerten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entortaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entortabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entortaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entortábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entortabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entortaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entortara" ; "entortase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entortaras" ; "entortases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entortara" ; "entortase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entortáramos" ; "entortásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entortarais" ; "entortaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entortaran" ; "entortasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entortara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entortaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entortara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entortáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entortarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entortaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entortase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entortases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entortase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entortásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entortaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entortasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entorté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entortaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entortó" ;--# notpresent @@ -53047,12 +57871,12 @@ lin entortar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entortaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entortaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entortarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entortare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entortares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entortare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entortáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entortareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entortaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entortare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entortares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entortare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entortáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entortareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entortaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entortaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entortarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entortaría" ;--# notpresent @@ -53083,24 +57907,30 @@ lin entrecerrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrecerramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrecerráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrecierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrecierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrecierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrecierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrecerremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrecerréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrecierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrecierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrecierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrecierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrecerremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrecerréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrecierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrecerraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrecerrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrecerraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrecerrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrecerrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrecerraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrecerraras" ; "entrecerrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrecerrara" ; "entrecerrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrecerráramos" ; "entrecerrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrecerrarais" ; "entrecerraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrecerraran" ; "entrecerrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrecerrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrecerraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrecerrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrecerráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrecerrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrecerraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrecerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrecerrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrecerrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrecerrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrecerraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrecerrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrecerré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrecerraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrecerró" ;--# notpresent @@ -53113,12 +57943,12 @@ lin entrecerrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrecerraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrecerraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrecerrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrecerrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrecerrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrecerrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrecerráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrecerraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrecerrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrecerrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrecerráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrecerrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrecerraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrecerraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrecerrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrecerraría" ;--# notpresent @@ -53149,24 +57979,30 @@ lin entrepernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrepernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entrepernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entrepiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrepierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entrepiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrepierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entrepernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entrepernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrepiernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrepierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entrepiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrepierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entrepernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entrepernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrepiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entrepernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entrepernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entrepernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entrepernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entrepernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entrepernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrepernaras" ; "entrepernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entrepernara" ; "entrepernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entrepernáramos" ; "entrepernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrepernarais" ; "entrepernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrepernaran" ; "entrepernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entrepernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrepernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entrepernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entrepernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrepernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrepernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entrepernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrepernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entrepernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entrepernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrepernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entrepernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreperné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entrepernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrepernó" ;--# notpresent @@ -53179,12 +58015,12 @@ lin entrepernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entrepernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entrepernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entrepernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entrepernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrepernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entrepernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entrepernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entrepernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrepernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrepernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entrepernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entrepernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entrepernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrepernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrepernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entrepernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrepernaría" ;--# notpresent @@ -53215,24 +58051,30 @@ lin escarmentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escarmentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escarmentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escarmientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escarmiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escarmientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escarmiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escarmentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escarmentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escarmienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escarmiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escarmientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escarmiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escarmentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escarmentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escarmienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escarmentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escarmentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escarmentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escarmentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escarmentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escarmentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escarmentaras" ; "escarmentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escarmentara" ; "escarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escarmentáramos" ; "escarmentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escarmentarais" ; "escarmentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escarmentaran" ; "escarmentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escarmentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escarmentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escarmentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escarmentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escarmentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escarmentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escarmentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escarmentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escarmentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escarmentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escarmenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escarmentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escarmentó" ;--# notpresent @@ -53245,12 +58087,12 @@ lin escarmentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escarmentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escarmentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escarmentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escarmentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escarmentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escarmentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escarmentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escarmentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escarmentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escarmentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escarmentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escarmentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escarmentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escarmentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escarmentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escarmentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escarmentaría" ;--# notpresent @@ -53281,24 +58123,30 @@ lin escolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "escolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "escoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "escuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "escuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "escueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "escuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "escolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "escoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "escuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "escuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "escueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "escuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "escolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "escoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "escuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "escolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "escolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "escolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "escolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "escolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "escolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"escolara" ; "escolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"escolaras" ; "escolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"escolara" ; "escolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"escoláramos" ; "escolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"escolarais" ; "escolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"escolaran" ; "escolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "escolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "escolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "escolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "escoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "escolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "escolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "escolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "escolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "escolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "escolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "escolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "escolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "escolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "escolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "escoló" ;--# notpresent @@ -53311,12 +58159,12 @@ lin escolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "escolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "escolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "escolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "escolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "escolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "escolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "escoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "escolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "escolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "escolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "escolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "escolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "escoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "escolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "escolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "escolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "escolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "escolaría" ;--# notpresent @@ -53347,24 +58195,30 @@ lin ferrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ferramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ferráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ferremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ferréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ferremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ferréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ferraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ferrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ferraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ferrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ferrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ferraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ferraras" ; "ferrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ferrara" ; "ferrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ferráramos" ; "ferrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ferrarais" ; "ferraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ferraran" ; "ferrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ferrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ferraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ferrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ferráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ferrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ferraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ferrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ferrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ferrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ferraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ferrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ferré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ferraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ferró" ;--# notpresent @@ -53377,12 +58231,12 @@ lin ferrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ferraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ferraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ferrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ferrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ferrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ferrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ferráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ferrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ferraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ferrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ferrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ferrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ferráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ferrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ferraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ferraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ferrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ferraría" ;--# notpresent @@ -53413,24 +58267,30 @@ lin follar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "follamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "folláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "follemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "folléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "follemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "folléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "follaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "follabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "follaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "follábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "follabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "follaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"follara" ; "follase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"follaras" ; "follases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"follara" ; "follase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"folláramos" ; "follásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"follarais" ; "follaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"follaran" ; "follasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "follara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "follaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "follara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "folláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "follarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "follaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "follase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "follases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "follase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "follásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "follaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "follasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "follé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "follaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "folló" ;--# notpresent @@ -53443,12 +58303,12 @@ lin follar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "follaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "follaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "follarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "follare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "follares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "follare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "folláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "follareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "follaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "follare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "follares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "follare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "folláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "follareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "follaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "follaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "follarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "follaría" ;--# notpresent @@ -53479,24 +58339,30 @@ lin gobernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gobernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gobernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gobiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gobierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gobiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gobierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gobernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gobernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gobiernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gobierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gobiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gobierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gobernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gobernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gobiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gobernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gobernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gobernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gobernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gobernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gobernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gobernaras" ; "gobernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gobernara" ; "gobernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gobernáramos" ; "gobernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gobernarais" ; "gobernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gobernaran" ; "gobernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gobernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gobernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gobernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gobernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gobernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gobernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gobernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gobernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gobernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gobernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gobernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "goberné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gobernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gobernó" ;--# notpresent @@ -53509,12 +58375,12 @@ lin gobernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gobernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gobernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gobernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gobernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gobernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gobernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gobernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gobernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gobernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gobernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gobernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gobernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gobernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gobernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gobernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gobernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gobernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gobernaría" ;--# notpresent @@ -53545,24 +58411,30 @@ lin grandisonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "grandisonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "grandisonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "grandisuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "grandisuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "grandisuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "grandisuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "grandisonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "grandisonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "grandisuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "grandisuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "grandisuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "grandisuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "grandisonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "grandisonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "grandisuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "grandisonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "grandisonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "grandisonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "grandisonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "grandisonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "grandisonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"grandisonaras" ; "grandisonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"grandisonara" ; "grandisonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"grandisonáramos" ; "grandisonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"grandisonarais" ; "grandisonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"grandisonaran" ; "grandisonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "grandisonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "grandisonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "grandisonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "grandisonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "grandisonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "grandisonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "grandisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "grandisonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "grandisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "grandisonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "grandisonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "grandisonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "grandisoné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "grandisonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "grandisonó" ;--# notpresent @@ -53575,12 +58447,12 @@ lin grandisonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "grandisonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "grandisonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "grandisonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "grandisonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "grandisonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "grandisonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "grandisonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "grandisonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "grandisonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "grandisonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "grandisonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "grandisonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "grandisonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "grandisonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "grandisonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "grandisonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "grandisonaría" ;--# notpresent @@ -53611,24 +58483,30 @@ lin hacendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hacendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hacendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "haciendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "haciende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "haciendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "haciende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hacendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hacendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hacienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "haciende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "haciendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "haciende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hacendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hacendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hacienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hacendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hacendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hacendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hacendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hacendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hacendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hacendaras" ; "hacendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hacendara" ; "hacendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hacendáramos" ; "hacendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hacendarais" ; "hacendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hacendaran" ; "hacendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hacendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hacendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hacendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hacendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hacendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hacendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hacendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hacendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hacendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hacendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hacendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hacendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hacendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hacendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hacendó" ;--# notpresent @@ -53641,12 +58519,12 @@ lin hacendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "hacendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "hacendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "hacendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hacendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hacendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hacendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hacendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hacendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hacendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hacendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hacendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hacendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hacendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hacendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hacendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "hacendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "hacendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "hacendaría" ;--# notpresent @@ -53677,24 +58555,30 @@ lin helar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "helamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "heláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hiele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hiele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "helemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "heléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hielen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hiele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hiele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "helemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "heléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "helaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "helabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "helaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "helábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "helabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "helaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"helara" ; "helase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"helaras" ; "helases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"helara" ; "helase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"heláramos" ; "helásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"helarais" ; "helaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"helaran" ; "helasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "helara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "helaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "helara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "heláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "helarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "helaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "helase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "helases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "helase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "helásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "helaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "helasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "helé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "helaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "heló" ;--# notpresent @@ -53707,12 +58591,12 @@ lin helar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "helaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "helaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "helarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "helare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "helares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "helare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "heláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "helareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "helaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "helare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "helares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "helare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "heláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "helareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "helaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "helaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "helarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "helaría" ;--# notpresent @@ -53743,24 +58627,30 @@ lin herbar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herbamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herbáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hierban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hierbe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hierbes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hierbe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herbemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herbéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hierben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hierbe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hierbes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hierbe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herbemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herbéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hierben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herbaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herbabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herbaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herbábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herbabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herbaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herbara" ; "herbase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herbaras" ; "herbases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herbara" ; "herbase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herbáramos" ; "herbásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herbarais" ; "herbaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herbaran" ; "herbasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herbara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herbaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herbara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herbáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herbarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herbaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herbase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herbases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herbase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herbásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herbaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herbasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herbé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herbaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herbó" ;--# notpresent @@ -53773,12 +58663,12 @@ lin herbar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herbaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herbaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herbarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herbare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herbares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herbare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herbáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herbareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herbaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herbare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herbares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herbare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herbáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herbareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herbaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herbaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herbarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herbaría" ;--# notpresent @@ -53809,24 +58699,30 @@ lin herrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herrara" ; "herrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herraras" ; "herrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herrara" ; "herrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herráramos" ; "herrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herrarais" ; "herraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herraran" ; "herrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herró" ;--# notpresent @@ -53839,12 +58735,12 @@ lin herrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herraría" ;--# notpresent @@ -53875,24 +58771,30 @@ lin herventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "herventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "herventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hervientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "herviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hervientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "herviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "herventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "herventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hervienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "herviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hervientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "herviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "herventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "herventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hervienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "herventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "herventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "herventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "herventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "herventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "herventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"herventara" ; "herventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"herventaras" ; "herventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"herventara" ; "herventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"herventáramos" ; "herventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"herventarais" ; "herventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"herventaran" ; "herventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "herventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "herventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "herventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "herventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "herventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "herventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "herventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "herventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "herventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "herventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "herventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "herventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "herventé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "herventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "herventó" ;--# notpresent @@ -53905,12 +58807,12 @@ lin herventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "herventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "herventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "herventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "herventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "herventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "herventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "herventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "herventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "herventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "herventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "herventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "herventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "herventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "herventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "herventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "herventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "herventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "herventaría" ;--# notpresent @@ -53941,24 +58843,30 @@ lin holiar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "holiamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "holiáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "holiean" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "holiee" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "holiees" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "holiee" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "holiemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "holiéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "holieen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "holiee" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "holiees" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "holiee" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "holiemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "holiéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "holieen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "holiaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "holiabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "holiaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "holiábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "holiabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "holiaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"holiara" ; "holiase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"holiaras" ; "holiases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"holiara" ; "holiase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"holiáramos" ; "holiásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"holiarais" ; "holiaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"holiaran" ; "holiasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "holiara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "holiaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "holiara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "holiáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "holiarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "holiaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "holiase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "holiases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "holiase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "holiásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "holiaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "holiasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "holié" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "holiaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "holió" ;--# notpresent @@ -53971,12 +58879,12 @@ lin holiar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "holiaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "holiaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "holiarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "holiare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "holiares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "holiare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "holiáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "holiareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "holiaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "holiare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "holiares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "holiare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "holiáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "holiareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "holiaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "holiaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "holiarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "holiaría" ;--# notpresent @@ -54007,24 +58915,30 @@ lin improbar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "improbamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "improbáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "impruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "impruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "impruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "improbemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "improbéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "imprueben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "impruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "impruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "impruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "improbemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "improbéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "imprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "improbaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "improbabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "improbaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "improbábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "improbabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "improbaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"improbara" ; "improbase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"improbaras" ; "improbases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"improbara" ; "improbase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"improbáramos" ; "improbásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"improbarais" ; "improbaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"improbaran" ; "improbasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "improbara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "improbaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "improbara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "improbáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "improbarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "improbaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "improbase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "improbases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "improbase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "improbásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "improbaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "improbasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "improbé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "improbaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "improbó" ;--# notpresent @@ -54037,12 +58951,12 @@ lin improbar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "improbaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "improbaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "improbarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "improbare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "improbares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "improbare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "improbáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "improbareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "improbaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "improbare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "improbares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "improbare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "improbáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "improbareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "improbaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "improbaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "improbarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "improbaría" ;--# notpresent @@ -54073,24 +58987,30 @@ lin incensar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "incensamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "incensáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inciensan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inciense" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "incienses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inciense" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "incensemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "incenséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inciensen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inciense" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "incienses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inciense" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "incensemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "incenséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inciensen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "incensaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "incensabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "incensaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "incensábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "incensabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "incensaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incensara" ; "incensase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incensaras" ; "incensases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incensara" ; "incensase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incensáramos" ; "incensásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incensarais" ; "incensaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incensaran" ; "incensasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "incensara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "incensaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "incensara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "incensáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "incensarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "incensaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "incensase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "incensases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "incensase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "incensásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "incensaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "incensasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "incensé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "incensaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "incensó" ;--# notpresent @@ -54103,12 +59023,12 @@ lin incensar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "incensaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "incensaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "incensarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "incensare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "incensares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "incensare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "incensáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "incensareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "incensaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "incensare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "incensares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "incensare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "incensáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "incensareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "incensaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "incensaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "incensarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "incensaría" ;--# notpresent @@ -54139,24 +59059,30 @@ lin infernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "infernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "infernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "infiernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "infierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "infiernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "infierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "infernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "infernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "infiernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "infierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "infiernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "infierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "infernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "infernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "infiernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "infernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "infernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "infernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "infernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "infernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "infernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"infernara" ; "infernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"infernaras" ; "infernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"infernara" ; "infernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"infernáramos" ; "infernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"infernarais" ; "infernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"infernaran" ; "infernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "infernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "infernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "infernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "infernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "infernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "infernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "infernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "infernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "infernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "infernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "infernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "infernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inferné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "infernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "infernó" ;--# notpresent @@ -54169,12 +59095,12 @@ lin infernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "infernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "infernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "infernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "infernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "infernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "infernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "infernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "infernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "infernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "infernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "infernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "infernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "infernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "infernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "infernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "infernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "infernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "infernaría" ;--# notpresent @@ -54205,24 +59131,30 @@ lin invernar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "invernamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "invernáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inviernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "invierne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inviernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "invierne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "invernemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "invernéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inviernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "invierne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inviernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "invierne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "invernemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "invernéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inviernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "invernaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "invernabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "invernaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "invernábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "invernabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "invernaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invernara" ; "invernase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invernaras" ; "invernases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invernara" ; "invernase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invernáramos" ; "invernásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invernarais" ; "invernaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invernaran" ; "invernasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "invernara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "invernaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "invernara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "invernáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "invernarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "invernaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "invernase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "invernases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "invernase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "invernásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "invernaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "invernasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inverné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "invernaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "invernó" ;--# notpresent @@ -54235,12 +59167,12 @@ lin invernar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "invernaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "invernaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "invernarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "invernare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "invernares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "invernare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "invernáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "invernareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "invernaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "invernare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "invernares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "invernare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "invernáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "invernareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "invernaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "invernaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "invernarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "invernaría" ;--# notpresent @@ -54271,24 +59203,30 @@ lin jamerdar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "jamerdamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "jamerdáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "jamierdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "jamierde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "jamierdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "jamierde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "jamerdemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "jamerdéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "jamierden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "jamierde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "jamierdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "jamierde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "jamerdemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "jamerdéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "jamierden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "jamerdaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "jamerdabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "jamerdaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "jamerdábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "jamerdabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "jamerdaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"jamerdaras" ; "jamerdases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"jamerdara" ; "jamerdase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"jamerdáramos" ; "jamerdásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"jamerdarais" ; "jamerdaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"jamerdaran" ; "jamerdasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "jamerdara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "jamerdaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "jamerdara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "jamerdáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "jamerdarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "jamerdaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "jamerdase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "jamerdases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "jamerdase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "jamerdásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "jamerdaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "jamerdasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "jamerdé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "jamerdaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "jamerdó" ;--# notpresent @@ -54301,12 +59239,12 @@ lin jamerdar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "jamerdaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "jamerdaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "jamerdarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "jamerdare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "jamerdares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "jamerdare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "jamerdáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "jamerdareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "jamerdaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "jamerdares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "jamerdare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "jamerdáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "jamerdareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "jamerdaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "jamerdaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "jamerdarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "jamerdaría" ;--# notpresent @@ -54337,24 +59275,30 @@ lin mancornar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mancornamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mancornáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mancuernan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mancuerne" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mancuernes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mancuerne" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mancornemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mancornéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mancuernen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mancuerne" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mancuernes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mancuerne" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mancornemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mancornéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mancuernen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mancornaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mancornabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mancornaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mancornábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mancornabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mancornaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mancornaras" ; "mancornases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mancornara" ; "mancornase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mancornáramos" ; "mancornásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mancornarais" ; "mancornaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mancornaran" ; "mancornasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mancornara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mancornaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mancornara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mancornáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mancornarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mancornaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mancornase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mancornases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mancornase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mancornásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mancornaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mancornasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mancorné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mancornaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mancornó" ;--# notpresent @@ -54367,12 +59311,12 @@ lin mancornar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mancornaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mancornaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mancornarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mancornare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mancornares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mancornare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mancornáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mancornareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mancornaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mancornare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mancornares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mancornare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mancornáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mancornareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mancornaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mancornaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mancornarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mancornaría" ;--# notpresent @@ -54403,24 +59347,30 @@ lin manifestar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "manifestamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "manifestáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "manifiestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "manifieste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "manifiestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "manifieste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "manifestemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "manifestéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "manifiesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "manifieste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "manifiestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "manifieste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "manifestemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "manifestéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "manifiesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "manifestaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "manifestabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "manifestaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "manifestábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "manifestabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "manifestaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"manifestaras" ; "manifestases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"manifestara" ; "manifestase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"manifestáramos" ; "manifestásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"manifestarais" ; "manifestaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"manifestaran" ; "manifestasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "manifestara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "manifestaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "manifestara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "manifestáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "manifestarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "manifestaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "manifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "manifestases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "manifestase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "manifestásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "manifestaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "manifestasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "manifesté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "manifestaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "manifestó" ;--# notpresent @@ -54433,12 +59383,12 @@ lin manifestar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "manifestaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "manifestaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "manifestarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "manifestare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "manifestares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "manifestare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "manifestáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "manifestareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "manifestaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "manifestare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "manifestares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "manifestare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "manifestáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "manifestareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "manifestaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "manifestaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "manifestarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "manifestaría" ;--# notpresent @@ -54469,24 +59419,30 @@ lin melar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "melamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "meláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mielan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "miele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mieles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "miele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "melemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "meléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mielen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "miele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mieles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "miele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "melemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "meléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mielen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "melaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "melabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "melaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "melábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "melabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "melaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"melara" ; "melase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"melaras" ; "melases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"melara" ; "melase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"meláramos" ; "melásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"melarais" ; "melaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"melaran" ; "melasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "melara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "melaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "melara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "meláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "melarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "melaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "melase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "melases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "melase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "melásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "melaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "melasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "melé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "melaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "meló" ;--# notpresent @@ -54499,12 +59455,12 @@ lin melar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "melaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "melaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "melarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "melare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "melares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "melare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "meláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "melareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "melaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "melare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "melares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "melare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "meláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "melareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "melaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "melaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "melarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "melaría" ;--# notpresent @@ -54535,24 +59491,30 @@ lin mentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "miente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "miente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "miente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "miente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mentara" ; "mentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mentaras" ; "mentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mentara" ; "mentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mentáramos" ; "mentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mentarais" ; "mentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mentaran" ; "mentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "menté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mentó" ;--# notpresent @@ -54565,12 +59527,12 @@ lin mentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mentaría" ;--# notpresent @@ -54601,24 +59563,30 @@ lin merendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "merendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "merendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "meriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "meriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "meriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "meriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "merendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "merendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "merienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "meriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "meriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "meriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "merendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "merendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "merienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "merendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "merendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "merendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "merendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "merendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "merendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"merendara" ; "merendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"merendaras" ; "merendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"merendara" ; "merendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"merendáramos" ; "merendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"merendarais" ; "merendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"merendaran" ; "merendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "merendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "merendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "merendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "merendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "merendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "merendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "merendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "merendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "merendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "merendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "merendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "merendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "merendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "merendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "merendó" ;--# notpresent @@ -54631,12 +59599,12 @@ lin merendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "merendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "merendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "merendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "merendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "merendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "merendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "merendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "merendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "merendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "merendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "merendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "merendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "merendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "merendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "merendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "merendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "merendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "merendaría" ;--# notpresent @@ -54667,24 +59635,30 @@ lin moblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "moblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mobláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "moblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mobléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mueblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "moblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "moblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "moblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "moblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "moblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "moblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "moblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"moblara" ; "moblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"moblaras" ; "moblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"moblara" ; "moblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mobláramos" ; "moblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"moblarais" ; "moblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"moblaran" ; "moblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "moblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "moblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "moblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "moblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "moblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "moblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "moblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "moblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "moblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "moblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "moblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "moblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "moblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mobló" ;--# notpresent @@ -54697,12 +59671,12 @@ lin moblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "moblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "moblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "moblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "moblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "moblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "moblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mobláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "moblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "moblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "moblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "moblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "moblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "moblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "moblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "moblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "moblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "moblaría" ;--# notpresent @@ -54733,24 +59707,30 @@ lin mostrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mostramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mostráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "muestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "muestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "muestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "muestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mostremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mostréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "muestren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "muestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "muestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "muestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mostremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mostréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "muestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mostraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mostrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mostraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mostrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mostrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mostraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mostraras" ; "mostrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"mostrara" ; "mostrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"mostráramos" ; "mostrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mostrarais" ; "mostraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mostraran" ; "mostrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "mostrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mostraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "mostrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "mostráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mostrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mostraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "mostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mostrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "mostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "mostrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mostraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "mostrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mostré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mostraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "mostró" ;--# notpresent @@ -54763,12 +59743,12 @@ lin mostrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mostraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mostraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mostrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "mostrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mostrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "mostrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "mostráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "mostrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mostraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "mostrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mostrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "mostrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "mostráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "mostrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mostraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mostraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mostrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mostraría" ;--# notpresent @@ -54799,24 +59779,30 @@ lin nevar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "nevamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "neváis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "nievan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "nieve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "nieves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "nieve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "nevemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "nevéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "nieven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "nieve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "nieves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "nieve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "nevemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "nevéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "nieven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "nevaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "nevabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "nevaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "nevábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "nevabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "nevaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"nevara" ; "nevase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"nevaras" ; "nevases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"nevara" ; "nevase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"neváramos" ; "nevásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"nevarais" ; "nevaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"nevaran" ; "nevasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "nevara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "nevaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "nevara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "neváramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "nevarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "nevaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "nevase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "nevases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "nevase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "nevásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "nevaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "nevasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "nevé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "nevaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "nevó" ;--# notpresent @@ -54829,12 +59815,12 @@ lin nevar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "nevaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "nevaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "nevarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "nevare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "nevares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "nevare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "neváremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "nevareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "nevaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "nevare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "nevares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "nevare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "neváremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "nevareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "nevaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "nevaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "nevarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "nevaría" ;--# notpresent @@ -54865,24 +59851,30 @@ lin patiquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "patiquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "patiquebráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "patiquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "patiquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "patiquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "patiquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "patiquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "patiquebréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "patiquiebren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "patiquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "patiquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "patiquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "patiquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "patiquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "patiquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "patiquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "patiquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "patiquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "patiquebrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "patiquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "patiquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"patiquebraras" ; "patiquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"patiquebrara" ; "patiquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"patiquebráramos" ; "patiquebrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"patiquebrarais" ; "patiquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"patiquebraran" ; "patiquebrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "patiquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "patiquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "patiquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "patiquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "patiquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "patiquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "patiquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "patiquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "patiquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "patiquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "patiquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "patiquebrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "patiquebré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "patiquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "patiquebró" ;--# notpresent @@ -54895,12 +59887,12 @@ lin patiquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "patiquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "patiquebraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "patiquebrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "patiquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "patiquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "patiquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "patiquebráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "patiquebraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "patiquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "patiquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "patiquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "patiquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "patiquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "patiquebraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "patiquebrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "patiquebraría" ;--# notpresent @@ -54931,24 +59923,30 @@ lin pensar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pensamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pensáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "piensan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "piense" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pienses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "piense" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pensemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "penséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "piensen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "piense" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pienses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "piense" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pensemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "penséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "piensen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pensaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pensabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pensaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pensábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pensabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pensaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pensara" ; "pensase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pensaras" ; "pensases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pensara" ; "pensase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pensáramos" ; "pensásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pensarais" ; "pensaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pensaran" ; "pensasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pensara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pensaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pensara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pensáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pensarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pensaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pensase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pensases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pensase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pensásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pensaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pensasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pensé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pensaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pensó" ;--# notpresent @@ -54961,12 +59959,12 @@ lin pensar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pensaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pensaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pensarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pensare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pensares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pensare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pensáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pensareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pensaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pensare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pensares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pensare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pensáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pensareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pensaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pensaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pensarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pensaría" ;--# notpresent @@ -54997,24 +59995,30 @@ lin percollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "percollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "percolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "percuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "percuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "percuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "percuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "percollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "percolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "percuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "percuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "percuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "percuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "percollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "percolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "percuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "percollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "percollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "percollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "percollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "percollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "percollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"percollara" ; "percollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"percollaras" ; "percollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"percollara" ; "percollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"percolláramos" ; "percollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"percollarais" ; "percollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"percollaran" ; "percollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "percollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "percollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "percollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "percolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "percollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "percollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "percollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "percollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "percollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "percollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "percollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "percollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "percollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "percollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "percolló" ;--# notpresent @@ -55027,12 +60031,12 @@ lin percollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "percollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "percollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "percollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "percollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "percollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "percollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "percolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "percollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "percollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "percollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "percollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "percollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "percolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "percollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "percollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "percollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "percollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "percollaría" ;--# notpresent @@ -55063,24 +60067,30 @@ lin perniquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perniquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perniquebráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "perniquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "perniquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "perniquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "perniquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "perniquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "perniquebréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "perniquiebren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "perniquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "perniquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "perniquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "perniquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "perniquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "perniquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perniquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perniquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perniquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perniquebrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perniquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perniquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"perniquebraras" ; "perniquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"perniquebrara" ; "perniquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"perniquebráramos" ; "perniquebrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"perniquebrarais" ; "perniquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"perniquebraran" ; "perniquebrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "perniquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "perniquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "perniquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "perniquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "perniquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "perniquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "perniquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "perniquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "perniquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "perniquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "perniquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "perniquebrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perniquebré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perniquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "perniquebró" ;--# notpresent @@ -55093,12 +60103,12 @@ lin perniquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perniquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perniquebraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perniquebrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "perniquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "perniquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "perniquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "perniquebráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "perniquebraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "perniquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "perniquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "perniquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "perniquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "perniquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perniquebraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perniquebrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perniquebraría" ;--# notpresent @@ -55129,24 +60139,30 @@ lin poblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "poblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pobláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "puebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "poblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pobléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pueblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "puebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "poblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "poblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "poblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "poblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "poblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "poblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "poblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"poblara" ; "poblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"poblaras" ; "poblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"poblara" ; "poblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pobláramos" ; "poblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"poblarais" ; "poblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"poblaran" ; "poblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "poblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "poblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "poblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "poblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "poblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "poblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "poblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "poblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "poblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "poblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "poblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "poblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "poblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pobló" ;--# notpresent @@ -55159,12 +60175,12 @@ lin poblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "poblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "poblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "poblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "poblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "poblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "poblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pobláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "poblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "poblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "poblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "poblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "poblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "poblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "poblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "poblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "poblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "poblaría" ;--# notpresent @@ -55195,24 +60211,30 @@ lin premostrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "premostramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "premostráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "premuestran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "premuestre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "premuestres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "premuestre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "premostremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "premostréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "premuestren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "premuestre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "premuestres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "premuestre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "premostremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "premostréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "premuestren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "premostraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "premostrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "premostraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "premostrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "premostrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "premostraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"premostraras" ; "premostrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"premostrara" ; "premostrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"premostráramos" ; "premostrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"premostrarais" ; "premostraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"premostraran" ; "premostrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "premostrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "premostraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "premostrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "premostráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "premostrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "premostraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "premostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "premostrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "premostrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "premostrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "premostraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "premostrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "premostré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "premostraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "premostró" ;--# notpresent @@ -55225,12 +60247,12 @@ lin premostrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "premostraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "premostraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "premostrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "premostrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "premostrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "premostrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "premostráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "premostrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "premostraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "premostrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "premostrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "premostrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "premostráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "premostrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "premostraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "premostraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "premostrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "premostraría" ;--# notpresent @@ -55261,24 +60283,30 @@ lin probar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "probamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "probáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "probemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "probéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prueben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "probemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "probéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "probaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "probabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "probaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "probábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "probabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "probaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"probara" ; "probase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"probaras" ; "probases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"probara" ; "probase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"probáramos" ; "probásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"probarais" ; "probaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"probaran" ; "probasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "probara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "probaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "probara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "probáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "probarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "probaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "probase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "probases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "probase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "probásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "probaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "probasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "probé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "probaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "probó" ;--# notpresent @@ -55291,12 +60319,12 @@ lin probar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "probaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "probaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "probarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "probare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "probares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "probare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "probáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "probareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "probaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "probare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "probares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "probare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "probáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "probareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "probaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "probaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "probarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "probaría" ;--# notpresent @@ -55327,24 +60355,30 @@ lin quebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "quebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "quebráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "quiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "quiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "quiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "quiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "quebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "quebréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "quiebren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "quiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "quiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "quiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "quebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "quebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "quiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "quebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "quebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "quebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "quebrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "quebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "quebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quebraras" ; "quebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quebrara" ; "quebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quebráramos" ; "quebrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quebrarais" ; "quebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quebraran" ; "quebrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "quebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "quebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "quebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "quebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "quebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "quebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "quebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "quebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "quebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "quebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "quebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "quebrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "quebré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "quebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "quebró" ;--# notpresent @@ -55357,12 +60391,12 @@ lin quebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "quebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "quebraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "quebrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "quebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "quebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "quebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "quebráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "quebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "quebraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "quebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "quebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "quebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "quebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "quebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "quebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "quebraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "quebrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "quebraría" ;--# notpresent @@ -55393,24 +60427,30 @@ lin reapretar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reapretamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reapretáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reaprietan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reapriete" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reaprietes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reapriete" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reapretemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reapretéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reaprieten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reapriete" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reaprietes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reapriete" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reapretemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reapretéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reaprieten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reapretaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reapretabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reapretaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reapretábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reapretabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reapretaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reapretaras" ; "reapretases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reapretara" ; "reapretase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reapretáramos" ; "reapretásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reapretarais" ; "reapretaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reapretaran" ; "reapretasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reapretara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reapretaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reapretara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reapretáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reapretarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reapretaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reapretases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reapretase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reapretásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reapretaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reapretasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reapreté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reapretaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reapretó" ;--# notpresent @@ -55423,12 +60463,12 @@ lin reapretar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reapretaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reapretaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reapretarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reapretare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reapretares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reapretare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reapretáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reapretareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reapretaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reapretare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reapretares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reapretare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reapretáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reapretareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reapretaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reapretaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reapretarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reapretaría" ;--# notpresent @@ -55459,24 +60499,30 @@ lin reaventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reaventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reaventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reavientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reaviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reavientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reaviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reaventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reaventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reavienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reaviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reavientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reaviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reaventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reaventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reavienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reaventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reaventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reaventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reaventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reaventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reaventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reaventaras" ; "reaventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reaventara" ; "reaventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reaventáramos" ; "reaventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reaventarais" ; "reaventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reaventaran" ; "reaventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reaventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reaventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reaventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reaventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reaventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reaventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reaventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reaventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reaventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reaventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reaventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reaventé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reaventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reaventó" ;--# notpresent @@ -55489,12 +60535,12 @@ lin reaventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reaventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reaventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reaventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reaventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reaventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reaventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reaventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reaventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reaventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reaventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reaventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reaventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reaventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reaventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reaventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reaventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reaventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reaventaría" ;--# notpresent @@ -55525,24 +60571,30 @@ lin recalentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recalentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recalentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recalientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recaliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recalientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recaliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recalentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recalentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recalienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recaliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recalientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recaliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recalentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recalentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recalienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recalentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recalentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recalentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recalentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recalentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recalentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recalentaras" ; "recalentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recalentara" ; "recalentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recalentáramos" ; "recalentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recalentarais" ; "recalentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recalentaran" ; "recalentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recalentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recalentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recalentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recalentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recalentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recalentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recalentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recalentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recalentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recalentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recalenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recalentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recalentó" ;--# notpresent @@ -55555,12 +60607,12 @@ lin recalentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recalentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recalentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recalentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recalentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recalentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recalentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recalentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recalentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recalentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recalentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recalentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recalentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recalentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recalentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recalentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recalentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recalentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recalentaría" ;--# notpresent @@ -55591,24 +60643,30 @@ lin recentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reciente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reciente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reciente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reciente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recentara" ; "recentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recentaras" ; "recentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recentara" ; "recentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recentáramos" ; "recentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recentarais" ; "recentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recentaran" ; "recentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recentó" ;--# notpresent @@ -55621,12 +60679,12 @@ lin recentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recentaría" ;--# notpresent @@ -55657,24 +60715,30 @@ lin recolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recolara" ; "recolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recolaras" ; "recolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recolara" ; "recolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recoláramos" ; "recolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recolarais" ; "recolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recolaran" ; "recolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recoló" ;--# notpresent @@ -55687,12 +60751,12 @@ lin recolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recolaría" ;--# notpresent @@ -55723,24 +60787,30 @@ lin recomendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recomendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recomendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recomiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recomiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recomiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recomiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recomendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recomendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recomienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recomiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recomiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recomiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recomendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recomendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recomienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recomendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recomendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recomendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recomendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recomendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recomendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recomendaras" ; "recomendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recomendara" ; "recomendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recomendáramos" ; "recomendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recomendarais" ; "recomendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recomendaran" ; "recomendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recomendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recomendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recomendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recomendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recomendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recomendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recomendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recomendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recomendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recomendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recomendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recomendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recomendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recomendó" ;--# notpresent @@ -55753,12 +60823,12 @@ lin recomendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recomendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recomendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recomendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recomendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recomendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recomendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recomendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recomendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recomendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recomendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recomendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recomendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recomendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recomendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recomendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recomendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recomendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recomendaría" ;--# notpresent @@ -55789,24 +60859,30 @@ lin recontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recontáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recontéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recuenten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recontábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recontara" ; "recontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recontaras" ; "recontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recontara" ; "recontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recontáramos" ; "recontásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recontarais" ; "recontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recontaran" ; "recontasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recontasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recontó" ;--# notpresent @@ -55819,12 +60895,12 @@ lin recontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recontaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recontarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recontáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recontaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recontaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recontarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recontaría" ;--# notpresent @@ -55855,24 +60931,30 @@ lin recordar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recordamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recordáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuerdan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recuerde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuerdes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recuerde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recordemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recordéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recuerden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recuerde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuerdes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recuerde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recordemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recordéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuerden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recordaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recordabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recordaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recordábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recordabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recordaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recordara" ; "recordase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recordaras" ; "recordases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recordara" ; "recordase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recordáramos" ; "recordásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recordarais" ; "recordaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recordaran" ; "recordasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recordara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recordaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recordara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recordáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recordarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recordaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recordase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recordases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recordase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recordásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recordaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recordasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recordé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recordaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recordó" ;--# notpresent @@ -55885,12 +60967,12 @@ lin recordar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recordaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recordaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recordarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recordare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recordares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recordare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recordáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recordareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recordaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recordare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recordares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recordare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recordáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recordareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recordaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recordaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recordarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recordaría" ;--# notpresent @@ -55921,24 +61003,30 @@ lin recostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recostáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recostéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recostábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recostara" ; "recostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recostaras" ; "recostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recostara" ; "recostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recostáramos" ; "recostásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recostarais" ; "recostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recostaran" ; "recostasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recostasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recosté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recostó" ;--# notpresent @@ -55951,12 +61039,12 @@ lin recostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recostaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recostarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recostáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recostaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recostaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recostarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recostaría" ;--# notpresent @@ -55987,24 +61075,30 @@ lin redescontar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "redescontamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redescontáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redescuentan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "redescuente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redescuentes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "redescuente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redescontemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redescontéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redescuenten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "redescuente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redescuentes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "redescuente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redescontemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redescontéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redescuenten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redescontaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redescontabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redescontaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redescontábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redescontabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redescontaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redescontaras" ; "redescontases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redescontara" ; "redescontase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redescontáramos" ; "redescontásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redescontarais" ; "redescontaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redescontaran" ; "redescontasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redescontara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redescontaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redescontara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redescontáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redescontarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redescontaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redescontase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redescontases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redescontase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redescontásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redescontaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redescontasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redesconté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redescontaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redescontó" ;--# notpresent @@ -56017,12 +61111,12 @@ lin redescontar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "redescontaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "redescontaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redescontarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redescontare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redescontares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redescontare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redescontáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redescontareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redescontaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redescontare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redescontares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redescontare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redescontáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redescontareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redescontaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redescontaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redescontarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redescontaría" ;--# notpresent @@ -56053,24 +61147,30 @@ lin reencontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reencontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reencontráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reencuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reencuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reencuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reencuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reencontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reencontréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reencuentren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reencuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reencuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reencuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reencontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reencontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reencuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reencontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reencontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reencontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reencontrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reencontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reencontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reencontraras" ; "reencontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reencontrara" ; "reencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reencontráramos" ; "reencontrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reencontrarais" ; "reencontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reencontraran" ; "reencontrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reencontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reencontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reencontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reencontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reencontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reencontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reencontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reencontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reencontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reencontrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reencontré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reencontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reencontró" ;--# notpresent @@ -56083,12 +61183,12 @@ lin reencontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reencontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reencontraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reencontrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reencontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reencontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reencontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reencontráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reencontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reencontraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reencontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reencontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reencontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reencontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reencontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reencontraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reencontrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reencontraría" ;--# notpresent @@ -56119,24 +61219,30 @@ lin regimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regimentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "regimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "regimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regimentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "regimienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "regimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "regimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "regimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regimentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regimentaras" ; "regimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regimentara" ; "regimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regimentáramos" ; "regimentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regimentarais" ; "regimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regimentaran" ; "regimentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regimentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regimenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regimentó" ;--# notpresent @@ -56149,12 +61255,12 @@ lin regimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regimentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regimentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regimentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regimentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regimentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regimentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regimentaría" ;--# notpresent @@ -56185,24 +61291,30 @@ lin regoldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "regoldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "regoldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "regueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reguelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "regueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reguelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "regoldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "regoldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reguelden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reguelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "regueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reguelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "regoldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "regoldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reguelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "regoldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "regoldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "regoldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "regoldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "regoldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "regoldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"regoldaras" ; "regoldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"regoldara" ; "regoldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"regoldáramos" ; "regoldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"regoldarais" ; "regoldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"regoldaran" ; "regoldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "regoldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "regoldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "regoldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "regoldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "regoldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "regoldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "regoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "regoldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "regoldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "regoldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "regoldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "regoldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "regoldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "regoldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "regoldó" ;--# notpresent @@ -56215,12 +61327,12 @@ lin regoldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "regoldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "regoldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "regoldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "regoldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "regoldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "regoldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "regoldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "regoldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "regoldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "regoldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "regoldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "regoldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "regoldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "regoldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "regoldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "regoldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "regoldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "regoldaría" ;--# notpresent @@ -56251,24 +61363,30 @@ lin reherrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reherramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reherráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reherremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reherréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reherremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reherréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reherraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reherrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reherraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reherrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reherrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reherraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reherraras" ; "reherrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reherrara" ; "reherrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reherráramos" ; "reherrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reherrarais" ; "reherraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reherraran" ; "reherrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reherrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reherraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reherrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reherráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reherrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reherraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reherrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reherrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reherrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reherraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reherrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reherré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reherraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reherró" ;--# notpresent @@ -56281,12 +61399,12 @@ lin reherrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reherraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reherraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reherrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reherrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reherrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reherrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reherráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reherrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reherraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reherrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reherrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reherrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reherráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reherrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reherraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reherraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reherrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reherraría" ;--# notpresent @@ -56317,24 +61435,30 @@ lin rehollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reholláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reholléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reholléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehollaras" ; "rehollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehollara" ; "rehollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reholláramos" ; "rehollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehollarais" ; "rehollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehollaran" ; "rehollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reholláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reholló" ;--# notpresent @@ -56347,12 +61471,12 @@ lin rehollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reholláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reholláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehollaría" ;--# notpresent @@ -56383,24 +61507,30 @@ lin remembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remembráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remiembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remiembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remiembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remiembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remembréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remiembren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remiembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remiembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remiembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remiembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remembrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remembraras" ; "remembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remembrara" ; "remembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remembráramos" ; "remembrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remembrarais" ; "remembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remembraran" ; "remembrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remembrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remembré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remembró" ;--# notpresent @@ -56413,12 +61543,12 @@ lin remembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remembraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remembrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remembráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remembraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remembraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remembrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remembraría" ;--# notpresent @@ -56449,24 +61579,30 @@ lin remendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remiendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remiende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remiendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remiende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remiende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remiendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remiende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remendara" ; "remendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remendaras" ; "remendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remendara" ; "remendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remendáramos" ; "remendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remendarais" ; "remendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remendaran" ; "remendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remendó" ;--# notpresent @@ -56479,12 +61615,12 @@ lin remendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remendaría" ;--# notpresent @@ -56515,24 +61651,30 @@ lin remolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remolara" ; "remolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remolaras" ; "remolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remolara" ; "remolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remoláramos" ; "remolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remolarais" ; "remolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remolaran" ; "remolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remoló" ;--# notpresent @@ -56545,12 +61687,12 @@ lin remolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remolaría" ;--# notpresent @@ -56581,24 +61723,30 @@ lin rencontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rencontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rencontráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rencuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rencuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rencuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rencuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rencontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rencontréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rencuentren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rencuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rencuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rencuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rencontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rencontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rencuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rencontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rencontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rencontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rencontrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rencontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rencontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rencontraras" ; "rencontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rencontrara" ; "rencontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rencontráramos" ; "rencontrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rencontrarais" ; "rencontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rencontraran" ; "rencontrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rencontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rencontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rencontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rencontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rencontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rencontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rencontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rencontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rencontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rencontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rencontrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rencontré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rencontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rencontró" ;--# notpresent @@ -56611,12 +61759,12 @@ lin rencontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rencontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rencontraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rencontrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rencontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rencontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rencontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rencontráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rencontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rencontraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rencontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rencontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rencontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rencontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rencontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rencontraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rencontrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rencontraría" ;--# notpresent @@ -56647,24 +61795,30 @@ lin renovar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "renovamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "renováis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "renuevan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "renueve" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "renueves" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "renueve" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "renovemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "renovéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "renueven" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "renueve" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "renueves" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "renueve" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "renovemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "renovéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "renueven" ; {- VPB (Impf Ind C.Sg C.P1) => -} "renovaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "renovabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "renovaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "renovábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "renovabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "renovaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"renovara" ; "renovase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"renovaras" ; "renovases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"renovara" ; "renovase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"renováramos" ; "renovásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"renovarais" ; "renovaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"renovaran" ; "renovasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "renovara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "renovaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "renovara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "renováramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "renovarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "renovaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "renovase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "renovases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "renovase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "renovásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "renovaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "renovasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "renové" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "renovaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "renovó" ;--# notpresent @@ -56677,12 +61831,12 @@ lin renovar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "renovaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "renovaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "renovarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "renovare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "renovares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "renovare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "renováremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "renovareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "renovaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "renovare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "renovares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "renovare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "renováremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "renovareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "renovaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "renovaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "renovarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "renovaría" ;--# notpresent @@ -56713,24 +61867,30 @@ lin repensar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repensamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repensáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repiensan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repiense" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repienses" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repiense" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repensemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repenséis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repiensen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repiense" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repienses" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repiense" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repensemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repenséis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repiensen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repensaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repensabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repensaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repensábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repensabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repensaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repensara" ; "repensase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repensaras" ; "repensases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repensara" ; "repensase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repensáramos" ; "repensásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repensarais" ; "repensaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repensaran" ; "repensasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repensara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repensaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repensara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repensáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repensarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repensaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repensase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repensases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repensase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repensásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repensaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repensasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repensé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repensaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repensó" ;--# notpresent @@ -56743,12 +61903,12 @@ lin repensar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repensaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repensaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repensarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repensare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repensares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repensare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repensáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repensareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repensaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repensare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repensares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repensare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repensáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repensareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repensaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repensaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repensarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repensaría" ;--# notpresent @@ -56779,24 +61939,30 @@ lin repoblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repoblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repobláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repueblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repueble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repuebles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repueble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repoblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repobléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repueblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repueble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repuebles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repueble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repoblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repobléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repueblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repoblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repoblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repoblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repoblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repoblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repoblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repoblaras" ; "repoblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repoblara" ; "repoblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repobláramos" ; "repoblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repoblarais" ; "repoblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repoblaran" ; "repoblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repoblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repoblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repoblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repobláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repoblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repoblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repoblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repoblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repoblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repoblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repoblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repoblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repoblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repobló" ;--# notpresent @@ -56809,12 +61975,12 @@ lin repoblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repoblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repoblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repoblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repoblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repoblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repoblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repobláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repoblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repoblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repoblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repoblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repoblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repobláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repoblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repoblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repoblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repoblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repoblaría" ;--# notpresent @@ -56845,24 +62011,30 @@ lin reprobar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reprobamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reprobáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reprueban" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repruebe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repruebes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repruebe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reprobemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reprobéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reprueben" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repruebe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repruebes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repruebe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reprobemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reprobéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reprueben" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reprobaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reprobabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reprobaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reprobábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reprobabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reprobaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprobaras" ; "reprobases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprobara" ; "reprobase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprobáramos" ; "reprobásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprobarais" ; "reprobaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprobaran" ; "reprobasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reprobara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reprobaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reprobara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reprobáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reprobarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reprobaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reprobases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reprobase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reprobásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reprobaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reprobasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reprobé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reprobaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reprobó" ;--# notpresent @@ -56875,12 +62047,12 @@ lin reprobar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reprobaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reprobaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reprobarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reprobare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reprobares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reprobare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reprobáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reprobareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reprobaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reprobare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reprobares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reprobare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reprobáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reprobareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reprobaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reprobaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reprobarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reprobaría" ;--# notpresent @@ -56911,24 +62083,30 @@ lin requebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "requebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "requebráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "requiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "requiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "requiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "requiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "requebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "requebréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "requiebren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "requiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "requiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "requiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "requebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "requebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "requiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "requebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "requebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "requebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "requebrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "requebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "requebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"requebraras" ; "requebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"requebrara" ; "requebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"requebráramos" ; "requebrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"requebrarais" ; "requebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"requebraran" ; "requebrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "requebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "requebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "requebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "requebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "requebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "requebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "requebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "requebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "requebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "requebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "requebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "requebrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "requebré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "requebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "requebró" ;--# notpresent @@ -56941,12 +62119,12 @@ lin requebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "requebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "requebraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "requebrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "requebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "requebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "requebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "requebráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "requebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "requebraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "requebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "requebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "requebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "requebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "requebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "requebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "requebraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "requebrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "requebraría" ;--# notpresent @@ -56977,24 +62155,30 @@ lin rescontrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rescontramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rescontráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rescuentran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rescuentre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rescuentres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rescuentre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rescontremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rescontréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rescuentren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rescuentre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rescuentres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rescuentre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rescontremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rescontréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rescuentren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rescontraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rescontrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rescontraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rescontrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rescontrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rescontraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rescontraras" ; "rescontrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rescontrara" ; "rescontrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rescontráramos" ; "rescontrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rescontrarais" ; "rescontraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rescontraran" ; "rescontrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rescontrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rescontraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rescontrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rescontráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rescontrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rescontraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rescontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rescontrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rescontrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rescontrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rescontraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rescontrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rescontré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rescontraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rescontró" ;--# notpresent @@ -57007,12 +62191,12 @@ lin rescontrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rescontraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rescontraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rescontrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rescontrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rescontrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rescontrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rescontráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rescontrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rescontraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rescontrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rescontrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rescontráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rescontrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rescontraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rescontraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rescontrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rescontraría" ;--# notpresent @@ -57043,24 +62227,30 @@ lin resolgar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resolgamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resolgáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuelgan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuelge" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuelges" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuelge" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resolgemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resolgéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resuelgen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuelge" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuelges" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuelge" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resolgemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resolgéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuelgen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resolgaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resolgabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resolgaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resolgábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resolgabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resolgaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resolgaras" ; "resolgases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resolgara" ; "resolgase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolgáramos" ; "resolgásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resolgarais" ; "resolgaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resolgaran" ; "resolgasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resolgara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resolgaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resolgara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resolgáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resolgarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resolgaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resolgases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resolgase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resolgásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resolgaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resolgasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resolgé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resolgaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resolgó" ;--# notpresent @@ -57073,12 +62263,12 @@ lin resolgar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resolgaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resolgaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resolgarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resolgare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resolgares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resolgare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resolgáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resolgareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resolgaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resolgare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resolgares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resolgare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resolgáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resolgareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resolgaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resolgaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resolgarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resolgaría" ;--# notpresent @@ -57109,24 +62299,30 @@ lin resollar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resollamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resolláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuellan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuelle" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuelles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuelle" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resollemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resolléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resuellen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuelle" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuelles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuelle" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resollemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resolléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuellen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resollaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resollabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resollaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resollábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resollabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resollaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resollara" ; "resollase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resollaras" ; "resollases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resollara" ; "resollase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resolláramos" ; "resollásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resollarais" ; "resollaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resollaran" ; "resollasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resollara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resollaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resollara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resolláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resollarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resollaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resollase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resollases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resollase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resollásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resollaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resollasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resollé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resollaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resolló" ;--# notpresent @@ -57139,12 +62335,12 @@ lin resollar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resollaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resollaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resollarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resollare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resollares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resollare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resolláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resollareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resollaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resollare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resollares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resollare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resolláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resollareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resollaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resollaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resollarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resollaría" ;--# notpresent @@ -57175,24 +62371,30 @@ lin resonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resonara" ; "resonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resonaras" ; "resonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resonara" ; "resonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resonáramos" ; "resonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resonarais" ; "resonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resonaran" ; "resonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resoné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resonó" ;--# notpresent @@ -57205,12 +62407,12 @@ lin resonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resonaría" ;--# notpresent @@ -57241,24 +62443,30 @@ lin resquebrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resquebramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resquebráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resquiebran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resquiebre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resquiebres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resquiebre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resquebremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resquebréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resquiebren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resquiebre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resquiebres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resquiebre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resquebremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resquebréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resquiebren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resquebraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resquebrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resquebraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resquebrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resquebrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resquebraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resquebraras" ; "resquebrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resquebrara" ; "resquebrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resquebráramos" ; "resquebrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resquebrarais" ; "resquebraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resquebraran" ; "resquebrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resquebrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resquebraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resquebrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resquebráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resquebrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resquebraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resquebrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resquebrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resquebrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resquebraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resquebrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resquebré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resquebraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resquebró" ;--# notpresent @@ -57271,12 +62479,12 @@ lin resquebrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resquebraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resquebraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resquebrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resquebrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resquebrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resquebrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resquebráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resquebrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resquebraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resquebrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resquebrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resquebráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resquebrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resquebraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resquebraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resquebrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resquebraría" ;--# notpresent @@ -57307,24 +62515,30 @@ lin retemblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retemblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retembláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retiemblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retiemble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retiembles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retiemble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retemblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retembléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retiemblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiemble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retiembles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiemble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retemblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retembléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retiemblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retemblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retemblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retemblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retemblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retemblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retemblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retemblaras" ; "retemblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retemblara" ; "retemblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retembláramos" ; "retemblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retemblarais" ; "retemblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retemblaran" ; "retemblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retemblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retemblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retemblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retembláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retemblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retemblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retemblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retemblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retemblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retemblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retemblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retemblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retemblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retemblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retembló" ;--# notpresent @@ -57337,12 +62551,12 @@ lin retemblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retemblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retemblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retemblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retemblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retemblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retemblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retembláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retemblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retemblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retemblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retemblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retemblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retembláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retemblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retemblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retemblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retemblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retemblaría" ;--# notpresent @@ -57373,24 +62587,30 @@ lin retentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retentara" ; "retentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retentaras" ; "retentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retentara" ; "retentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retentáramos" ; "retentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retentarais" ; "retentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retentaran" ; "retentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retentó" ;--# notpresent @@ -57403,12 +62623,12 @@ lin retentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retentaría" ;--# notpresent @@ -57439,24 +62659,30 @@ lin retostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retostáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retostéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retostábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retostara" ; "retostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retostaras" ; "retostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retostara" ; "retostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retostáramos" ; "retostásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retostarais" ; "retostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retostaran" ; "retostasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retostasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retosté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retostó" ;--# notpresent @@ -57469,12 +62695,12 @@ lin retostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retostaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retostarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retostáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retostaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retostaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retostarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retostaría" ;--# notpresent @@ -57505,24 +62731,30 @@ lin retronar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retronamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retronáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retruenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retruene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retruenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retruene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retronemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retronéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retruenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retruene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retruenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retruene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retronemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retronéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retruenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retronaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retronabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retronaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retronábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retronabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retronaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retronara" ; "retronase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retronaras" ; "retronases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retronara" ; "retronase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retronáramos" ; "retronásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retronarais" ; "retronaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retronaran" ; "retronasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retronara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retronaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retronara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retronáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retronarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retronaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retronase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retronases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retronase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retronásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retronaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retronasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retroné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retronaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retronó" ;--# notpresent @@ -57535,12 +62767,12 @@ lin retronar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retronaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retronaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retronarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retronare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retronares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retronare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retronáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retronareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retronaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retronare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retronares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retronare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retronáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retronareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retronaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retronaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retronarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retronaría" ;--# notpresent @@ -57571,24 +62803,30 @@ lin reventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reviente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reviente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reviente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reviente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reventara" ; "reventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reventaras" ; "reventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reventara" ; "reventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reventáramos" ; "reventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reventarais" ; "reventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reventaran" ; "reventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reventé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reventó" ;--# notpresent @@ -57601,12 +62839,12 @@ lin reventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reventaría" ;--# notpresent @@ -57637,24 +62875,30 @@ lin revolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revolara" ; "revolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revolaras" ; "revolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revolara" ; "revolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revoláramos" ; "revolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revolarais" ; "revolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revolaran" ; "revolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revoló" ;--# notpresent @@ -57667,12 +62911,12 @@ lin revolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revolaría" ;--# notpresent @@ -57703,24 +62947,30 @@ lin rodar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rodamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rodáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ruedan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ruede" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ruedes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ruede" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rodemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rodéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rueden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ruede" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ruedes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ruede" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rodemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rodéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rueden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rodaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rodabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rodaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rodábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rodabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rodaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rodara" ; "rodase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rodaras" ; "rodases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rodara" ; "rodase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rodáramos" ; "rodásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rodarais" ; "rodaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rodaran" ; "rodasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rodara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rodaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rodara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rodáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rodarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rodaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rodase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rodases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rodase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rodásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rodaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rodasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rodé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rodaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rodó" ;--# notpresent @@ -57733,12 +62983,12 @@ lin rodar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rodaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rodaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rodarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rodare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rodares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rodare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rodáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rodareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rodaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rodare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rodares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rodare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rodáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rodareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rodaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rodaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rodarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rodaría" ;--# notpresent @@ -57769,24 +63019,30 @@ lin rusentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rusentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rusentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rusientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rusiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rusientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rusiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rusentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rusentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rusienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rusiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rusientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rusiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rusentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rusentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rusienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rusentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rusentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rusentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rusentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rusentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rusentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rusentaras" ; "rusentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rusentara" ; "rusentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rusentáramos" ; "rusentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rusentarais" ; "rusentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rusentaran" ; "rusentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rusentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rusentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rusentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rusentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rusentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rusentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rusentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rusentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rusentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rusentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rusentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rusentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rusenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rusentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rusentó" ;--# notpresent @@ -57799,12 +63055,12 @@ lin rusentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rusentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rusentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rusentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rusentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rusentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rusentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rusentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rusentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rusentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rusentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rusentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rusentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rusentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rusentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rusentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rusentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rusentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rusentaría" ;--# notpresent @@ -57835,24 +63091,30 @@ lin salpimentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "salpimentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "salpimentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "salpimientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "salpimiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "salpimientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "salpimiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "salpimentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "salpimentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "salpimienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "salpimiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "salpimientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "salpimiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "salpimentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "salpimentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "salpimienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "salpimentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "salpimentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "salpimentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "salpimentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "salpimentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "salpimentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salpimentaras" ; "salpimentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"salpimentara" ; "salpimentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"salpimentáramos" ; "salpimentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salpimentarais" ; "salpimentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salpimentaran" ; "salpimentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "salpimentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "salpimentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "salpimentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "salpimentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "salpimentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "salpimentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "salpimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "salpimentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "salpimentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "salpimentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "salpimentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "salpimentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "salpimenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "salpimentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "salpimentó" ;--# notpresent @@ -57865,12 +63127,12 @@ lin salpimentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "salpimentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "salpimentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "salpimentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "salpimentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "salpimentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "salpimentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "salpimentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "salpimentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "salpimentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "salpimentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "salpimentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "salpimentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "salpimentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "salpimentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "salpimentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "salpimentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "salpimentaría" ;--# notpresent @@ -57901,24 +63163,30 @@ lin sarmentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sarmentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sarmentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sarmientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sarmiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sarmientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sarmiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sarmentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sarmentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sarmienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sarmiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sarmientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sarmiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sarmentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sarmentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sarmienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sarmentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sarmentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sarmentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sarmentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sarmentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sarmentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sarmentaras" ; "sarmentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sarmentara" ; "sarmentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sarmentáramos" ; "sarmentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sarmentarais" ; "sarmentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sarmentaran" ; "sarmentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sarmentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sarmentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sarmentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sarmentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sarmentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sarmentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sarmentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sarmentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sarmentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sarmentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sarmentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sarmenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sarmentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sarmentó" ;--# notpresent @@ -57931,12 +63199,12 @@ lin sarmentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sarmentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sarmentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sarmentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sarmentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sarmentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sarmentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sarmentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sarmentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sarmentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sarmentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sarmentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sarmentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sarmentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sarmentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sarmentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sarmentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sarmentaría" ;--# notpresent @@ -57967,24 +63235,30 @@ lin sembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sembráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "siembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "siembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sembréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "siembren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "siembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "siembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sembrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sembraras" ; "sembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sembrara" ; "sembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sembráramos" ; "sembrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sembrarais" ; "sembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sembraran" ; "sembrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sembrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sembré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sembró" ;--# notpresent @@ -57997,12 +63271,12 @@ lin sembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sembraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sembrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sembráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sembraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sembraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sembrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sembraría" ;--# notpresent @@ -58033,24 +63307,30 @@ lin sementar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sementamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sementáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "semientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "semiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "semientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "semiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sementemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sementéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "semienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "semiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "semientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "semiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sementemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sementéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "semienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sementaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sementabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sementaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sementábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sementabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sementaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sementara" ; "sementase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sementaras" ; "sementases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sementara" ; "sementase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sementáramos" ; "sementásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sementarais" ; "sementaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sementaran" ; "sementasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sementara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sementaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sementara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sementáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sementarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sementaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sementase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sementases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sementase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sementásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sementaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sementasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sementé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sementaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sementó" ;--# notpresent @@ -58063,12 +63343,12 @@ lin sementar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sementaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sementaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sementarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sementare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sementares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sementare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sementáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sementareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sementaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sementare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sementares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sementare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sementáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sementareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sementaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sementaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sementarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sementaría" ;--# notpresent @@ -58099,24 +63379,30 @@ lin sentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sentara" ; "sentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sentaras" ; "sentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sentara" ; "sentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sentáramos" ; "sentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sentarais" ; "sentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sentaran" ; "sentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "senté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sentó" ;--# notpresent @@ -58129,12 +63415,12 @@ lin sentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sentaría" ;--# notpresent @@ -58165,24 +63451,30 @@ lin serrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "serramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "serráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "serremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "serréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "serremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "serréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "serraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "serrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "serraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "serrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "serrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "serraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"serrara" ; "serrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"serraras" ; "serrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"serrara" ; "serrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"serráramos" ; "serrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"serrarais" ; "serraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"serraran" ; "serrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "serrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "serraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "serrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "serráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "serrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "serraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "serrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "serrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "serrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "serrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "serraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "serrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "serré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "serraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "serró" ;--# notpresent @@ -58195,12 +63487,12 @@ lin serrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "serraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "serraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "serrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "serrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "serrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "serrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "serráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "serrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "serraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "serrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "serrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "serrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "serráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "serrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "serraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "serraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "serrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "serraría" ;--# notpresent @@ -58231,24 +63523,30 @@ lin sobrecalentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrecalentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrecalentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrecalientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrecaliente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrecalientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrecaliente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrecalentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrecalentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrecalienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrecaliente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrecalientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrecaliente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrecalentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrecalentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrecalienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrecalentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrecalentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrecalentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrecalentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrecalentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrecalentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrecalentaras" ; "sobrecalentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrecalentara" ; "sobrecalentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrecalentáramos" ; "sobrecalentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrecalentarais" ; "sobrecalentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrecalentaran" ; "sobrecalentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrecalentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrecalentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrecalentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrecalentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrecalentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrecalentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrecalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrecalentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrecalentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrecalentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrecalentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrecalentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrecalenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrecalentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrecalentó" ;--# notpresent @@ -58261,12 +63559,12 @@ lin sobrecalentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrecalentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrecalentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrecalentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrecalentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrecalentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrecalentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrecalentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrecalentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrecalentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrecalentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrecalentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrecalentaría" ;--# notpresent @@ -58297,24 +63595,30 @@ lin sobresembrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobresembramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobresembráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobresiembran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresiembre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobresiembres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresiembre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobresembremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobresembréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobresiembren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresiembre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobresiembres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresiembre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobresembremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobresembréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresiembren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresembraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobresembrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresembraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobresembrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobresembrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresembraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresembraras" ; "sobresembrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresembrara" ; "sobresembrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresembráramos" ; "sobresembrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresembrarais" ; "sobresembraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresembraran" ; "sobresembrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobresembrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobresembraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobresembrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobresembráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobresembrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobresembraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresembrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresembrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresembrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresembraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresembrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobresembré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobresembraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresembró" ;--# notpresent @@ -58327,12 +63631,12 @@ lin sobresembrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobresembraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobresembraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobresembrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobresembrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobresembrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobresembrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobresembráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobresembraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobresembrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobresembrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobresembráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobresembrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobresembraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobresembraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobresembrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobresembraría" ;--# notpresent @@ -58363,24 +63667,30 @@ lin sobresolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobresolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobresoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobresuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobresueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobresolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobresoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobresuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobresueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobresolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobresoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobresolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobresolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobresolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresolaras" ; "sobresolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresolara" ; "sobresolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresoláramos" ; "sobresolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresolarais" ; "sobresolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresolaran" ; "sobresolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobresolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobresolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobresolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobresoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobresolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobresolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobresolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobresolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresoló" ;--# notpresent @@ -58393,12 +63703,12 @@ lin sobresolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobresolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobresolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobresolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobresolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobresolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobresolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobresoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobresolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobresolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobresolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobresolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobresoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobresolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobresolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobresolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobresolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobresolaría" ;--# notpresent @@ -58429,24 +63739,30 @@ lin sobrevolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevolaras" ; "sobrevolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevolara" ; "sobrevolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevoláramos" ; "sobrevolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevolarais" ; "sobrevolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevolaran" ; "sobrevolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrevolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevoló" ;--# notpresent @@ -58459,12 +63775,12 @@ lin sobrevolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrevolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevolaría" ;--# notpresent @@ -58495,24 +63811,30 @@ lin socolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "socolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "socoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "socuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "socuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "socueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "socuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "socolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "socoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "socuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "socuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "socueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "socuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "socolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "socoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "socuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "socolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "socolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "socolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "socolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "socolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "socolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"socolara" ; "socolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"socolaras" ; "socolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"socolara" ; "socolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"socoláramos" ; "socolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"socolarais" ; "socolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"socolaran" ; "socolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "socolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "socolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "socolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "socoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "socolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "socolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "socolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "socolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "socolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "socolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "socolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "socolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "socolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "socolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "socoló" ;--# notpresent @@ -58525,12 +63847,12 @@ lin socolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "socolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "socolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "socolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "socolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "socolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "socolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "socoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "socolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "socolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "socolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "socolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "socolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "socoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "socolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "socolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "socolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "socolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "socolaría" ;--# notpresent @@ -58561,24 +63883,30 @@ lin solar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "solamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "solemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "solemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "solaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "solabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "solaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "solábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "solabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "solaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"solara" ; "solase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solaras" ; "solases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"solara" ; "solase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soláramos" ; "solásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solarais" ; "solaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solaran" ; "solasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "solara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "solaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "solara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "solarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "solaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "solase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "solases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "solase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "solásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "solaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "solasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "solé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "solaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soló" ;--# notpresent @@ -58591,12 +63919,12 @@ lin solar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "solaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "solaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "solarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "solare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "solares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "solare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "solareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "solaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "solare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "solares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "solare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "solareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "solaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "solaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "solarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "solaría" ;--# notpresent @@ -58627,24 +63955,30 @@ lin soldar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "soldamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soldáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sueldan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suelde" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueldes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suelde" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soldemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soldéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suelden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suelde" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueldes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suelde" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soldemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soldéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soldaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soldabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soldaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soldábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soldabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soldaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soldara" ; "soldase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soldaras" ; "soldases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soldara" ; "soldase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soldáramos" ; "soldásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soldarais" ; "soldaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soldaran" ; "soldasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soldara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soldaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soldara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soldáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soldarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soldaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soldase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soldases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soldase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soldásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soldaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soldasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "soldé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soldaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soldó" ;--# notpresent @@ -58657,12 +63991,12 @@ lin soldar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "soldaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soldaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soldarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soldare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soldares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soldare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soldáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soldareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soldaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soldare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soldares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soldare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soldáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soldareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soldaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soldaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soldarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soldaría" ;--# notpresent @@ -58693,24 +64027,30 @@ lin soltar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "soltamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soltáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sueltan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suelte" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueltes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suelte" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soltemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soltéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suelten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suelte" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueltes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suelte" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soltemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soltéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soltaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soltabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soltaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soltábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soltabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soltaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soltara" ; "soltase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soltaras" ; "soltases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soltara" ; "soltase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soltáramos" ; "soltásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soltarais" ; "soltaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soltaran" ; "soltasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soltara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soltaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soltara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soltáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soltarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soltaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soltase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soltases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soltase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soltásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soltaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soltasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "solté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soltaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soltó" ;--# notpresent @@ -58723,12 +64063,12 @@ lin soltar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "soltaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soltaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soltarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soltare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soltares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soltare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soltáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soltareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soltaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soltare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soltares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soltare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soltáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soltareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soltaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soltaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soltarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soltaría" ;--# notpresent @@ -58759,24 +64099,30 @@ lin sonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "suenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonara" ; "sonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonaras" ; "sonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonara" ; "sonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonáramos" ; "sonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonarais" ; "sonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonaran" ; "sonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "soné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sonó" ;--# notpresent @@ -58789,12 +64135,12 @@ lin sonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sonaría" ;--# notpresent @@ -58825,24 +64171,30 @@ lin so {- VPB (Pres Ind C.Pl C.P1) => -} "soñamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soñáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sueñan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sueñe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sueñes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sueñe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soñemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soñéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sueñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sueñe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sueñes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sueñe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soñemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soñéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sueñen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soñaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soñabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soñaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soñábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soñabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soñaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soñara" ; "soñase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soñaras" ; "soñases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soñara" ; "soñase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soñáramos" ; "soñásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soñarais" ; "soñaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soñaran" ; "soñasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soñara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soñaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soñara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soñáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soñarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soñaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soñase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soñases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soñase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soñásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soñaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soñasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "soñé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soñaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soñó" ;--# notpresent @@ -58855,12 +64207,12 @@ lin so {- VPB (Fut Ind C.Pl C.P1) => -} "soñaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soñaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soñarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soñare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soñares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soñare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soñáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soñareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soñaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soñare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soñares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soñare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soñáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soñareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soñaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soñaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soñarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soñaría" ;--# notpresent @@ -58891,24 +64243,30 @@ lin soterrar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "soterramos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soterráis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sotierran" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sotierre" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sotierres" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sotierre" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "soterremos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soterréis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sotierren" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sotierre" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sotierres" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sotierre" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "soterremos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soterréis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sotierren" ; {- VPB (Impf Ind C.Sg C.P1) => -} "soterraba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "soterrabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "soterraba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "soterrábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "soterrabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "soterraban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"soterraras" ; "soterrases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soterrara" ; "soterrase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soterráramos" ; "soterrásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"soterrarais" ; "soterraseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"soterraran" ; "soterrasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soterrara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "soterraras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soterrara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soterráramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "soterrarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "soterraran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "soterrases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soterrase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soterrásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "soterraseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soterrasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "soterré" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soterraste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "soterró" ;--# notpresent @@ -58921,12 +64279,12 @@ lin soterrar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "soterraremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "soterraréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "soterrarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "soterrare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "soterrares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "soterrare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "soterráremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "soterrareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "soterraren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "soterrare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "soterrares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "soterrare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "soterráremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "soterrareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "soterraren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "soterraría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "soterrarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "soterraría" ;--# notpresent @@ -58957,24 +64315,30 @@ lin subarrendar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subarrendamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subarrendáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subarriendan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subarriende" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subarriendes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subarriende" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subarrendemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subarrendéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subarrienden" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subarriende" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subarriendes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subarriende" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subarrendemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subarrendéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subarrienden" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subarrendaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subarrendabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subarrendaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subarrendábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subarrendabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subarrendaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subarrendaras" ; "subarrendases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subarrendara" ; "subarrendase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subarrendáramos" ; "subarrendásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subarrendarais" ; "subarrendaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subarrendaran" ; "subarrendasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subarrendara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subarrendaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subarrendara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subarrendáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subarrendarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subarrendaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subarrendases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subarrendase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subarrendásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subarrendaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subarrendasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subarrendé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subarrendaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subarrendó" ;--# notpresent @@ -58987,12 +64351,12 @@ lin subarrendar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subarrendaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subarrendaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subarrendarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subarrendare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subarrendares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subarrendare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subarrendáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subarrendareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subarrendaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subarrendares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subarrendare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subarrendáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subarrendareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subarrendaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subarrendaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subarrendarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subarrendaría" ;--# notpresent @@ -59023,24 +64387,30 @@ lin subsolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subsolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subsoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subsuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subsuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subsueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subsuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subsolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subsoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subsuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subsuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subsueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subsuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subsolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subsoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subsuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subsolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subsolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subsolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subsolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subsolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subsolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsolaras" ; "subsolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsolara" ; "subsolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsoláramos" ; "subsolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsolarais" ; "subsolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsolaran" ; "subsolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subsolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subsolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subsolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subsoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subsolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subsolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subsolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subsolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subsolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subsolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subsolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subsolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subsolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subsoló" ;--# notpresent @@ -59053,12 +64423,12 @@ lin subsolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subsolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subsolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subsolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subsolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subsolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subsolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subsoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subsolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subsolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subsolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subsolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subsolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subsoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subsolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subsolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subsolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subsolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subsolaría" ;--# notpresent @@ -59089,24 +64459,30 @@ lin temblar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "temblamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tembláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tiemblan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tiemble" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tiembles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tiemble" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "temblemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tembléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tiemblen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tiemble" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tiembles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tiemble" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "temblemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tembléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tiemblen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "temblaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "temblabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "temblaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "temblábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "temblabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "temblaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"temblara" ; "temblase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"temblaras" ; "temblases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"temblara" ; "temblase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tembláramos" ; "temblásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"temblarais" ; "temblaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"temblaran" ; "temblasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "temblara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "temblaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "temblara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tembláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "temblarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "temblaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "temblase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "temblases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "temblase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "temblásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "temblaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "temblasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "temblé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "temblaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tembló" ;--# notpresent @@ -59119,12 +64495,12 @@ lin temblar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "temblaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "temblaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "temblarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "temblare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "temblares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "temblare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tembláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "temblareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "temblaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "temblare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "temblares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "temblare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tembláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "temblareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "temblaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "temblaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "temblarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "temblaría" ;--# notpresent @@ -59155,24 +64531,30 @@ lin tentar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tentamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tentáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tiente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tiente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tentemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tentéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tiente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tiente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tentemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tentéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tentaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tentabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tentaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tentábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tentabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tentaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tentara" ; "tentase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tentaras" ; "tentases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tentara" ; "tentase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tentáramos" ; "tentásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tentarais" ; "tentaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tentaran" ; "tentasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tentara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tentaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tentara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tentáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tentarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tentaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tentase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tentases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tentase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tentásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tentaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tentasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tenté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tentaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tentó" ;--# notpresent @@ -59185,12 +64567,12 @@ lin tentar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tentaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tentaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tentarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tentare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tentares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tentare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tentáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tentareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tentaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tentare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tentares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tentare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tentáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tentareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tentaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tentaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tentarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tentaría" ;--# notpresent @@ -59221,24 +64603,30 @@ lin tonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tonara" ; "tonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tonaras" ; "tonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tonara" ; "tonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tonáramos" ; "tonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tonarais" ; "tonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tonaran" ; "tonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "toné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tonó" ;--# notpresent @@ -59251,12 +64639,12 @@ lin tonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tonaría" ;--# notpresent @@ -59287,24 +64675,30 @@ lin tostar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tostamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tostáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tuestan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tueste" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tuestes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tueste" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tostemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tostéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tuesten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tueste" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tuestes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tueste" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tostemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tostéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tuesten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tostaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tostabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tostaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tostábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tostabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tostaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tostara" ; "tostase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tostaras" ; "tostases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tostara" ; "tostase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tostáramos" ; "tostásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tostarais" ; "tostaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tostaran" ; "tostasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tostara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tostaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tostara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tostáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tostarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tostaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tostase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tostases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tostase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tostásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tostaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tostasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tosté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tostaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tostó" ;--# notpresent @@ -59317,12 +64711,12 @@ lin tostar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tostaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tostaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tostarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tostare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tostares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tostare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tostáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tostareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tostaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tostare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tostares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tostare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tostáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tostareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tostaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tostaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tostarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tostaría" ;--# notpresent @@ -59353,24 +64747,30 @@ lin trascolar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trascolamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trascoláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trascuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trascuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trascueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trascuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trascolemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trascoléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trascuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trascuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trascueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trascuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trascolemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trascoléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trascuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trascolaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trascolabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trascolaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trascolábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trascolabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trascolaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trascolaras" ; "trascolases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trascolara" ; "trascolase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trascoláramos" ; "trascolásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trascolarais" ; "trascolaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trascolaran" ; "trascolasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trascolara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trascolaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trascolara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trascoláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trascolarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trascolaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trascolase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trascolases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trascolase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trascolásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trascolaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trascolasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trascolé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trascolaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trascoló" ;--# notpresent @@ -59383,12 +64783,12 @@ lin trascolar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trascolaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trascolaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trascolarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trascolare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trascolares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trascolare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trascoláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trascolareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trascolaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trascolare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trascolares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trascolare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trascoláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trascolareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trascolaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trascolaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trascolarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trascolaría" ;--# notpresent @@ -59419,24 +64819,30 @@ lin traso {- VPB (Pres Ind C.Pl C.P1) => -} "trasoñamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasoñáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasueñan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasueñe" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasueñes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasueñe" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasoñemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasoñéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasueñen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasueñe" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasueñes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasueñe" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasoñemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasoñéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasueñen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasoñaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasoñabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasoñaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasoñábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasoñabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasoñaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoñara" ; "trasoñase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoñaras" ; "trasoñases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoñara" ; "trasoñase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoñáramos" ; "trasoñásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoñarais" ; "trasoñaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoñaran" ; "trasoñasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasoñara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasoñaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasoñara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasoñáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasoñarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasoñaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasoñases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasoñase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasoñásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasoñaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasoñasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasoñé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasoñaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasoñó" ;--# notpresent @@ -59449,12 +64855,12 @@ lin traso {- VPB (Fut Ind C.Pl C.P1) => -} "trasoñaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasoñaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasoñarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasoñare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasoñares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasoñare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasoñáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasoñareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasoñaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasoñare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasoñares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasoñare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasoñáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasoñareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasoñaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasoñaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasoñarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasoñaría" ;--# notpresent @@ -59485,24 +64891,30 @@ lin tronar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tronamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tronáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "truenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "truene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "truenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "truene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tronemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tronéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "truenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "truene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "truenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "truene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tronemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tronéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "truenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tronaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tronabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tronaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tronábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tronabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tronaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tronara" ; "tronase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tronaras" ; "tronases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tronara" ; "tronase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tronáramos" ; "tronásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tronarais" ; "tronaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tronaran" ; "tronasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tronara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tronaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tronara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tronáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tronarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tronaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tronase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tronases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tronase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tronásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tronaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tronasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "troné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tronaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tronó" ;--# notpresent @@ -59515,12 +64927,12 @@ lin tronar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tronaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tronaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tronarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tronare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tronares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tronare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tronáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tronareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tronaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tronare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tronares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tronare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tronáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tronareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tronaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tronaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tronarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tronaría" ;--# notpresent @@ -59551,24 +64963,30 @@ lin unisonar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "unisonamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "unisonáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "unisuenan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "unisuene" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "unisuenes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "unisuene" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "unisonemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "unisonéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "unisuenen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "unisuene" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "unisuenes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "unisuene" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "unisonemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "unisonéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "unisuenen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "unisonaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "unisonabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "unisonaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "unisonábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "unisonabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "unisonaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"unisonaras" ; "unisonases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unisonara" ; "unisonase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unisonáramos" ; "unisonásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"unisonarais" ; "unisonaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"unisonaran" ; "unisonasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "unisonara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "unisonaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "unisonara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "unisonáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "unisonarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "unisonaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "unisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "unisonases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "unisonase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "unisonásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "unisonaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "unisonasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "unisoné" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "unisonaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "unisonó" ;--# notpresent @@ -59581,12 +64999,12 @@ lin unisonar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "unisonaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "unisonaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "unisonarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "unisonare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "unisonares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "unisonare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "unisonáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "unisonareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "unisonaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "unisonare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "unisonares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "unisonare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "unisonáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "unisonareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "unisonaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "unisonaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "unisonarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "unisonaría" ;--# notpresent @@ -59617,24 +65035,30 @@ lin ventar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ventamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ventáis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vientan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "viente" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vientes" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "viente" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ventemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ventéis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vienten" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "viente" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vientes" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "viente" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ventemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ventéis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vienten" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ventaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ventabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ventaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ventábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ventabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ventaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ventara" ; "ventase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ventaras" ; "ventases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ventara" ; "ventase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ventáramos" ; "ventásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ventarais" ; "ventaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ventaran" ; "ventasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ventara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ventaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ventara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ventáramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ventarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ventaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ventase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ventases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ventase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ventásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ventaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ventasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "venté" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ventaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ventó" ;--# notpresent @@ -59647,12 +65071,12 @@ lin ventar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ventaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ventaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ventarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ventare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ventares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ventare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ventáremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ventareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ventaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ventare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ventares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ventare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ventáremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ventareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ventaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ventaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ventarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ventaría" ;--# notpresent @@ -59683,24 +65107,30 @@ lin volar_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "volamos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "voláis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vuelan" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vuele" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vueles" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vuele" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "volemos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "voléis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vuelen" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vuele" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vueles" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vuele" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "volemos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "voléis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vuelen" ; {- VPB (Impf Ind C.Sg C.P1) => -} "volaba" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "volabas" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "volaba" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "volábamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "volabais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "volaban" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"volara" ; "volase"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"volaras" ; "volases"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"volara" ; "volase"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"voláramos" ; "volásemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"volarais" ; "volaseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"volaran" ; "volasen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "volara" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "volaras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "volara" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "voláramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "volarais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "volaran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "volase" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "volases" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "volase" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "volásemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "volaseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "volasen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "volé" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "volaste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "voló" ;--# notpresent @@ -59713,12 +65143,12 @@ lin volar_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "volaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "volaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "volarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "volare" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "volares" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "volare" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "voláremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "volareis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "volaren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "volare" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "volares" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "volare" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "voláremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "volareis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "volaren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "volaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "volarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "volaría" ;--# notpresent @@ -59749,24 +65179,30 @@ lin conseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conseguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "consiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "consiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "consigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "consiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "consigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "consigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "consigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "consiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "consigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "consiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "consigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "consigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "consigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conseguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conseguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conseguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conseguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conseguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conseguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"consiguieras" ; "consiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"consiguiera" ; "consiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"consiguiéramos" ; "consiguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"consiguierais" ; "consiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"consiguieran" ; "consiguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "consiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "consiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "consiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "consiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "consiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "consiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "consiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "consiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "consiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "consiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "consiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "consiguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conseguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "conseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "consiguió" ;--# notpresent @@ -59779,12 +65215,12 @@ lin conseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conseguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conseguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "consiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "consiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "consiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "consiguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "consiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "consiguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "consiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "consiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "consiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "consiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "consiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conseguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conseguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conseguiría" ;--# notpresent @@ -59815,24 +65251,30 @@ lin erguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "erguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "erguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yerguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yerga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yergas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yerga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "irgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "irgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yergan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yerga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yergas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yerga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "irgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "irgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yergan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "erguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "erguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "erguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "erguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "erguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "erguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irguieras" ; "irguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irguiera" ; "irguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irguiéramos" ; "irguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irguierais" ; "irguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irguieran" ; "irguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "irguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "irguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "irguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "irguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "irguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "irguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "irguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "irguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "irguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "irguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "irguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "irguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "erguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "erguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "irguió" ;--# notpresent @@ -59845,12 +65287,12 @@ lin erguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "erguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "erguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "erguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "irguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "irguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "irguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "irguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "irguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "irguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "irguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "irguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "irguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "irguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "irguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "irguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "erguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "erguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "erguiría" ;--# notpresent @@ -59881,24 +65323,30 @@ lin perseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "perseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "perseguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "persiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "persiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "persigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "persiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "persigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "persigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "persigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "persiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "persigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "persiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "persigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "persigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "persigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "perseguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "perseguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "perseguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "perseguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "perseguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "perseguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"persiguieras" ; "persiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"persiguiera" ; "persiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"persiguiéramos" ; "persiguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"persiguierais" ; "persiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"persiguieran" ; "persiguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "persiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "persiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "persiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "persiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "persiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "persiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "persiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "persiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "persiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "persiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "persiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "persiguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "perseguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "perseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "persiguió" ;--# notpresent @@ -59911,12 +65359,12 @@ lin perseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "perseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "perseguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "perseguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "persiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "persiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "persiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "persiguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "persiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "persiguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "persiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "persiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "persiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "persiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "persiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "perseguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "perseguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "perseguiría" ;--# notpresent @@ -59947,24 +65395,30 @@ lin proseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "proseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "proseguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prosiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prosiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prosigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prosiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prosigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prosigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prosigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prosiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prosigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prosiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prosigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prosigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prosigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "proseguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "proseguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "proseguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "proseguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "proseguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "proseguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prosiguieras" ; "prosiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prosiguiera" ; "prosiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prosiguiéramos" ; "prosiguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prosiguierais" ; "prosiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prosiguieran" ; "prosiguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prosiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prosiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prosiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prosiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prosiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prosiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prosiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prosiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prosiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prosiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prosiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prosiguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "proseguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "proseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prosiguió" ;--# notpresent @@ -59977,12 +65431,12 @@ lin proseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "proseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "proseguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "proseguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prosiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prosiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prosiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prosiguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prosiguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prosiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prosiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prosiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prosiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prosiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "proseguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "proseguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "proseguiría" ;--# notpresent @@ -60013,24 +65467,30 @@ lin reseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reseguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reseguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reseguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reseguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reseguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reseguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reseguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resiguieras" ; "resiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resiguiera" ; "resiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resiguiéramos" ; "resiguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resiguierais" ; "resiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resiguieran" ; "resiguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resiguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reseguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resiguió" ;--# notpresent @@ -60043,12 +65503,12 @@ lin reseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reseguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reseguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resiguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resiguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reseguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reseguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reseguiría" ;--# notpresent @@ -60079,24 +65539,30 @@ lin seguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "seguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "seguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "siguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "siga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "siga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "siga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "siga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "seguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "seguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "seguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "seguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "seguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "seguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"siguieras" ; "siguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"siguiera" ; "siguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"siguiéramos" ; "siguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"siguierais" ; "siguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"siguieran" ; "siguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "siguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "siguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "siguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "siguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "siguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "siguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "siguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "siguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "siguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "siguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "siguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "siguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "seguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "seguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "siguió" ;--# notpresent @@ -60109,12 +65575,12 @@ lin seguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "seguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "seguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "seguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "siguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "siguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "siguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "siguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "siguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "siguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "siguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "siguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "siguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "siguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "siguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "siguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "seguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "seguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "seguiría" ;--# notpresent @@ -60145,24 +65611,30 @@ lin subseguir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subseguimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subseguís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subsiguen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subsiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subsigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subsiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subsigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subsigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subsigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subsiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subsigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subsiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subsigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subsigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subsigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subseguía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subseguías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subseguía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subseguíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subseguíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subseguían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subsiguieras" ; "subsiguieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subsiguiera" ; "subsiguiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subsiguiéramos" ; "subsiguiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subsiguierais" ; "subsiguieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subsiguieran" ; "subsiguiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subsiguiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subsiguieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subsiguiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subsiguiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subsiguierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subsiguieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subsiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subsiguieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subsiguiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subsiguiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subsiguieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subsiguiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subseguí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subseguiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subsiguió" ;--# notpresent @@ -60175,12 +65647,12 @@ lin subseguir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subseguiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subseguiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subseguirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subsiguiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subsiguieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subsiguiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subsiguiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subsiguieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subsiguieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subsiguiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subsiguiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subsiguiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subsiguieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subseguiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subseguirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subseguiría" ;--# notpresent @@ -60211,24 +65683,30 @@ lin contrahacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contrahacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contrahacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contrahacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contrahaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contrahagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contrahaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contrahagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contrahagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contrahagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contrahaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contrahagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contrahaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contrahagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contrahagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contrahagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contrahacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contrahacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contrahacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contrahacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contrahacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contrahacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contrahicieras" ; "contrahicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contrahiciera" ; "contrahiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contrahiciéramos" ; "contrahiciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contrahicierais" ; "contrahicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contrahicieran" ; "contrahiciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contrahiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contrahicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contrahiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contrahiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contrahicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contrahicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contrahiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contrahicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contrahiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contrahiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contrahicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contrahiciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contrahice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contrahiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contrahizo" ;--# notpresent @@ -60241,12 +65719,12 @@ lin contrahacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contraharemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contraharéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contraharán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contrahiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contrahicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contrahiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contrahiciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contrahicieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contrahicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contrahiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contrahiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contrahiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contrahicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contraharía" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contraharías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contraharía" ;--# notpresent @@ -60277,24 +65755,30 @@ lin deshacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deshacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deshacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deshacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deshaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deshagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deshaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deshagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deshagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deshagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deshaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deshagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deshaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deshagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deshagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deshagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deshacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deshacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deshacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deshacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deshacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deshacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deshicieras" ; "deshicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"deshiciera" ; "deshiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"deshiciéramos" ; "deshiciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deshicierais" ; "deshicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deshicieran" ; "deshiciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "deshiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deshicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "deshiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "deshiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deshicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deshicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "deshiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deshicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "deshiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "deshiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deshicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "deshiciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deshice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deshiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deshizo" ;--# notpresent @@ -60307,12 +65791,12 @@ lin deshacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desharemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desharéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desharán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "deshiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deshicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "deshiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "deshiciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "deshiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deshicieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deshicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "deshiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "deshiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "deshiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deshicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desharía" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desharías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desharía" ;--# notpresent @@ -60343,24 +65827,30 @@ lin hacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "hacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "hacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "haga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "haga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "haga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "haga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "hacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "hacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "hacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "hacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "hacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "hacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hicieras" ; "hicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiciera" ; "hiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiciéramos" ; "hiciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hicierais" ; "hicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hicieran" ; "hiciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "hice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "hiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hizo" ;--# notpresent @@ -60373,12 +65863,12 @@ lin hacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "haremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "haréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "harán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hiciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hicieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "haría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "harías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "haría" ;--# notpresent @@ -60409,24 +65899,30 @@ lin licuefacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "licuefacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "licuefacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "licuefacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "licuefaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "licuefagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "licuefaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "licuefagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "licuefagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "licuefagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "licuefaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "licuefagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "licuefaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "licuefagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "licuefagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "licuefagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "licuefacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "licuefacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "licuefacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "licuefacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "licuefacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "licuefacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"licueficieras" ; "licueficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"licueficiera" ; "licueficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"licueficiéramos" ; "licueficiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"licueficierais" ; "licueficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"licueficieran" ; "licueficiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "licueficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "licueficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "licueficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "licueficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "licueficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "licueficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "licueficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "licueficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "licueficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "licueficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "licueficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "licueficiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "licuefice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "licueficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "licuefizo" ;--# notpresent @@ -60439,12 +65935,12 @@ lin licuefacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "licuefaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "licuefaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "licuefarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "licueficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "licueficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "licueficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "licueficiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "licueficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "licueficieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "licueficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "licueficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "licueficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "licueficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "licueficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "licuefaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "licuefarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "licuefaría" ;--# notpresent @@ -60475,24 +65971,30 @@ lin rarefacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rarefacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rarefacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rarefacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rarefaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rarefagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rarefaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rarefagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rarefagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rarefagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rarefaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rarefagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rarefaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rarefagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rarefagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rarefagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rarefacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rarefacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rarefacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rarefacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rarefacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rarefacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rareficieras" ; "rareficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rareficiera" ; "rareficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rareficiéramos" ; "rareficiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rareficierais" ; "rareficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rareficieran" ; "rareficiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rareficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rareficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rareficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rareficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rareficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rareficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rareficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rareficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rareficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rareficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rareficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rareficiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rarefice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rareficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rarefizo" ;--# notpresent @@ -60505,12 +66007,12 @@ lin rarefacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rarefaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rarefaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rarefarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rareficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rareficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rareficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rareficiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rareficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rareficieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rareficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rareficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rareficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rareficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rareficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rarefaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rarefarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rarefaría" ;--# notpresent @@ -60541,24 +66043,30 @@ lin rehacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehicieras" ; "rehicieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehiciera" ; "rehiciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehiciéramos" ; "rehiciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehicierais" ; "rehicieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehicieran" ; "rehiciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehiciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehicieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehiciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehiciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehicierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehicieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehicieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehiciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehiciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehicieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehiciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehiciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehizo" ;--# notpresent @@ -60571,12 +66079,12 @@ lin rehacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reharemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reharéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reharán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehiciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehicieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehiciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehiciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehiciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehicieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehicieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehiciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehiciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehiciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehicieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reharía" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reharías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reharía" ;--# notpresent @@ -60607,24 +66115,30 @@ lin satisfacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "satisfacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "satisfacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "satisfacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "satisfaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "satisfagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "satisfaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "satisfagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "satisfagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "satisfagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "satisfaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "satisfagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "satisfaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "satisfagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "satisfagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "satisfagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "satisfacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "satisfacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "satisfacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "satisfacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "satisfacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "satisfacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"satisficieras" ; "satisficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"satisficiera" ; "satisficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"satisficiéramos" ; "satisficiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"satisficierais" ; "satisficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"satisficieran" ; "satisficiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "satisficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "satisficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "satisficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "satisficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "satisficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "satisficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "satisficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "satisficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "satisficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "satisficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "satisficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "satisficiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "satisfice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "satisficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "satisfizo" ;--# notpresent @@ -60637,12 +66151,12 @@ lin satisfacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "satisfaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "satisfaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "satisfarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "satisficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "satisficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "satisficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "satisficiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "satisficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "satisficieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "satisficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "satisficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "satisficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "satisficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "satisficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "satisfaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "satisfarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "satisfaría" ;--# notpresent @@ -60673,24 +66187,30 @@ lin tumefacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "tumefacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "tumefacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tumefacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tumefaga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tumefagas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tumefaga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tumefagamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tumefagáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tumefagan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tumefaga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tumefagas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tumefaga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tumefagamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tumefagáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tumefagan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "tumefacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "tumefacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "tumefacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "tumefacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "tumefacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "tumefacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tumeficieras" ; "tumeficieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tumeficiera" ; "tumeficiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tumeficiéramos" ; "tumeficiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tumeficierais" ; "tumeficieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tumeficieran" ; "tumeficiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tumeficiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tumeficieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tumeficiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tumeficiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tumeficierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tumeficieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tumeficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tumeficieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tumeficiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tumeficiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tumeficieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tumeficiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "tumefice" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tumeficiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tumefizo" ;--# notpresent @@ -60703,12 +66223,12 @@ lin tumefacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "tumefaremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "tumefaréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "tumefarán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tumeficiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tumeficieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tumeficiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tumeficiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tumeficieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tumeficieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tumeficiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tumeficiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tumeficiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tumeficieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "tumefaría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "tumefarías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "tumefaría" ;--# notpresent @@ -60739,24 +66259,30 @@ lin afluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "afluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "afluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "afluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "afluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "afluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "afluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "afluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "afluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "afluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "afluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "afluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "afluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "afluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "afluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "afluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "afluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "afluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "afluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "afluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "afluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "afluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"afluyeras" ; "afluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"afluyera" ; "afluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"afluyéramos" ; "afluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"afluyerais" ; "afluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"afluyeran" ; "afluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "afluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "afluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "afluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "afluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "afluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "afluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "afluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "afluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "afluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "afluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "afluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "afluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "afluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "afluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "afluyó" ;--# notpresent @@ -60769,12 +66295,12 @@ lin afluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "afluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "afluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "afluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "afluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "afluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "afluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "afluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "afluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "afluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "afluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "afluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "afluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "afluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "afluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "afluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "afluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "afluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "afluiría" ;--# notpresent @@ -60805,24 +66331,30 @@ lin arg {- VPB (Pres Ind C.Pl C.P1) => -} "argüimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "argüís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "argüyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "argüya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "argüyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "argüya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "argüyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "argüyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "argüyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "argüya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "argüyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "argüya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "argüyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "argüyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "argüyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "argüía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "argüías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "argüía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "argüíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "argüíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "argüían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"argüyera" ; "argüyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"argüyeras" ; "argüyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"argüyera" ; "argüyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"argüyéramos" ; "argüyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"argüyerais" ; "argüyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"argüyeran" ; "argüyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "argüyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "argüyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "argüyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "argüyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "argüyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "argüyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "argüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "argüyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "argüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "argüyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "argüyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "argüyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "argüí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "argüiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "argüyó" ;--# notpresent @@ -60835,12 +66367,12 @@ lin arg {- VPB (Fut Ind C.Pl C.P1) => -} "argüiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "argüiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "argüirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "argüyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "argüyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "argüyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "argüyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "argüyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "argüyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "argüyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "argüyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "argüyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "argüyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "argüyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "argüyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "argüiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "argüirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "argüiría" ;--# notpresent @@ -60871,24 +66403,30 @@ lin atribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "atribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "atribuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "atribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "atribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "atribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "atribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "atribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "atribuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "atribuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "atribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "atribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "atribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "atribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "atribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "atribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "atribuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "atribuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "atribuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "atribuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "atribuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "atribuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"atribuyeras" ; "atribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"atribuyera" ; "atribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"atribuyéramos" ; "atribuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"atribuyerais" ; "atribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"atribuyeran" ; "atribuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "atribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "atribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "atribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "atribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "atribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "atribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "atribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "atribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "atribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "atribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "atribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "atribuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "atribuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "atribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "atribuyó" ;--# notpresent @@ -60901,12 +66439,12 @@ lin atribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "atribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "atribuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "atribuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "atribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "atribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "atribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "atribuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "atribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "atribuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "atribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "atribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "atribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "atribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "atribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "atribuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "atribuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "atribuiría" ;--# notpresent @@ -60937,24 +66475,30 @@ lin circuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "circuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "circuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "circuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "circuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "circuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "circuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "circuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "circuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "circuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "circuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "circuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "circuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "circuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "circuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "circuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "circuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "circuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "circuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "circuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "circuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "circuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"circuyeras" ; "circuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"circuyera" ; "circuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"circuyéramos" ; "circuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"circuyerais" ; "circuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"circuyeran" ; "circuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "circuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "circuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "circuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "circuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "circuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "circuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "circuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "circuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "circuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "circuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "circuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "circuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "circuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "circuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "circuyó" ;--# notpresent @@ -60967,12 +66511,12 @@ lin circuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "circuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "circuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "circuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "circuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "circuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "circuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "circuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "circuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "circuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "circuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "circuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "circuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "circuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "circuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "circuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "circuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "circuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "circuiría" ;--# notpresent @@ -61003,24 +66547,30 @@ lin concluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "concluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "concluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "concluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "concluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "concluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "concluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "concluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "concluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "concluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concluyeras" ; "concluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concluyera" ; "concluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concluyéramos" ; "concluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concluyerais" ; "concluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concluyeran" ; "concluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concluyó" ;--# notpresent @@ -61033,12 +66583,12 @@ lin concluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concluiría" ;--# notpresent @@ -61069,24 +66619,30 @@ lin confluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "confluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "confluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "confluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "confluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "confluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "confluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "confluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "confluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "confluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "confluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "confluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "confluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "confluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "confluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "confluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "confluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "confluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "confluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "confluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "confluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "confluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"confluyeras" ; "confluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"confluyera" ; "confluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"confluyéramos" ; "confluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"confluyerais" ; "confluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"confluyeran" ; "confluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "confluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "confluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "confluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "confluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "confluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "confluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "confluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "confluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "confluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "confluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "confluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "confluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "confluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "confluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "confluyó" ;--# notpresent @@ -61099,12 +66655,12 @@ lin confluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "confluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "confluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "confluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "confluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "confluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "confluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "confluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "confluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "confluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "confluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "confluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "confluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "confluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "confluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "confluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "confluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "confluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "confluiría" ;--# notpresent @@ -61135,24 +66691,30 @@ lin constituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "constituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "constituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "constituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "constituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "constituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "constituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "constituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "constituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "constituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "constituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "constituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "constituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "constituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "constituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "constituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "constituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "constituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "constituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "constituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "constituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "constituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constituyeras" ; "constituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constituyera" ; "constituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constituyéramos" ; "constituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constituyerais" ; "constituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constituyeran" ; "constituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "constituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "constituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "constituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "constituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "constituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "constituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "constituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "constituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "constituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "constituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "constituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "constituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "constituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "constituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "constituyó" ;--# notpresent @@ -61165,12 +66727,12 @@ lin constituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "constituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "constituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "constituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "constituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "constituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "constituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "constituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "constituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "constituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "constituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "constituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "constituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "constituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "constituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "constituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "constituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "constituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "constituiría" ;--# notpresent @@ -61201,24 +66763,30 @@ lin construir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "construimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "construís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "construyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "construya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "construyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "construya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "construyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "construyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "construyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "construya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "construyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "construya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "construyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "construyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "construyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "construía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "construías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "construía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "construíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "construíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "construían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"construyera" ; "construyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"construyeras" ; "construyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"construyera" ; "construyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"construyéramos" ; "construyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"construyerais" ; "construyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"construyeran" ; "construyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "construyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "construyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "construyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "construyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "construyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "construyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "construyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "construyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "construyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "construyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "construyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "construyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "construí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "construiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "construyó" ;--# notpresent @@ -61231,12 +66799,12 @@ lin construir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "construiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "construiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "construirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "construyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "construyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "construyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "construyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "construyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "construyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "construyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "construyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "construyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "construyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "construyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "construyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "construiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "construirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "construiría" ;--# notpresent @@ -61267,24 +66835,30 @@ lin contribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contribuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contribuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contribuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contribuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contribuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contribuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contribuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contribuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contribuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contribuyeras" ; "contribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contribuyera" ; "contribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contribuyéramos" ; "contribuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contribuyerais" ; "contribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contribuyeran" ; "contribuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contribuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contribuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contribuyó" ;--# notpresent @@ -61297,12 +66871,12 @@ lin contribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contribuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contribuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contribuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contribuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contribuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contribuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contribuiría" ;--# notpresent @@ -61333,24 +66907,30 @@ lin derruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derruyeras" ; "derruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derruyera" ; "derruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derruyéramos" ; "derruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derruyerais" ; "derruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derruyeran" ; "derruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derruyó" ;--# notpresent @@ -61363,12 +66943,12 @@ lin derruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derruiría" ;--# notpresent @@ -61399,24 +66979,30 @@ lin desobstruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desobstruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desobstruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desobstruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desobstruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desobstruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desobstruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desobstruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desobstruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desobstruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desobstruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desobstruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desobstruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desobstruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desobstruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desobstruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desobstruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desobstruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desobstruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desobstruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desobstruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desobstruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desobstruyeras" ; "desobstruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desobstruyera" ; "desobstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desobstruyéramos" ; "desobstruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desobstruyerais" ; "desobstruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desobstruyeran" ; "desobstruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desobstruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desobstruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desobstruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desobstruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desobstruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desobstruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desobstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desobstruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desobstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desobstruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desobstruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desobstruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desobstruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desobstruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desobstruyó" ;--# notpresent @@ -61429,12 +67015,12 @@ lin desobstruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desobstruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desobstruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desobstruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desobstruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desobstruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desobstruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desobstruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desobstruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desobstruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desobstruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desobstruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desobstruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desobstruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desobstruiría" ;--# notpresent @@ -61465,24 +67051,30 @@ lin destituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destituyeras" ; "destituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destituyera" ; "destituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destituyéramos" ; "destituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destituyerais" ; "destituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destituyeran" ; "destituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destituyó" ;--# notpresent @@ -61495,12 +67087,12 @@ lin destituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destituiría" ;--# notpresent @@ -61531,24 +67123,30 @@ lin destruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "destruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "destruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "destruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "destruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "destruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "destruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "destruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "destruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destruyeras" ; "destruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destruyera" ; "destruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destruyéramos" ; "destruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destruyerais" ; "destruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destruyeran" ; "destruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "destruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "destruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destruyó" ;--# notpresent @@ -61561,12 +67159,12 @@ lin destruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "destruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "destruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "destruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "destruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "destruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "destruiría" ;--# notpresent @@ -61597,24 +67195,30 @@ lin difluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "difluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "difluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "difluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "difluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "difluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "difluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "difluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "difluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "difluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "difluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "difluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "difluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "difluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "difluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "difluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "difluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "difluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "difluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "difluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "difluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "difluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"difluyeras" ; "difluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"difluyera" ; "difluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"difluyéramos" ; "difluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"difluyerais" ; "difluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"difluyeran" ; "difluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "difluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "difluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "difluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "difluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "difluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "difluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "difluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "difluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "difluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "difluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "difluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "difluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "difluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "difluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "difluyó" ;--# notpresent @@ -61627,12 +67231,12 @@ lin difluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "difluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "difluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "difluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "difluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "difluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "difluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "difluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "difluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "difluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "difluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "difluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "difluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "difluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "difluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "difluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "difluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "difluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "difluiría" ;--# notpresent @@ -61663,24 +67267,30 @@ lin diluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "diluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "diluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "diluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "diluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "diluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "diluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "diluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "diluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "diluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "diluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "diluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diluyeras" ; "diluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diluyera" ; "diluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diluyéramos" ; "diluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diluyerais" ; "diluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diluyeran" ; "diluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "diluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "diluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "diluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "diluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "diluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "diluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "diluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "diluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "diluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "diluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "diluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "diluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "diluyó" ;--# notpresent @@ -61693,12 +67303,12 @@ lin diluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "diluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "diluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "diluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "diluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "diluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "diluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "diluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "diluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "diluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "diluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "diluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "diluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "diluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diluiría" ;--# notpresent @@ -61729,24 +67339,30 @@ lin diminuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "diminuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "diminuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "diminuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "diminuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "diminuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "diminuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "diminuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "diminuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "diminuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "diminuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "diminuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "diminuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "diminuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "diminuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "diminuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "diminuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "diminuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "diminuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "diminuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "diminuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "diminuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"diminuyeras" ; "diminuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"diminuyera" ; "diminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"diminuyéramos" ; "diminuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"diminuyerais" ; "diminuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"diminuyeran" ; "diminuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "diminuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "diminuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "diminuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "diminuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "diminuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "diminuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "diminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "diminuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "diminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "diminuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "diminuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "diminuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "diminuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "diminuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "diminuyó" ;--# notpresent @@ -61759,12 +67375,12 @@ lin diminuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "diminuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "diminuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "diminuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "diminuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "diminuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "diminuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "diminuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "diminuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "diminuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "diminuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "diminuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "diminuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "diminuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "diminuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "diminuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "diminuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "diminuiría" ;--# notpresent @@ -61795,24 +67411,30 @@ lin disminuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "disminuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "disminuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "disminuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "disminuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "disminuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "disminuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "disminuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "disminuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "disminuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "disminuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "disminuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "disminuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "disminuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "disminuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "disminuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "disminuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "disminuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "disminuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "disminuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "disminuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "disminuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"disminuyeras" ; "disminuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"disminuyera" ; "disminuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"disminuyéramos" ; "disminuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"disminuyerais" ; "disminuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"disminuyeran" ; "disminuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "disminuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "disminuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "disminuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "disminuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "disminuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "disminuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "disminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "disminuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "disminuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "disminuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "disminuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "disminuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "disminuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "disminuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "disminuyó" ;--# notpresent @@ -61825,12 +67447,12 @@ lin disminuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "disminuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "disminuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "disminuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "disminuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "disminuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "disminuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "disminuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "disminuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "disminuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "disminuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "disminuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "disminuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "disminuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "disminuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "disminuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "disminuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "disminuiría" ;--# notpresent @@ -61861,24 +67483,30 @@ lin distribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "distribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "distribuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "distribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "distribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "distribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "distribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "distribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "distribuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "distribuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "distribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "distribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "distribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "distribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "distribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "distribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "distribuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "distribuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "distribuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "distribuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "distribuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "distribuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"distribuyeras" ; "distribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"distribuyera" ; "distribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"distribuyéramos" ; "distribuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"distribuyerais" ; "distribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"distribuyeran" ; "distribuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "distribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "distribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "distribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "distribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "distribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "distribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "distribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "distribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "distribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "distribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "distribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "distribuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "distribuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "distribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "distribuyó" ;--# notpresent @@ -61891,12 +67519,12 @@ lin distribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "distribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "distribuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "distribuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "distribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "distribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "distribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "distribuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "distribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "distribuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "distribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "distribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "distribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "distribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "distribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "distribuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "distribuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "distribuiría" ;--# notpresent @@ -61927,24 +67555,30 @@ lin efluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "efluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "efluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "efluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "efluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "efluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "efluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "efluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "efluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "efluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "efluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "efluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "efluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "efluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "efluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "efluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "efluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "efluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "efluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "efluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "efluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "efluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"efluyeras" ; "efluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"efluyera" ; "efluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"efluyéramos" ; "efluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"efluyerais" ; "efluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"efluyeran" ; "efluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "efluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "efluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "efluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "efluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "efluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "efluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "efluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "efluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "efluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "efluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "efluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "efluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "efluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "efluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "efluyó" ;--# notpresent @@ -61957,12 +67591,12 @@ lin efluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "efluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "efluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "efluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "efluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "efluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "efluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "efluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "efluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "efluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "efluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "efluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "efluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "efluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "efluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "efluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "efluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "efluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "efluiría" ;--# notpresent @@ -61993,24 +67627,30 @@ lin esmuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "esmuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "esmuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "esmuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "esmuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "esmuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "esmuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "esmuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "esmuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "esmuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "esmuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "esmuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "esmuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "esmuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "esmuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "esmuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "esmuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "esmuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "esmuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "esmuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "esmuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "esmuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"esmuyeras" ; "esmuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"esmuyera" ; "esmuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"esmuyéramos" ; "esmuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"esmuyerais" ; "esmuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"esmuyeran" ; "esmuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "esmuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "esmuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "esmuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "esmuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "esmuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "esmuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "esmuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "esmuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "esmuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "esmuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "esmuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "esmuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "esmuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "esmuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "esmuyó" ;--# notpresent @@ -62023,12 +67663,12 @@ lin esmuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "esmuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "esmuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "esmuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "esmuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "esmuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "esmuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "esmuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "esmuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "esmuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "esmuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "esmuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "esmuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "esmuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "esmuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "esmuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "esmuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "esmuiría" ;--# notpresent @@ -62059,24 +67699,30 @@ lin estatuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estatuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estatuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estatuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estatuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estatuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estatuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estatuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estatuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estatuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estatuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estatuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estatuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estatuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estatuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estatuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estatuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estatuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estatuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estatuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estatuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estatuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estatuyeras" ; "estatuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estatuyera" ; "estatuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estatuyéramos" ; "estatuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estatuyerais" ; "estatuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estatuyeran" ; "estatuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estatuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estatuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estatuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estatuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estatuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estatuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estatuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estatuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estatuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estatuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estatuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estatuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estatuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estatuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estatuyó" ;--# notpresent @@ -62089,12 +67735,12 @@ lin estatuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estatuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estatuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estatuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estatuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estatuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estatuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estatuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estatuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estatuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estatuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estatuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estatuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estatuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estatuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estatuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estatuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estatuiría" ;--# notpresent @@ -62125,24 +67771,30 @@ lin excluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "excluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "excluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "excluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "excluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "excluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "excluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "excluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "excluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "excluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "excluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "excluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "excluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "excluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "excluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "excluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "excluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "excluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "excluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "excluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "excluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "excluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"excluyeras" ; "excluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"excluyera" ; "excluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"excluyéramos" ; "excluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"excluyerais" ; "excluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"excluyeran" ; "excluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "excluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "excluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "excluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "excluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "excluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "excluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "excluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "excluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "excluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "excluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "excluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "excluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "excluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "excluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "excluyó" ;--# notpresent @@ -62155,12 +67807,12 @@ lin excluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "excluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "excluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "excluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "excluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "excluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "excluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "excluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "excluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "excluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "excluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "excluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "excluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "excluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "excluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "excluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "excluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "excluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "excluiría" ;--# notpresent @@ -62191,24 +67843,30 @@ lin fluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fluyeras" ; "fluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fluyera" ; "fluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fluyéramos" ; "fluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fluyerais" ; "fluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fluyeran" ; "fluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fluyó" ;--# notpresent @@ -62221,12 +67879,12 @@ lin fluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fluiría" ;--# notpresent @@ -62257,24 +67915,30 @@ lin fruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "fruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "fruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "fruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "fruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "fruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "fruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "fruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "fruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruyeras" ; "fruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"fruyera" ; "fruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"fruyéramos" ; "fruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruyerais" ; "fruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruyeran" ; "fruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "fruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "fruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "fruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "fruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "fruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "fruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "fruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "fruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "fruyó" ;--# notpresent @@ -62287,12 +67951,12 @@ lin fruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "fruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "fruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "fruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "fruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "fruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "fruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "fruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "fruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "fruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "fruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "fruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "fruiría" ;--# notpresent @@ -62323,24 +67987,30 @@ lin gruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "gruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "gruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gruyeras" ; "gruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gruyera" ; "gruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gruyéramos" ; "gruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gruyerais" ; "gruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gruyeran" ; "gruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gruyó" ;--# notpresent @@ -62353,12 +68023,12 @@ lin gruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gruiría" ;--# notpresent @@ -62389,24 +68059,30 @@ lin huir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "huimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "huís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "huyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "huya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "huyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "huya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "huyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "huyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "huyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "huya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "huyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "huya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "huyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "huyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "huyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "huía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "huías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "huía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "huíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "huíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "huían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"huyera" ; "huyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"huyeras" ; "huyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"huyera" ; "huyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"huyéramos" ; "huyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"huyerais" ; "huyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"huyeran" ; "huyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "huyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "huyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "huyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "huyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "huyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "huyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "huyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "huyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "huyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "huyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "huyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "huyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "huí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "huiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "huyó" ;--# notpresent @@ -62419,12 +68095,12 @@ lin huir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "huiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "huiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "huirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "huyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "huyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "huyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "huyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "huyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "huyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "huyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "huyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "huyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "huyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "huyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "huyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "huiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "huirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "huiría" ;--# notpresent @@ -62455,24 +68131,30 @@ lin imbuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "imbuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "imbuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imbuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "imbuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "imbuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "imbuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "imbuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "imbuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "imbuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "imbuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "imbuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "imbuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "imbuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "imbuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "imbuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "imbuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "imbuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "imbuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "imbuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "imbuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "imbuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imbuyeras" ; "imbuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imbuyera" ; "imbuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imbuyéramos" ; "imbuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imbuyerais" ; "imbuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imbuyeran" ; "imbuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "imbuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "imbuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "imbuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "imbuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "imbuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "imbuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "imbuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "imbuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "imbuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "imbuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "imbuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "imbuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "imbuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "imbuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "imbuyó" ;--# notpresent @@ -62485,12 +68167,12 @@ lin imbuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "imbuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "imbuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "imbuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "imbuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "imbuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "imbuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "imbuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "imbuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "imbuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "imbuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "imbuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "imbuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "imbuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "imbuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "imbuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "imbuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "imbuiría" ;--# notpresent @@ -62521,24 +68203,30 @@ lin incluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "incluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "incluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "incluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "incluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "incluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "incluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "incluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "incluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "incluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "incluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "incluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "incluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "incluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "incluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "incluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "incluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "incluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "incluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "incluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "incluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "incluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"incluyeras" ; "incluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"incluyera" ; "incluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"incluyéramos" ; "incluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"incluyerais" ; "incluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"incluyeran" ; "incluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "incluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "incluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "incluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "incluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "incluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "incluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "incluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "incluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "incluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "incluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "incluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "incluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "incluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "incluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "incluyó" ;--# notpresent @@ -62551,12 +68239,12 @@ lin incluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "incluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "incluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "incluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "incluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "incluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "incluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "incluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "incluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "incluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "incluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "incluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "incluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "incluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "incluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "incluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "incluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "incluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "incluiría" ;--# notpresent @@ -62587,24 +68275,30 @@ lin influir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "influimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "influís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "influyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "influya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "influyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "influya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "influyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "influyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "influyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "influya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "influyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "influya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "influyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "influyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "influyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "influía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "influías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "influía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "influíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "influíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "influían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"influyera" ; "influyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"influyeras" ; "influyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"influyera" ; "influyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"influyéramos" ; "influyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"influyerais" ; "influyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"influyeran" ; "influyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "influyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "influyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "influyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "influyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "influyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "influyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "influyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "influyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "influyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "influyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "influyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "influyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "influí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "influiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "influyó" ;--# notpresent @@ -62617,12 +68311,12 @@ lin influir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "influiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "influiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "influirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "influyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "influyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "influyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "influyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "influyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "influyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "influyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "influyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "influyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "influyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "influyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "influyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "influiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "influirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "influiría" ;--# notpresent @@ -62653,24 +68347,30 @@ lin inmiscuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inmiscuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inmiscuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inmiscuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "inmiscuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "inmiscuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "inmiscuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "inmiscuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "inmiscuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "inmiscuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "inmiscuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "inmiscuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "inmiscuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "inmiscuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "inmiscuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "inmiscuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inmiscuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inmiscuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inmiscuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inmiscuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inmiscuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inmiscuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"inmiscuyeras" ; "inmiscuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"inmiscuyera" ; "inmiscuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"inmiscuyéramos" ; "inmiscuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"inmiscuyerais" ; "inmiscuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"inmiscuyeran" ; "inmiscuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "inmiscuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "inmiscuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "inmiscuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "inmiscuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "inmiscuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "inmiscuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "inmiscuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "inmiscuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "inmiscuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "inmiscuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "inmiscuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "inmiscuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "inmiscuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "inmiscuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "inmiscuyó" ;--# notpresent @@ -62683,12 +68383,12 @@ lin inmiscuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "inmiscuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "inmiscuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inmiscuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "inmiscuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "inmiscuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "inmiscuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "inmiscuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "inmiscuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "inmiscuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "inmiscuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inmiscuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "inmiscuiría" ;--# notpresent @@ -62719,24 +68419,30 @@ lin instituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "instituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "instituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "instituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "instituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "instituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "instituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "instituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "instituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "instituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "instituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "instituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "instituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "instituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "instituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "instituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "instituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "instituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "instituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "instituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "instituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "instituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instituyeras" ; "instituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instituyera" ; "instituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instituyéramos" ; "instituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instituyerais" ; "instituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instituyeran" ; "instituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "instituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "instituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "instituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "instituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "instituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "instituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "instituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "instituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "instituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "instituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "instituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "instituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "instituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "instituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "instituyó" ;--# notpresent @@ -62749,12 +68455,12 @@ lin instituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "instituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "instituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "instituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "instituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "instituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "instituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "instituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "instituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "instituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "instituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "instituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "instituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "instituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "instituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "instituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "instituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "instituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "instituiría" ;--# notpresent @@ -62785,24 +68491,30 @@ lin instruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "instruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "instruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "instruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "instruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "instruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "instruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "instruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "instruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "instruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "instruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "instruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "instruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "instruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "instruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "instruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "instruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "instruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "instruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "instruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "instruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "instruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"instruyeras" ; "instruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"instruyera" ; "instruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"instruyéramos" ; "instruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"instruyerais" ; "instruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"instruyeran" ; "instruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "instruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "instruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "instruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "instruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "instruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "instruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "instruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "instruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "instruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "instruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "instruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "instruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "instruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "instruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "instruyó" ;--# notpresent @@ -62815,12 +68527,12 @@ lin instruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "instruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "instruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "instruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "instruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "instruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "instruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "instruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "instruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "instruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "instruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "instruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "instruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "instruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "instruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "instruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "instruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "instruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "instruiría" ;--# notpresent @@ -62851,24 +68563,30 @@ lin intuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "intuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "intuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "intuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "intuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "intuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "intuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "intuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "intuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "intuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "intuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "intuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "intuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "intuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "intuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "intuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "intuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "intuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "intuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "intuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "intuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "intuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"intuyeras" ; "intuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"intuyera" ; "intuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"intuyéramos" ; "intuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"intuyerais" ; "intuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"intuyeran" ; "intuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "intuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "intuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "intuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "intuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "intuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "intuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "intuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "intuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "intuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "intuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "intuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "intuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "intuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "intuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "intuyó" ;--# notpresent @@ -62881,12 +68599,12 @@ lin intuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "intuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "intuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "intuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "intuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "intuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "intuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "intuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "intuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "intuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "intuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "intuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "intuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "intuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "intuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "intuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "intuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "intuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "intuiría" ;--# notpresent @@ -62917,24 +68635,30 @@ lin irruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "irruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "irruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "irruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "irruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "irruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "irruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "irruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "irruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "irruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "irruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "irruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "irruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "irruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "irruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "irruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "irruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "irruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "irruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "irruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "irruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "irruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"irruyeras" ; "irruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"irruyera" ; "irruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"irruyéramos" ; "irruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"irruyerais" ; "irruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"irruyeran" ; "irruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "irruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "irruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "irruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "irruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "irruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "irruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "irruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "irruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "irruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "irruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "irruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "irruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "irruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "irruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "irruyó" ;--# notpresent @@ -62947,12 +68671,12 @@ lin irruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "irruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "irruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "irruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "irruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "irruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "irruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "irruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "irruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "irruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "irruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "irruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "irruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "irruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "irruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "irruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "irruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "irruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "irruiría" ;--# notpresent @@ -62983,24 +68707,30 @@ lin luir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "luimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "luís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "luyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "luya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "luyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "luya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "luyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "luyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "luyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "luya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "luyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "luya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "luyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "luyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "luyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "luía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "luías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "luía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "luíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "luíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "luían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"luyera" ; "luyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"luyeras" ; "luyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"luyera" ; "luyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"luyéramos" ; "luyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"luyerais" ; "luyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"luyeran" ; "luyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "luyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "luyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "luyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "luyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "luyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "luyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "luyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "luyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "luyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "luyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "luyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "luyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "luí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "luiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "luyó" ;--# notpresent @@ -63013,12 +68743,12 @@ lin luir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "luiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "luiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "luirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "luyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "luyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "luyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "luyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "luyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "luyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "luyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "luyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "luyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "luyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "luyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "luyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "luiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "luirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "luiría" ;--# notpresent @@ -63049,24 +68779,30 @@ lin obstruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "obstruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "obstruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "obstruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "obstruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "obstruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "obstruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "obstruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "obstruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "obstruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "obstruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "obstruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "obstruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "obstruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "obstruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "obstruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "obstruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "obstruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "obstruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "obstruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "obstruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "obstruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"obstruyeras" ; "obstruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"obstruyera" ; "obstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"obstruyéramos" ; "obstruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"obstruyerais" ; "obstruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"obstruyeran" ; "obstruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "obstruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "obstruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "obstruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "obstruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "obstruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "obstruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "obstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "obstruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "obstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "obstruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "obstruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "obstruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "obstruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "obstruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "obstruyó" ;--# notpresent @@ -63079,12 +68815,12 @@ lin obstruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "obstruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "obstruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "obstruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "obstruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "obstruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "obstruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "obstruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "obstruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "obstruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "obstruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "obstruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "obstruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "obstruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "obstruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "obstruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "obstruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "obstruiría" ;--# notpresent @@ -63115,24 +68851,30 @@ lin ocluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ocluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ocluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ocluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ocluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ocluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ocluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ocluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ocluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ocluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ocluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ocluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ocluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ocluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ocluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ocluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ocluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ocluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ocluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ocluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ocluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ocluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ocluyeras" ; "ocluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ocluyera" ; "ocluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ocluyéramos" ; "ocluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ocluyerais" ; "ocluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ocluyeran" ; "ocluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ocluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ocluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ocluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ocluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ocluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ocluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ocluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ocluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ocluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ocluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ocluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ocluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ocluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ocluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ocluyó" ;--# notpresent @@ -63145,12 +68887,12 @@ lin ocluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ocluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ocluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ocluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ocluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ocluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ocluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ocluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ocluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ocluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ocluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ocluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ocluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ocluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ocluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ocluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ocluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ocluiría" ;--# notpresent @@ -63181,24 +68923,30 @@ lin prostituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prostituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prostituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prostituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prostituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prostituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prostituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prostituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prostituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prostituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prostituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prostituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prostituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prostituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prostituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prostituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prostituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prostituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prostituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prostituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prostituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prostituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prostituyeras" ; "prostituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prostituyera" ; "prostituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prostituyéramos" ; "prostituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prostituyerais" ; "prostituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prostituyeran" ; "prostituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prostituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prostituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prostituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prostituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prostituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prostituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prostituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prostituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prostituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prostituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prostituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prostituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prostituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prostituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prostituyó" ;--# notpresent @@ -63211,12 +68959,12 @@ lin prostituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prostituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prostituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prostituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prostituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prostituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prostituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prostituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prostituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prostituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prostituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prostituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prostituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prostituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prostituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prostituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prostituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prostituiría" ;--# notpresent @@ -63247,24 +68995,30 @@ lin rearg {- VPB (Pres Ind C.Pl C.P1) => -} "reargüimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reargüís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reargüyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reargüya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reargüyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reargüya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reargüyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reargüyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reargüyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reargüya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reargüyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reargüya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reargüyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reargüyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reargüyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reargüía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reargüías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reargüía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reargüíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reargüíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reargüían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reargüyera" ; "reargüyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reargüyeras" ; "reargüyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reargüyera" ; "reargüyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reargüyéramos" ; "reargüyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reargüyerais" ; "reargüyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reargüyeran" ; "reargüyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reargüyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reargüyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reargüyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reargüyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reargüyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reargüyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reargüyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reargüyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reargüyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reargüyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reargüí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reargüiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reargüyó" ;--# notpresent @@ -63277,12 +69031,12 @@ lin rearg {- VPB (Fut Ind C.Pl C.P1) => -} "reargüiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reargüiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reargüirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reargüyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reargüyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reargüyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reargüyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reargüyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reargüyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reargüyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reargüyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reargüyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reargüyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reargüyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reargüyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reargüiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reargüirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reargüiría" ;--# notpresent @@ -63313,24 +69067,30 @@ lin recluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "recluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "recluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "recluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "recluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "recluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "recluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "recluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "recluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "recluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "recluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "recluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "recluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "recluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "recluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "recluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "recluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "recluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "recluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "recluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "recluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "recluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recluyeras" ; "recluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recluyera" ; "recluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recluyéramos" ; "recluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recluyerais" ; "recluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recluyeran" ; "recluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "recluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recluyó" ;--# notpresent @@ -63343,12 +69103,12 @@ lin recluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "recluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "recluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "recluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "recluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "recluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "recluiría" ;--# notpresent @@ -63379,24 +69139,30 @@ lin reconstituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconstituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconstituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconstituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconstituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconstituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconstituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconstituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconstituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconstituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconstituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconstituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconstituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconstituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconstituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconstituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconstituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconstituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconstituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconstituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconstituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconstituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstituyeras" ; "reconstituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstituyera" ; "reconstituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstituyéramos" ; "reconstituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstituyerais" ; "reconstituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstituyeran" ; "reconstituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconstituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconstituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconstituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconstituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconstituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconstituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconstituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconstituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconstituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconstituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconstituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconstituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconstituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconstituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconstituyó" ;--# notpresent @@ -63409,12 +69175,12 @@ lin reconstituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconstituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconstituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconstituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconstituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconstituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconstituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconstituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconstituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconstituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconstituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconstituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconstituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconstituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconstituiría" ;--# notpresent @@ -63445,24 +69211,30 @@ lin reconstruir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconstruimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconstruís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconstruyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconstruya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconstruyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconstruya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconstruyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconstruyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconstruyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconstruya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconstruyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconstruya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconstruyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconstruyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconstruyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconstruía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconstruías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconstruía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconstruíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconstruíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconstruían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reconstruyeras" ; "reconstruyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reconstruyera" ; "reconstruyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reconstruyéramos" ; "reconstruyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reconstruyerais" ; "reconstruyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reconstruyeran" ; "reconstruyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reconstruyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reconstruyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reconstruyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reconstruyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reconstruyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reconstruyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reconstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reconstruyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reconstruyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reconstruyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reconstruyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reconstruyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconstruí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reconstruiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reconstruyó" ;--# notpresent @@ -63475,12 +69247,12 @@ lin reconstruir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconstruiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconstruiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconstruirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reconstruyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reconstruyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reconstruyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reconstruyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reconstruyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reconstruyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reconstruyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reconstruyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconstruiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconstruirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconstruiría" ;--# notpresent @@ -63511,24 +69283,30 @@ lin redarg {- VPB (Pres Ind C.Pl C.P1) => -} "redargüimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redargüís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redargüyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "redargüya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redargüyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "redargüya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redargüyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redargüyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redargüyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "redargüya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redargüyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "redargüya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redargüyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redargüyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redargüyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redargüía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redargüías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redargüía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redargüíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redargüíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redargüían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redargüyera" ; "redargüyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redargüyeras" ; "redargüyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redargüyera" ; "redargüyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redargüyéramos" ; "redargüyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redargüyerais" ; "redargüyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redargüyeran" ; "redargüyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redargüyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redargüyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redargüyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redargüyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redargüyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redargüyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redargüyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redargüyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redargüyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redargüyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redargüyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redargüí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redargüiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redargüyó" ;--# notpresent @@ -63541,12 +69319,12 @@ lin redarg {- VPB (Fut Ind C.Pl C.P1) => -} "redargüiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "redargüiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redargüirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redargüyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redargüyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redargüyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redargüyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redargüyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redargüyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redargüyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redargüyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redargüyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redargüyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redargüyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redargüyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redargüiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redargüirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redargüiría" ;--# notpresent @@ -63577,24 +69355,30 @@ lin redistribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "redistribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "redistribuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "redistribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "redistribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "redistribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "redistribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "redistribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "redistribuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "redistribuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "redistribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "redistribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "redistribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "redistribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "redistribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "redistribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "redistribuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "redistribuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "redistribuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "redistribuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "redistribuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "redistribuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redistribuyeras" ; "redistribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redistribuyera" ; "redistribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redistribuyéramos" ; "redistribuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redistribuyerais" ; "redistribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redistribuyeran" ; "redistribuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redistribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redistribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redistribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redistribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redistribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redistribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redistribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redistribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redistribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redistribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redistribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redistribuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "redistribuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redistribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redistribuyó" ;--# notpresent @@ -63607,12 +69391,12 @@ lin redistribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "redistribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "redistribuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "redistribuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redistribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redistribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redistribuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redistribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redistribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redistribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redistribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redistribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "redistribuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "redistribuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "redistribuiría" ;--# notpresent @@ -63643,24 +69427,30 @@ lin refluir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "refluimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refluís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refluyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refluya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refluyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refluya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refluyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refluyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refluyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refluya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refluyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refluya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refluyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refluyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refluyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refluía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refluías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refluía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refluíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refluíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refluían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refluyeras" ; "refluyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refluyera" ; "refluyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refluyéramos" ; "refluyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refluyerais" ; "refluyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refluyeran" ; "refluyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refluyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refluyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refluyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refluyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refluyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refluyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refluyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refluyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refluyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refluyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refluyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refluí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refluiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refluyó" ;--# notpresent @@ -63673,12 +69463,12 @@ lin refluir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "refluiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refluiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refluirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refluyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refluyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refluyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refluyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refluyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refluyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refluyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refluyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refluyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refluyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refluyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refluyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refluiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refluirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refluiría" ;--# notpresent @@ -63709,24 +69499,30 @@ lin rehuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehuyeras" ; "rehuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehuyera" ; "rehuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehuyéramos" ; "rehuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehuyerais" ; "rehuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehuyeran" ; "rehuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehuyó" ;--# notpresent @@ -63739,12 +69535,12 @@ lin rehuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehuiría" ;--# notpresent @@ -63775,24 +69571,30 @@ lin restituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "restituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "restituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "restituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "restituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "restituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "restituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "restituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "restituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "restituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "restituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "restituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "restituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "restituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "restituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "restituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "restituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "restituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "restituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "restituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "restituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "restituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"restituyeras" ; "restituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"restituyera" ; "restituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"restituyéramos" ; "restituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"restituyerais" ; "restituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"restituyeran" ; "restituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "restituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "restituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "restituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "restituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "restituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "restituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "restituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "restituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "restituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "restituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "restituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "restituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "restituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "restituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "restituyó" ;--# notpresent @@ -63805,12 +69607,12 @@ lin restituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "restituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "restituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "restituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "restituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "restituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "restituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "restituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "restituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "restituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "restituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "restituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "restituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "restituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "restituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "restituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "restituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "restituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "restituiría" ;--# notpresent @@ -63841,24 +69643,30 @@ lin retribuir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retribuimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retribuís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retribuyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retribuya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retribuyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retribuya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retribuyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retribuyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retribuyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retribuya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retribuyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retribuya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retribuyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retribuyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retribuyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retribuía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retribuías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retribuía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retribuíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retribuíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retribuían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retribuyeras" ; "retribuyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retribuyera" ; "retribuyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retribuyéramos" ; "retribuyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retribuyerais" ; "retribuyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retribuyeran" ; "retribuyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retribuyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retribuyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retribuyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retribuyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retribuyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retribuyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retribuyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retribuyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retribuyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retribuyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retribuyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retribuí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retribuiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retribuyó" ;--# notpresent @@ -63871,12 +69679,12 @@ lin retribuir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retribuiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retribuiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retribuirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retribuyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retribuyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retribuyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retribuyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retribuyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retribuyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retribuyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retribuyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retribuyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retribuyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retribuyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retribuiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retribuirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retribuiría" ;--# notpresent @@ -63907,24 +69715,30 @@ lin substituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "substituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "substituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "substituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "substituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "substituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "substituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "substituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "substituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "substituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "substituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "substituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "substituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "substituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "substituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "substituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "substituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "substituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "substituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "substituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "substituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "substituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"substituyeras" ; "substituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"substituyera" ; "substituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"substituyéramos" ; "substituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"substituyerais" ; "substituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"substituyeran" ; "substituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "substituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "substituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "substituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "substituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "substituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "substituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "substituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "substituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "substituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "substituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "substituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "substituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "substituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "substituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "substituyó" ;--# notpresent @@ -63937,12 +69751,12 @@ lin substituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "substituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "substituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "substituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "substituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "substituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "substituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "substituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "substituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "substituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "substituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "substituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "substituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "substituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "substituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "substituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "substituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "substituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "substituiría" ;--# notpresent @@ -63973,24 +69787,30 @@ lin sustituir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sustituimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sustituís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sustituyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sustituya" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sustituyas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sustituya" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sustituyamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sustituyáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sustituyan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sustituya" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sustituyas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sustituya" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sustituyamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sustituyáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sustituyan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sustituía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sustituías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sustituía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sustituíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sustituíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sustituían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sustituyeras" ; "sustituyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sustituyera" ; "sustituyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sustituyéramos" ; "sustituyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sustituyerais" ; "sustituyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sustituyeran" ; "sustituyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sustituyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sustituyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sustituyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sustituyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sustituyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sustituyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sustituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sustituyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sustituyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sustituyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sustituyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sustituyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sustituí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sustituiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sustituyó" ;--# notpresent @@ -64003,12 +69823,12 @@ lin sustituir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sustituiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sustituiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sustituirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sustituyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sustituyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sustituyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sustituyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sustituyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sustituyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sustituyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sustituyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sustituyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sustituyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sustituyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sustituiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sustituirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sustituiría" ;--# notpresent @@ -64039,24 +69859,30 @@ lin coercer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "coercemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coercéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coerzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coerzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coerzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coerzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coercía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coercías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coercía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coercíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coercíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coercían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coercieras" ; "coercieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coerciera" ; "coerciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coerciéramos" ; "coerciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coercierais" ; "coercieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coercieran" ; "coerciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coerciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coercieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coerciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coerciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coercierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coercieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coercieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coerciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coercieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coerciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coercí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coerciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coerció" ;--# notpresent @@ -64069,12 +69895,12 @@ lin coercer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coerceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coerceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coercerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coerciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coercieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coerciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coerciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coerciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coercieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coerciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coercieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coerciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coerciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coerciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coercieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coercería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coercerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coercería" ;--# notpresent @@ -64105,24 +69931,30 @@ lin convencer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "convencemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "convencéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "convencen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "convenza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "convenzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "convenza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "convenzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "convenzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "convenzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "convenza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "convenzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "convenza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "convenzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "convenzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "convenzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "convencía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "convencías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "convencía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "convencíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "convencíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "convencían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"convencieras" ; "convencieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"convenciera" ; "convenciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"convenciéramos" ; "convenciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"convencierais" ; "convencieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"convencieran" ; "convenciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "convenciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "convencieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "convenciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "convenciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "convencierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "convencieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "convenciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "convencieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "convenciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "convenciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "convencieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "convenciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "convencí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "convenciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "convenció" ;--# notpresent @@ -64135,12 +69967,12 @@ lin convencer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "convenceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "convenceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "convencerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "convenciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "convencieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "convenciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "convenciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "convenciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "convencieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "convenciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "convencieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "convenciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "convenciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "convenciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "convencieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "convencería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "convencerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "convencería" ;--# notpresent @@ -64171,24 +70003,30 @@ lin desfruncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desfruncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desfruncís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desfruncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desfrunza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desfrunzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desfrunza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desfrunzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desfrunzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desfrunzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desfrunza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desfrunzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desfrunza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desfrunzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desfrunzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desfrunzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desfruncía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desfruncías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desfruncía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desfruncíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desfruncíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desfruncían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desfruncieras" ; "desfruncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desfrunciera" ; "desfrunciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desfrunciéramos" ; "desfrunciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desfruncierais" ; "desfruncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desfruncieran" ; "desfrunciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desfrunciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desfruncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desfrunciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desfrunciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desfruncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desfruncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desfrunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desfruncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desfrunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desfrunciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desfruncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desfrunciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desfruncí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desfrunciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desfrunció" ;--# notpresent @@ -64201,12 +70039,12 @@ lin desfruncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desfrunciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desfrunciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desfruncirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desfrunciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desfruncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desfrunciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desfrunciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desfruncieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desfruncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desfrunciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desfrunciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desfrunciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desfruncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desfrunciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desfruncirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desfrunciría" ;--# notpresent @@ -64237,24 +70075,30 @@ lin desuncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desuncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desuncís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desuncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desunza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desunzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desunza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desunzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desunzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desunzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desunza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desunzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desunza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desunzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desunzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desunzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desuncía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desuncías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desuncía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desuncíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desuncíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desuncían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desuncieras" ; "desuncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desunciera" ; "desunciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desunciéramos" ; "desunciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desuncierais" ; "desuncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desuncieran" ; "desunciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desunciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desuncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desunciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desunciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desuncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desuncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desuncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desunciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desuncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desunciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desuncí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desunciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desunció" ;--# notpresent @@ -64267,12 +70111,12 @@ lin desuncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desunciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desunciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desuncirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desunciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desuncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desunciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desunciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desunciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desuncieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desunciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desuncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desunciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desunciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desunciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desuncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desunciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desuncirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desunciría" ;--# notpresent @@ -64303,24 +70147,30 @@ lin ejercer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "ejercemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ejercéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ejercen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ejerza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ejerzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ejerza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ejerzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ejerzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ejerzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ejerza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ejerzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ejerza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ejerzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ejerzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ejerzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ejercía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ejercías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ejercía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ejercíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ejercíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ejercían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ejercieras" ; "ejercieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ejerciera" ; "ejerciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ejerciéramos" ; "ejerciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ejercierais" ; "ejercieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ejercieran" ; "ejerciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ejerciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ejercieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ejerciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ejerciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ejercierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ejercieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ejerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ejercieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ejerciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ejerciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ejercieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ejerciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ejercí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ejerciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ejerció" ;--# notpresent @@ -64333,12 +70183,12 @@ lin ejercer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "ejerceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ejerceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ejercerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ejerciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ejercieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ejerciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ejerciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ejerciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ejercieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ejercieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ejerciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ejerciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ejerciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ejercieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ejercería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ejercerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ejercería" ;--# notpresent @@ -64369,24 +70219,30 @@ lin estarcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "estarcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estarcís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estarcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estarza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estarzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estarza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estarzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estarzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estarzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estarza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estarzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estarza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estarzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estarzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estarzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estarcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estarcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estarcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estarcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estarcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estarcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estarcieras" ; "estarcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estarciera" ; "estarciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estarciéramos" ; "estarciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estarcierais" ; "estarcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estarcieran" ; "estarciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estarciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estarcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estarciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estarciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estarcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estarcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estarcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estarciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estarcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estarciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estarcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estarciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estarció" ;--# notpresent @@ -64399,12 +70255,12 @@ lin estarcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "estarciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estarciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estarcirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estarciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estarcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estarciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estarciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estarciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estarcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estarciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estarcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estarciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estarciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estarciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estarcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estarciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estarcirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estarciría" ;--# notpresent @@ -64435,24 +70291,30 @@ lin fruncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "fruncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "fruncís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fruncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "frunza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "frunzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "frunza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "frunzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "frunzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "frunzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "frunza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "frunzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "frunza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "frunzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "frunzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frunzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "fruncía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "fruncías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "fruncía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "fruncíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "fruncíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "fruncían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"fruncieras" ; "fruncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"frunciera" ; "frunciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"frunciéramos" ; "frunciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"fruncierais" ; "fruncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"fruncieran" ; "frunciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "frunciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "fruncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "frunciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "frunciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "fruncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "fruncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "frunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "fruncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "frunciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "frunciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "fruncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "frunciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "fruncí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "frunciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "frunció" ;--# notpresent @@ -64465,12 +70327,12 @@ lin fruncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "frunciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "frunciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "fruncirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "frunciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "fruncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "frunciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "frunciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "frunciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "fruncieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "frunciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "fruncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "frunciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "frunciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "frunciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "fruncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "frunciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "fruncirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "frunciría" ;--# notpresent @@ -64501,24 +70363,30 @@ lin mecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "mecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "mecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "mecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "meza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "mezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "meza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "mezamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "mezáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "mezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "meza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "mezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "meza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "mezamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "mezáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "mezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "mecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "mecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "mecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "mecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "mecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "mecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"meciera" ; "meciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"mecieras" ; "mecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"meciera" ; "meciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"meciéramos" ; "meciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"mecierais" ; "mecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"mecieran" ; "meciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "meciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "mecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "meciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "meciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "mecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "mecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "meciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "mecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "meciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "meciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "mecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "meciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "mecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "meciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "meció" ;--# notpresent @@ -64531,12 +70399,12 @@ lin mecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "meceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "meceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "mecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "meciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "mecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "meciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "meciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "meciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "mecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "meciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "mecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "meciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "meciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "meciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "mecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "mecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mecería" ;--# notpresent @@ -64567,24 +70435,30 @@ lin remecer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remecemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remecéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remeza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remezas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remeza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remezamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remezáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remezan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remeza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remezas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remeza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remezamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remezáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remezan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remecieras" ; "remecieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remeciera" ; "remeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remeciéramos" ; "remeciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remecierais" ; "remecieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remecieran" ; "remeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remeciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remecieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remeciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remecierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remecieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remeciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remecieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remecí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remeciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remeció" ;--# notpresent @@ -64597,12 +70471,12 @@ lin remecer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remeceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remeceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remeciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remecieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remeciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remeciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remeciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remecieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remeciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remeciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remecería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remecerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remecería" ;--# notpresent @@ -64633,24 +70507,30 @@ lin resarcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resarcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resarcís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resarcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resarza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resarzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resarza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resarzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resarzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resarzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resarza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resarzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resarza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resarzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resarzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resarzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resarcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resarcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resarcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resarcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resarcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resarcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resarcieras" ; "resarcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resarciera" ; "resarciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resarciéramos" ; "resarciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resarcierais" ; "resarcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resarcieran" ; "resarciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resarciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resarcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resarciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resarciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resarcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resarcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resarcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resarciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resarciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resarcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resarciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resarcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resarciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resarció" ;--# notpresent @@ -64663,12 +70543,12 @@ lin resarcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resarciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resarciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resarcirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resarciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resarcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resarciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resarciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resarciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resarcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resarciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resarcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resarciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resarciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resarciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resarcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resarciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resarcirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resarciría" ;--# notpresent @@ -64699,24 +70579,30 @@ lin rezurcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rezurcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rezurcís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rezurcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rezurza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rezurzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rezurza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rezurzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rezurzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rezurzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rezurza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rezurzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rezurza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rezurzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rezurzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rezurzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rezurcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rezurcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rezurcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rezurcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rezurcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rezurcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rezurcieras" ; "rezurcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rezurciera" ; "rezurciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rezurciéramos" ; "rezurciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rezurcierais" ; "rezurcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rezurcieran" ; "rezurciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rezurciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rezurcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rezurciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rezurciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rezurcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rezurcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rezurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rezurcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rezurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rezurciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rezurcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rezurciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rezurcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rezurciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rezurció" ;--# notpresent @@ -64729,12 +70615,12 @@ lin rezurcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rezurciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rezurciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rezurcirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rezurciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rezurcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rezurciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rezurciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rezurciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rezurcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rezurcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rezurciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rezurciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rezurciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rezurcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rezurciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rezurcirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rezurciría" ;--# notpresent @@ -64765,24 +70651,30 @@ lin subyacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "subyacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "subyacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "subyacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "subyazga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "subyazgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "subyazga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "subyazgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "subyazgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "subyazgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "subyazga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "subyazgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "subyazga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "subyazgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "subyazgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "subyazgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "subyacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "subyacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "subyacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "subyacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "subyacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "subyacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"subyacieras" ; "subyacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"subyaciera" ; "subyaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"subyaciéramos" ; "subyaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"subyacierais" ; "subyacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"subyacieran" ; "subyaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "subyaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "subyacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "subyaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "subyaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "subyacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "subyacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "subyaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "subyacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "subyaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "subyaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "subyacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "subyaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "subyací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "subyaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "subyació" ;--# notpresent @@ -64795,12 +70687,12 @@ lin subyacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "subyaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "subyaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "subyacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "subyaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "subyacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "subyaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "subyaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "subyaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "subyacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "subyacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "subyaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "subyaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "subyaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "subyacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "subyacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "subyacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "subyacería" ;--# notpresent @@ -64831,24 +70723,30 @@ lin uncir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "uncimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "uncís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "uncen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "unza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "unzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "unza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "unzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "unzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "unzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "unza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "unzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "unza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "unzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "unzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "unzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "uncía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "uncías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "uncía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "uncíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "uncíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "uncían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"unciera" ; "unciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"uncieras" ; "uncieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"unciera" ; "unciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"unciéramos" ; "unciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"uncierais" ; "uncieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"uncieran" ; "unciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "unciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "uncieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "unciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "unciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "uncierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "uncieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "unciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "uncieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "unciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "unciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "uncieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "unciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "uncí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "unciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "unció" ;--# notpresent @@ -64861,12 +70759,12 @@ lin uncir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "unciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "unciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "uncirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "unciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "uncieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "unciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "unciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "unciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "uncieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "unciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "uncieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "unciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "unciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "unciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "uncieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "unciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "uncirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "unciría" ;--# notpresent @@ -64897,24 +70795,30 @@ lin vencer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vencemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vencéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "vencen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "venza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "venzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "venza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "venzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "venzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "venzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "venza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "venzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "venza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "venzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "venzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "venzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vencía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "vencías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vencía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "vencíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "vencíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vencían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"venciera" ; "venciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vencieras" ; "vencieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"venciera" ; "venciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"venciéramos" ; "venciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vencierais" ; "vencieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vencieran" ; "venciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "venciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vencieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "venciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "venciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vencierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vencieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "venciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vencieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "venciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "venciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vencieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "venciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vencí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "venciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "venció" ;--# notpresent @@ -64927,12 +70831,12 @@ lin vencer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "venceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "venceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vencerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "venciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vencieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "venciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "venciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "venciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vencieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "venciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vencieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "venciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "venciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "venciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vencieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vencería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "vencerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vencería" ;--# notpresent @@ -64963,24 +70867,30 @@ lin yacer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "yacemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "yacéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "yacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "yazga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "yazgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "yazga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "yazgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "yazgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "yazgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "yazga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "yazgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "yazga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "yazgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "yazgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "yazgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "yacía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "yacías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "yacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "yacíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "yacíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "yacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"yacieras" ; "yacieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"yaciera" ; "yaciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"yaciéramos" ; "yaciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"yacierais" ; "yacieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"yacieran" ; "yaciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "yaciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "yacieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "yaciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "yaciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "yacierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "yacieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "yaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "yacieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "yaciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "yaciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "yacieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "yaciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "yací" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "yaciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "yació" ;--# notpresent @@ -64993,12 +70903,12 @@ lin yacer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "yaceremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "yaceréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "yacerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "yaciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "yacieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "yaciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "yaciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "yaciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "yacieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "yaciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "yacieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "yaciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "yaciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "yaciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "yacieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "yacería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "yacerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "yacería" ;--# notpresent @@ -65029,24 +70939,30 @@ lin zurcir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "zurcimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "zurcís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "zurcen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "zurza" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "zurzas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "zurza" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "zurzamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "zurzáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "zurzan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "zurza" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "zurzas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "zurza" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "zurzamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "zurzáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "zurzan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "zurcía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "zurcías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "zurcía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "zurcíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "zurcíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "zurcían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"zurcieras" ; "zurcieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"zurciera" ; "zurciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"zurciéramos" ; "zurciésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"zurcierais" ; "zurcieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"zurcieran" ; "zurciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "zurciera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "zurcieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "zurciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "zurciéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "zurcierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "zurcieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "zurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "zurcieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "zurciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "zurciésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "zurcieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "zurciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "zurcí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "zurciste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "zurció" ;--# notpresent @@ -65059,12 +70975,12 @@ lin zurcir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "zurciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "zurciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "zurcirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "zurciere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "zurcieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "zurciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "zurciéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "zurciereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "zurcieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "zurciere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "zurcieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "zurciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "zurciéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "zurciereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "zurcieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "zurciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "zurcirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "zurciría" ;--# notpresent @@ -65095,24 +71011,30 @@ lin deso {- VPB (Pres Ind C.Pl C.P1) => -} "desoímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desoís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desoyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desoiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desoigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desoiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desoigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desoigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desoigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desoiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desoigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desoiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desoigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desoigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desoigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desoía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desoías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desoía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desoíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desoíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desoían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desoyeras" ; "desoyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desoyera" ; "desoyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desoyéramos" ; "desoyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desoyerais" ; "desoyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desoyeran" ; "desoyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desoyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desoyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desoyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desoyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desoyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desoyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desoyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desoyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desoyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desoyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desoí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desoíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desoyó" ;--# notpresent @@ -65125,12 +71047,12 @@ lin deso {- VPB (Fut Ind C.Pl C.P1) => -} "desoiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desoiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desoirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desoyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desoyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desoyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desoyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desoyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desoyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desoyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desoyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desoyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desoyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desoyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desoyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desoiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desoirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desoiría" ;--# notpresent @@ -65161,24 +71083,30 @@ lin entreo {- VPB (Pres Ind C.Pl C.P1) => -} "entreoímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreoís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreoyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entreoiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreoigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entreoiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreoigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreoigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entreoigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entreoiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreoigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entreoiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreoigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreoigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entreoigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreoía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreoías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreoía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreoíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreoíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreoían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entreoyeras" ; "entreoyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreoyera" ; "entreoyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreoyéramos" ; "entreoyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entreoyerais" ; "entreoyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entreoyeran" ; "entreoyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreoyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entreoyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreoyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreoyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entreoyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entreoyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entreoyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreoyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entreoyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreoyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entreoí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreoíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entreoyó" ;--# notpresent @@ -65191,12 +71119,12 @@ lin entreo {- VPB (Fut Ind C.Pl C.P1) => -} "entreoiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreoiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreoirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreoyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entreoyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreoyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreoyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreoyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entreoyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entreoyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreoyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreoyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreoyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entreoyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entreoiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreoirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entreoiría" ;--# notpresent @@ -65227,24 +71155,30 @@ lin o {- VPB (Pres Ind C.Pl C.P1) => -} "oímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "oyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "oiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "oigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "oiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "oigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "oigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "oigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "oiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "oigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "oiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "oigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "oigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "oigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "oía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "oías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "oía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "oíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "oíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "oían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oyera" ; "oyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"oyeras" ; "oyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oyera" ; "oyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oyéramos" ; "oyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"oyerais" ; "oyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"oyeran" ; "oyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "oyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "oyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "oyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "oyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "oyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "oyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "oyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "oyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "oyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "oyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "oyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "oyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "oí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "oíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "oyó" ;--# notpresent @@ -65257,12 +71191,12 @@ lin o {- VPB (Fut Ind C.Pl C.P1) => -} "oiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "oiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "oirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "oyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "oyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "oyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "oyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "oyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "oyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "oyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "oyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "oyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "oyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "oyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "oyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "oiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "oirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "oiría" ;--# notpresent @@ -65293,24 +71227,30 @@ lin traso {- VPB (Pres Ind C.Pl C.P1) => -} "trasoímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasoís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasoyen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasoiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasoigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasoiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasoigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasoigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasoigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasoiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasoigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasoiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasoigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasoigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasoigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasoía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasoías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasoía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasoíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasoíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasoían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasoyeras" ; "trasoyeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasoyera" ; "trasoyese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasoyéramos" ; "trasoyésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasoyerais" ; "trasoyeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasoyeran" ; "trasoyesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasoyera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasoyeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasoyera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasoyéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasoyerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasoyeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasoyeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasoyese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasoyésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasoyeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasoyesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasoí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasoíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasoyó" ;--# notpresent @@ -65323,12 +71263,12 @@ lin traso {- VPB (Fut Ind C.Pl C.P1) => -} "trasoiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasoiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasoirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasoyere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasoyeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasoyere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasoyéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasoyereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasoyeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasoyeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasoyere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasoyéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasoyereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasoyeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasoiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasoirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasoiría" ;--# notpresent @@ -65359,24 +71299,30 @@ lin oler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "olemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "oléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "huelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "huela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "huelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "huela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "olamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "oláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "huelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "huela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "huelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "huela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "olamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "oláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "huelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "olía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "olías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "olía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "olíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "olíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "olían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"oliera" ; "oliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"olieras" ; "olieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"oliera" ; "oliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"oliéramos" ; "oliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"olierais" ; "olieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"olieran" ; "oliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "oliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "olieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "oliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "oliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "olierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "olieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "oliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "olieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "oliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "oliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "olieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "oliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "olí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "oliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "olió" ;--# notpresent @@ -65389,12 +71335,12 @@ lin oler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "oleremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "oleréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "olerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "oliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "olieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "oliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "oliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "oliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "olieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "oliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "olieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "oliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "oliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "oliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "olieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "olería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "olerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "olería" ;--# notpresent @@ -65425,24 +71371,30 @@ lin acaecer2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} "acaecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acaezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acaezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acaezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acaezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acaecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acaecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acaeciera" ; "acaeciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acaecieran" ; "acaeciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acaeciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acaecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acaeciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acaeció" ;--# notpresent @@ -65455,12 +71407,12 @@ lin acaecer2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acaecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acaeciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acaecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acaeciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acaecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acaecería" ;--# notpresent @@ -65491,24 +71443,30 @@ lin acontecer2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} "acontecen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acontezca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acontezcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acontezca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acontezcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acontecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acontecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"aconteciera" ; "aconteciese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acontecieran" ; "aconteciesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "aconteciera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acontecieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "aconteciese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "aconteciesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "aconteció" ;--# notpresent @@ -65521,12 +71479,12 @@ lin acontecer2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acontecerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "aconteciere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acontecieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "aconteciere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acontecieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acontecería" ;--# notpresent @@ -65557,24 +71515,30 @@ lin aplacer2_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} "aplacen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aplacía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aplacían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -65587,12 +71551,12 @@ lin aplacer2_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -65623,24 +71587,30 @@ lin astre {- VPB (Pres Ind C.Pl C.P1) => -} "astreñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "astreñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "astriñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "astriña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "astriñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "astriña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "astriñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "astriñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "astriñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "astriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "astriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "astriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "astriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "astriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "astriñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "astreñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "astreñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "astreñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "astreñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "astreñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "astreñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"astriñera" ; "astriñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"astriñeras" ; "astriñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"astriñera" ; "astriñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"astriñéramos" ; "astriñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"astriñerais" ; "astriñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"astriñeran" ; "astriñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "astriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "astriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "astriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "astriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "astriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "astriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "astriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "astriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "astriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "astriñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "astreñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "astreñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "astriñó" ;--# notpresent @@ -65653,12 +71623,12 @@ lin astre {- VPB (Fut Ind C.Pl C.P1) => -} "astreñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "astreñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "astreñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "astriñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "astriñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "astriñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "astriñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "astriñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "astriñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "astriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "astriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "astriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "astriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "astriñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "astreñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "astreñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "astreñiría" ;--# notpresent @@ -65689,24 +71659,30 @@ lin ce {- VPB (Pres Ind C.Pl C.P1) => -} "ceñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "ceñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ciñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ciña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "ciñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ciña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "ciñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "ciñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "ciñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ciña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "ciñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ciña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "ciñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "ciñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "ciñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "ceñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "ceñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "ceñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "ceñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "ceñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "ceñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"ciñera" ; "ciñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"ciñeras" ; "ciñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"ciñera" ; "ciñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"ciñéramos" ; "ciñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"ciñerais" ; "ciñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"ciñeran" ; "ciñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "ciñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "ciñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "ciñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "ciñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "ciñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "ciñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "ciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "ciñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "ciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "ciñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "ciñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "ciñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "ceñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "ceñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "ciñó" ;--# notpresent @@ -65719,12 +71695,12 @@ lin ce {- VPB (Fut Ind C.Pl C.P1) => -} "ceñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "ceñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "ceñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "ciñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "ciñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "ciñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "ciñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "ciñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "ciñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "ciñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "ciñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "ciñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "ciñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "ciñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "ciñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "ceñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "ceñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "ceñiría" ;--# notpresent @@ -65755,24 +71731,30 @@ lin competir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "competimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "competís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "compiten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "compita" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "compitas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "compita" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "compitamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "compitáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "compitan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "compita" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "compitas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "compita" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "compitamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "compitáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "compitan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "competía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "competías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "competía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "competíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "competíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "competían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"compitieras" ; "compitieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"compitiera" ; "compitiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"compitiéramos" ; "compitiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"compitierais" ; "compitieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"compitieran" ; "compitiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "compitiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "compitieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "compitiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "compitiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "compitierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "compitieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "compitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "compitieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "compitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "compitiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "compitieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "compitiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "competí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "competiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "compitió" ;--# notpresent @@ -65785,12 +71767,12 @@ lin competir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "competiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "competiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "competirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "compitiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "compitieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "compitiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "compitiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "compitiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "compitieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "compitiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "compitieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "compitiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "compitiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "compitiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "compitieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "competiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "competirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "competiría" ;--# notpresent @@ -65821,24 +71803,30 @@ lin concebir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "concebimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "concebís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conciben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conciba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "concibas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conciba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "concibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "concibáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conciban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conciba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "concibas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conciba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "concibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "concibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conciban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "concebía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "concebías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "concebía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "concebíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "concebíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "concebían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"concibieras" ; "concibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"concibiera" ; "concibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"concibiéramos" ; "concibiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"concibierais" ; "concibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"concibieran" ; "concibiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "concibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "concibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "concibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "concibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "concibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "concibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "concibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "concibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "concibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "concibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "concibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "concibiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "concebí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "concebiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "concibió" ;--# notpresent @@ -65851,12 +71839,12 @@ lin concebir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "concebiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "concebiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "concebirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "concibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "concibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "concibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "concibiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "concibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "concibieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "concibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "concibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "concibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "concibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "concibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "concibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "concebiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "concebirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "concebiría" ;--# notpresent @@ -65887,24 +71875,30 @@ lin constre {- VPB (Pres Ind C.Pl C.P1) => -} "constreñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "constreñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "constriñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "constriña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "constriñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "constriña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "constriñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "constriñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "constriñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "constriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "constriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "constriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "constriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "constriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "constriñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "constreñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "constreñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "constreñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "constreñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "constreñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "constreñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"constriñera" ; "constriñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"constriñeras" ; "constriñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"constriñera" ; "constriñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"constriñéramos" ; "constriñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"constriñerais" ; "constriñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"constriñeran" ; "constriñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "constriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "constriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "constriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "constriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "constriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "constriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "constriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "constriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "constriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "constriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "constriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "constriñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "constreñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "constreñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "constriñó" ;--# notpresent @@ -65917,12 +71911,12 @@ lin constre {- VPB (Fut Ind C.Pl C.P1) => -} "constreñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "constreñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "constreñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "constriñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "constriñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "constriñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "constriñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "constriñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "constriñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "constriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "constriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "constriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "constriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "constriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "constriñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "constreñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "constreñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "constreñiría" ;--# notpresent @@ -65953,24 +71947,30 @@ lin derretir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "derretimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "derretís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "derriten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "derrita" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "derritas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "derrita" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "derritamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "derritáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "derritan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "derrita" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "derritas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "derrita" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "derritamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "derritáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "derritan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "derretía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "derretías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "derretía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "derretíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "derretíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "derretían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"derritieras" ; "derritieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"derritiera" ; "derritiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"derritiéramos" ; "derritiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"derritierais" ; "derritieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"derritieran" ; "derritiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "derritiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "derritieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "derritiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "derritiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "derritierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "derritieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "derritiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "derritieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "derritiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "derritiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "derritieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "derritiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "derretí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "derretiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "derritió" ;--# notpresent @@ -65983,12 +71983,12 @@ lin derretir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "derretiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "derretiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "derretirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "derritiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "derritieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "derritiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "derritiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "derritiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "derritieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "derritiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "derritieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "derritiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "derritiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "derritiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "derritieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "derretiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "derretirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "derretiría" ;--# notpresent @@ -66019,24 +72019,30 @@ lin desce {- VPB (Pres Ind C.Pl C.P1) => -} "desceñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desceñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desciñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desciña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desciñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desciña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desciñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desciñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desciñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desciña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desciñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desciña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desciñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desciñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desciñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desceñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desceñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desceñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desceñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desceñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desceñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desciñera" ; "desciñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desciñeras" ; "desciñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desciñera" ; "desciñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desciñéramos" ; "desciñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desciñerais" ; "desciñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desciñeran" ; "desciñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desciñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desciñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desciñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desciñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desciñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desciñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desciñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desciñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desciñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desciñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desceñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desceñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desciñó" ;--# notpresent @@ -66049,12 +72055,12 @@ lin desce {- VPB (Fut Ind C.Pl C.P1) => -} "desceñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desceñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desceñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desciñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desciñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desciñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desciñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desciñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desciñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desciñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desciñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desciñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desciñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desciñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desciñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desceñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desceñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desceñiría" ;--# notpresent @@ -66085,24 +72091,30 @@ lin deservir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deservimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deservís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desirven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desirva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desirvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desirva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desirváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desirvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desirva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desirvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desirva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desirvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deservía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deservías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deservía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deservíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deservíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deservían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desirvieras" ; "desirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desirviera" ; "desirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desirviéramos" ; "desirviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desirvierais" ; "desirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desirvieran" ; "desirviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desirviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deserví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "deserviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desirvió" ;--# notpresent @@ -66115,12 +72127,12 @@ lin deservir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deserviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deserviréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deservirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desirviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desirvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deserviría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deservirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deserviría" ;--# notpresent @@ -66151,24 +72163,30 @@ lin despedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "despedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "despedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "despiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "despida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "despidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "despida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "despidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "despidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "despidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "despida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "despidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "despida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "despidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "despidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "despidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "despedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "despedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "despedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "despedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "despedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "despedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"despidieras" ; "despidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"despidiera" ; "despidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"despidiéramos" ; "despidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"despidierais" ; "despidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"despidieran" ; "despidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "despidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "despidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "despidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "despidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "despidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "despidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "despidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "despidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "despidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "despidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "despidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "despidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "despedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "despediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "despidió" ;--# notpresent @@ -66181,12 +72199,12 @@ lin despedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "despediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "despediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "despedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "despidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "despidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "despidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "despidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "despidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "despidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "despidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "despidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "despidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "despidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "despidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "despidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "despediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "despedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "despediría" ;--# notpresent @@ -66217,24 +72235,30 @@ lin deste {- VPB (Pres Ind C.Pl C.P1) => -} "desteñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desteñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "destiñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "destiña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "destiñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "destiña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "destiñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "destiñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "destiñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "destiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "destiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "destiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "destiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "destiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "destiñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desteñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desteñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desteñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desteñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desteñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desteñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"destiñera" ; "destiñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"destiñeras" ; "destiñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"destiñera" ; "destiñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"destiñéramos" ; "destiñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"destiñerais" ; "destiñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"destiñeran" ; "destiñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "destiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "destiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "destiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "destiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "destiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "destiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "destiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "destiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "destiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "destiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "destiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "destiñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desteñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desteñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "destiñó" ;--# notpresent @@ -66247,12 +72271,12 @@ lin deste {- VPB (Fut Ind C.Pl C.P1) => -} "desteñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desteñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desteñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "destiñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "destiñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "destiñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "destiñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "destiñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "destiñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "destiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "destiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "destiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "destiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "destiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "destiñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desteñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desteñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desteñiría" ;--# notpresent @@ -66283,24 +72307,30 @@ lin desvestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desvestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desvestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desvisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desvista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desvistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desvista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desvistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desvistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desvistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desvista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desvistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desvista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desvistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desvistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desvistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desvestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desvestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desvestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desvestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desvestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desvestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desvistieras" ; "desvistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desvistiera" ; "desvistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desvistiéramos" ; "desvistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desvistierais" ; "desvistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desvistieran" ; "desvistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desvistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desvistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desvistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desvistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desvistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desvistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desvistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desvistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desvistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desvistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desvistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desvistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desvestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desvestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desvistió" ;--# notpresent @@ -66313,12 +72343,12 @@ lin desvestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desvestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desvestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desvestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desvistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desvistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desvistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desvistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desvistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desvistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desvistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desvistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desvistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desvistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desvistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desvestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desvestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desvestiría" ;--# notpresent @@ -66349,24 +72379,30 @@ lin embestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "embestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "embestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "embisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "embista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "embistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "embista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "embistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "embistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "embistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "embista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "embistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "embista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "embistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "embistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "embistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "embestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "embestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "embestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "embestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "embestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "embestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"embistieras" ; "embistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"embistiera" ; "embistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"embistiéramos" ; "embistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"embistierais" ; "embistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"embistieran" ; "embistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "embistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "embistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "embistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "embistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "embistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "embistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "embistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "embistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "embistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "embistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "embistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "embistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "embestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "embestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "embistió" ;--# notpresent @@ -66379,12 +72415,12 @@ lin embestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "embestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "embestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "embestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "embistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "embistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "embistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "embistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "embistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "embistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "embistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "embistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "embistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "embistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "embistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "embistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "embestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "embestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "embestiría" ;--# notpresent @@ -66415,24 +72451,30 @@ lin envestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "envestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "envestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "envisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "envista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "envistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "envista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "envistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "envistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "envistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "envista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "envistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "envista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "envistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "envistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "envistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "envestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "envestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "envestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "envestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "envestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "envestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"envistieras" ; "envistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"envistiera" ; "envistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"envistiéramos" ; "envistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"envistierais" ; "envistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"envistieran" ; "envistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "envistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "envistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "envistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "envistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "envistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "envistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "envistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "envistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "envistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "envistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "envistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "envistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "envestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "envestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "envistió" ;--# notpresent @@ -66445,12 +72487,12 @@ lin envestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "envestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "envestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "envestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "envistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "envistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "envistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "envistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "envistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "envistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "envistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "envistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "envistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "envistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "envistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "envistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "envestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "envestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "envestiría" ;--# notpresent @@ -66481,24 +72523,30 @@ lin estre {- VPB (Pres Ind C.Pl C.P1) => -} "estreñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "estreñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "estriñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "estriña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "estriñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "estriña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "estriñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "estriñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "estriñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "estriña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "estriñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "estriña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "estriñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "estriñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "estriñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "estreñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "estreñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "estreñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "estreñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "estreñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "estreñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"estriñera" ; "estriñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"estriñeras" ; "estriñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"estriñera" ; "estriñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"estriñéramos" ; "estriñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"estriñerais" ; "estriñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"estriñeran" ; "estriñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "estriñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "estriñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "estriñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "estriñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "estriñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "estriñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "estriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "estriñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "estriñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "estriñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "estriñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "estriñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "estreñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "estreñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "estriñó" ;--# notpresent @@ -66511,12 +72559,12 @@ lin estre {- VPB (Fut Ind C.Pl C.P1) => -} "estreñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "estreñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "estreñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "estriñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "estriñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "estriñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "estriñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "estriñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "estriñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "estriñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "estriñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "estriñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "estriñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "estriñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "estriñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "estreñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "estreñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "estreñiría" ;--# notpresent @@ -66547,24 +72595,30 @@ lin expedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "expedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "expedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "expiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "expida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "expidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "expida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "expidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "expidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "expidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "expida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "expidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "expida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "expidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "expidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "expidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "expedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "expedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "expedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "expedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "expedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "expedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"expidieras" ; "expidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"expidiera" ; "expidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"expidiéramos" ; "expidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"expidierais" ; "expidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"expidieran" ; "expidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "expidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "expidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "expidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "expidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "expidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "expidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "expidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "expidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "expidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "expidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "expidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "expidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "expedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "expediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "expidió" ;--# notpresent @@ -66577,12 +72631,12 @@ lin expedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "expediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "expediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "expedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "expidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "expidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "expidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "expidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "expidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "expidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "expidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "expidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "expidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "expidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "expidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "expidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "expediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "expedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "expediría" ;--# notpresent @@ -66613,24 +72667,30 @@ lin gemir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gemimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gemís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "gimen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "gima" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "gimas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "gima" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "gimamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "gimáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "giman" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "gima" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "gimas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "gima" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "gimamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "gimáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "giman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gemía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gemías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gemía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gemíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gemíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gemían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"gimieras" ; "gimieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"gimiera" ; "gimiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"gimiéramos" ; "gimiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"gimierais" ; "gimieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"gimieran" ; "gimiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "gimiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "gimieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "gimiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "gimiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "gimierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "gimieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "gimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "gimieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "gimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "gimiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "gimieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "gimiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gemí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gemiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "gimió" ;--# notpresent @@ -66643,12 +72703,12 @@ lin gemir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gemiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gemiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gemirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "gimiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "gimieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "gimiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "gimiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "gimiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "gimieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "gimiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "gimieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "gimiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "gimiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "gimiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "gimieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gemiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gemirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gemiría" ;--# notpresent @@ -66679,24 +72739,30 @@ lin gernir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "gernimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "gernís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "girnen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "girna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "girnas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "girna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "girnamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "girnáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "girnan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "girna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "girnas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "girna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "girnamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "girnáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "girnan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "gernía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "gernías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "gernía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "gerníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "gerníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "gernían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"girniera" ; "girniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"girnieras" ; "girnieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"girniera" ; "girniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"girniéramos" ; "girniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"girnierais" ; "girnieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"girnieran" ; "girniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "girniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "girnieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "girniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "girniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "girnierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "girnieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "girniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "girnieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "girniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "girniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "girnieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "girniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "gerní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "gerniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "girnió" ;--# notpresent @@ -66709,12 +72775,12 @@ lin gernir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "gerniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "gerniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "gernirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "girniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "girnieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "girniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "girniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "girniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "girnieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "girniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "girnieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "girniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "girniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "girniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "girnieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "gerniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "gernirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "gerniría" ;--# notpresent @@ -66745,24 +72811,30 @@ lin henchir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "henchimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "henchís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hinchen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hincha" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hinchas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hincha" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hinchamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hincháis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hinchan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hincha" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hinchas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hincha" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hinchamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hincháis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hinchan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "henchía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "henchías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "henchía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "henchíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "henchíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "henchían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hinchieras" ; "hinchieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hinchiera" ; "hinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hinchiéramos" ; "hinchiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hinchierais" ; "hinchieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hinchieran" ; "hinchiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hinchiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hinchieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hinchiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hinchiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hinchierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hinchieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hinchieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hinchiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hinchieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hinchiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "henchí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "henchiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hinchió" ;--# notpresent @@ -66775,12 +72847,12 @@ lin henchir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "henchiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "henchiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "henchirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hinchiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hinchieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hinchiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hinchiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hinchiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hinchieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hinchieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hinchiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hinchiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hinchiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hinchieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "henchiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "henchirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "henchiría" ;--# notpresent @@ -66811,24 +72883,30 @@ lin he {- VPB (Pres Ind C.Pl C.P1) => -} "heñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "heñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "hiñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "hiña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "hiñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "hiña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "hiñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "hiñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "hiñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "hiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "hiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "hiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "hiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "hiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "hiñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "heñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "heñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "heñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "heñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "heñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "heñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"hiñera" ; "hiñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"hiñeras" ; "hiñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"hiñera" ; "hiñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"hiñéramos" ; "hiñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"hiñerais" ; "hiñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"hiñeran" ; "hiñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "hiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "hiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "hiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "hiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "hiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "hiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "hiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "hiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "hiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "hiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "hiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "hiñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "heñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "heñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "hiñó" ;--# notpresent @@ -66841,12 +72919,12 @@ lin he {- VPB (Fut Ind C.Pl C.P1) => -} "heñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "heñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "heñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "hiñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "hiñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "hiñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "hiñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "hiñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "hiñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "hiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "hiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "hiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "hiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "hiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "hiñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "heñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "heñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "heñiría" ;--# notpresent @@ -66877,24 +72955,30 @@ lin impedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "impedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "impedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "impiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "impida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "impidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "impida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "impidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "impidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "impidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "impida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "impidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "impida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "impidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "impidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "impidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "impedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "impedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "impedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "impedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "impedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "impedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"impidieras" ; "impidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"impidiera" ; "impidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"impidiéramos" ; "impidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"impidierais" ; "impidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"impidieran" ; "impidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "impidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "impidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "impidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "impidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "impidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "impidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "impidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "impidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "impidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "impidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "impidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "impidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "impedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "impediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "impidió" ;--# notpresent @@ -66907,12 +72991,12 @@ lin impedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "impediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "impediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "impedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "impidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "impidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "impidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "impidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "impidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "impidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "impidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "impidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "impidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "impidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "impidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "impidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "impediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "impedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "impediría" ;--# notpresent @@ -66943,24 +73027,30 @@ lin investir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "investimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "investís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "invisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "invista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "invistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "invista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "invistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "invistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "invistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "invista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "invistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "invista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "invistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "invistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "invistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "investía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "investías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "investía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "investíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "investíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "investían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"invistieras" ; "invistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"invistiera" ; "invistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"invistiéramos" ; "invistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"invistierais" ; "invistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"invistieran" ; "invistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "invistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "invistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "invistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "invistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "invistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "invistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "invistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "invistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "invistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "invistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "invistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "invistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "investí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "investiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "invistió" ;--# notpresent @@ -66973,12 +73063,12 @@ lin investir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "investiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "investiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "investirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "invistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "invistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "invistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "invistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "invistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "invistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "invistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "invistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "invistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "invistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "invistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "invistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "investiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "investirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "investiría" ;--# notpresent @@ -67009,24 +73099,30 @@ lin medir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "medimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "medís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "miden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "mida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "midas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "mida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "midamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "midáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "midan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "mida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "midas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "mida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "midamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "midáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "midan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "medía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "medías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "medía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "medíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "medíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "medían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"midiera" ; "midiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"midieras" ; "midieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"midiera" ; "midiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"midiéramos" ; "midiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"midierais" ; "midieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"midieran" ; "midiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "midiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "midieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "midiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "midiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "midierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "midieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "midiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "midieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "midiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "midiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "midieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "midiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "medí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "mediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "midió" ;--# notpresent @@ -67039,12 +73135,12 @@ lin medir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "mediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "mediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "medirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "midiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "midieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "midiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "midiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "midiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "midieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "midiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "midieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "midiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "midiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "midiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "midieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "mediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "medirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "mediría" ;--# notpresent @@ -67075,24 +73171,30 @@ lin pedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "pedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "pedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "piden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "pidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "pidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "pidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "pidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "pidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "pidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "pidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "pidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "pedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "pedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "pedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "pedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "pedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "pedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pidieras" ; "pidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pidiera" ; "pidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pidiéramos" ; "pidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pidierais" ; "pidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pidieran" ; "pidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pidió" ;--# notpresent @@ -67105,12 +73207,12 @@ lin pedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "pediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "pediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "pedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "pediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "pedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "pediría" ;--# notpresent @@ -67141,24 +73243,30 @@ lin preconcebir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "preconcebimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preconcebís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preconciben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "preconciba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preconcibas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "preconciba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preconcibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preconcibáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "preconciban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "preconciba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preconcibas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "preconciba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preconcibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preconcibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "preconciban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preconcebía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preconcebías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preconcebía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preconcebíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preconcebíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preconcebían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"preconcibieras" ; "preconcibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"preconcibiera" ; "preconcibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"preconcibiéramos" ; "preconcibiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"preconcibierais" ; "preconcibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"preconcibieran" ; "preconcibiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "preconcibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "preconcibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "preconcibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "preconcibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "preconcibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "preconcibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "preconcibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "preconcibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "preconcibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "preconcibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "preconcibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "preconcibiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "preconcebí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "preconcebiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "preconcibió" ;--# notpresent @@ -67171,12 +73279,12 @@ lin preconcebir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preconcebiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preconcebiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preconcebirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "preconcibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "preconcibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "preconcibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "preconcibiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "preconcibieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "preconcibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "preconcibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "preconcibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "preconcibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "preconcibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "preconcebiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preconcebirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "preconcebiría" ;--# notpresent @@ -67207,24 +73315,30 @@ lin rece {- VPB (Pres Ind C.Pl C.P1) => -} "receñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "receñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reciñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reciña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reciñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reciña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reciñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reciñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reciñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reciña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reciñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reciña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reciñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reciñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reciñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "receñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "receñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "receñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "receñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "receñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "receñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reciñera" ; "reciñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reciñeras" ; "reciñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reciñera" ; "reciñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reciñéramos" ; "reciñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reciñerais" ; "reciñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reciñeran" ; "reciñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reciñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reciñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reciñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reciñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reciñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reciñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reciñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reciñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reciñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reciñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reciñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "receñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "receñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reciñó" ;--# notpresent @@ -67237,12 +73351,12 @@ lin rece {- VPB (Fut Ind C.Pl C.P1) => -} "receñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "receñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "receñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reciñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reciñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reciñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reciñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reciñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reciñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reciñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reciñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reciñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reciñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reciñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reciñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "receñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "receñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "receñiría" ;--# notpresent @@ -67273,24 +73387,30 @@ lin reexpedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reexpedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reexpedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reexpiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reexpida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reexpidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reexpida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reexpidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reexpidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reexpidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reexpida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reexpidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reexpida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reexpidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reexpidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reexpidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reexpedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reexpedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reexpedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reexpedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reexpedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reexpedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reexpidieras" ; "reexpidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reexpidiera" ; "reexpidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reexpidiéramos" ; "reexpidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reexpidierais" ; "reexpidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reexpidieran" ; "reexpidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reexpidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reexpidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reexpidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reexpidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reexpidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reexpidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reexpidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reexpidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reexpidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reexpidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reexpidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reexpidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reexpedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reexpediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reexpidió" ;--# notpresent @@ -67303,12 +73423,12 @@ lin reexpedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reexpediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reexpediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reexpedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reexpidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reexpidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reexpidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reexpidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reexpidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reexpidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reexpidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reexpidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reexpidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reexpidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reexpediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reexpedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reexpediría" ;--# notpresent @@ -67339,24 +73459,30 @@ lin rehenchir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rehenchimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rehenchís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rehinchen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rehincha" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rehinchas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rehincha" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rehinchamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rehincháis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rehinchan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rehincha" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rehinchas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rehincha" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rehinchamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rehincháis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rehinchan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rehenchía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rehenchías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rehenchía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rehenchíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rehenchíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rehenchían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rehinchieras" ; "rehinchieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rehinchiera" ; "rehinchiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rehinchiéramos" ; "rehinchiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rehinchierais" ; "rehinchieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rehinchieran" ; "rehinchiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rehinchiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rehinchieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rehinchiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rehinchiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rehinchierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rehinchieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rehinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rehinchieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rehinchiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rehinchiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rehinchieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rehinchiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rehenchí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rehenchiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rehinchió" ;--# notpresent @@ -67369,12 +73495,12 @@ lin rehenchir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rehenchiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rehenchiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rehenchirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rehinchiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rehinchieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rehinchiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rehinchiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rehinchieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rehinchieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rehinchiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rehinchiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rehinchiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rehinchieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rehenchiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rehenchirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rehenchiría" ;--# notpresent @@ -67405,24 +73531,30 @@ lin remedir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "remedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "remedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "remiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "remida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "remidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "remida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "remidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "remidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "remidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "remida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "remidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "remida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "remidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "remidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "remidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "remedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "remedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "remedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "remedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "remedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "remedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"remidieras" ; "remidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"remidiera" ; "remidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"remidiéramos" ; "remidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"remidierais" ; "remidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"remidieran" ; "remidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "remidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "remidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "remidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "remidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "remidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "remidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "remidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "remidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "remidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "remidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "remidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "remidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "remedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "remediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "remidió" ;--# notpresent @@ -67435,12 +73567,12 @@ lin remedir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "remediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "remediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "remedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "remidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "remidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "remidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "remidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "remidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "remidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "remidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "remidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "remidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "remidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "remidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "remidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "remediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "remedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "remediría" ;--# notpresent @@ -67471,24 +73603,30 @@ lin rendir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "rendimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "rendís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "rinden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "rinda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rindas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "rinda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "rindamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "rindáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rindan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "rinda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rindas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "rinda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "rindamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "rindáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rindan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "rendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "rendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "rendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "rendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "rendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "rendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rindieras" ; "rindieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rindiera" ; "rindiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rindiéramos" ; "rindiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rindierais" ; "rindieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rindieran" ; "rindiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rindiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rindieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rindiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rindiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rindierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rindieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rindiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rindieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rindiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rindiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rindieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rindiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "rendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "rendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rindió" ;--# notpresent @@ -67501,12 +73639,12 @@ lin rendir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "rendiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "rendiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "rendirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rindiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rindieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rindiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rindiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rindiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rindieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rindiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rindieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rindiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rindiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rindiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rindieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "rendiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "rendirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "rendiría" ;--# notpresent @@ -67537,24 +73675,30 @@ lin re {- VPB (Pres Ind C.Pl C.P1) => -} "reñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "riñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "riña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "riñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "riña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "riñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "riñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "riñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "riña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "riñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "riña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "riñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "riñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "riñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riñera" ; "riñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"riñeras" ; "riñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riñera" ; "riñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riñéramos" ; "riñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"riñerais" ; "riñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"riñeran" ; "riñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "riñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "riñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "riñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "riñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "riñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "riñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "riñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "riñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "riñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "riñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "riñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "riñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "riñó" ;--# notpresent @@ -67567,12 +73711,12 @@ lin re {- VPB (Fut Ind C.Pl C.P1) => -} "reñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "riñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "riñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "riñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "riñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "riñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "riñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "riñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "riñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "riñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "riñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "riñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "riñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reñiría" ;--# notpresent @@ -67603,24 +73747,30 @@ lin repetir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "repetimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "repetís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "repiten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "repita" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "repitas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "repita" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "repitamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "repitáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "repitan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "repita" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "repitas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "repita" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "repitamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "repitáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "repitan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "repetía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "repetías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "repetía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "repetíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "repetíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "repetían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"repitieras" ; "repitieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"repitiera" ; "repitiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"repitiéramos" ; "repitiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"repitierais" ; "repitieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"repitieran" ; "repitiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "repitiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "repitieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "repitiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "repitiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "repitierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "repitieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "repitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "repitieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "repitiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "repitiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "repitieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "repitiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "repetí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "repetiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "repitió" ;--# notpresent @@ -67633,12 +73783,12 @@ lin repetir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "repetiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "repetiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "repetirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "repitiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "repitieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "repitiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "repitiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "repitiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "repitieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "repitiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "repitieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "repitiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "repitiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "repitiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "repitieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "repetiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "repetirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "repetiría" ;--# notpresent @@ -67669,24 +73819,30 @@ lin rete {- VPB (Pres Ind C.Pl C.P1) => -} "reteñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reteñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retiñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retiña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retiñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retiña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retiñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retiñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retiñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retiñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reteñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reteñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reteñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reteñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reteñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reteñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retiñera" ; "retiñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retiñeras" ; "retiñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retiñera" ; "retiñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retiñéramos" ; "retiñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retiñerais" ; "retiñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retiñeran" ; "retiñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retiñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reteñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reteñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retiñó" ;--# notpresent @@ -67699,12 +73855,12 @@ lin rete {- VPB (Fut Ind C.Pl C.P1) => -} "reteñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reteñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reteñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retiñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retiñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retiñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retiñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retiñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retiñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retiñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reteñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reteñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reteñiría" ;--# notpresent @@ -67735,24 +73891,30 @@ lin revestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "revestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "revisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "revistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "revistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "revistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "revistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "revistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "revistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "revestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "revestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "revestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "revestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "revestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "revestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revistieras" ; "revistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"revistiera" ; "revistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"revistiéramos" ; "revistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revistierais" ; "revistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revistieran" ; "revistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "revistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "revistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "revistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "revistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "revistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "revistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "revistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "revestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revistió" ;--# notpresent @@ -67765,12 +73927,12 @@ lin revestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "revestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "revestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "revestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "revistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "revistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "revistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "revistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "revistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "revistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "revistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "revistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "revestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revestiría" ;--# notpresent @@ -67801,24 +73963,30 @@ lin servir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "servimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "servís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sirven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sirva" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sirvas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sirva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sirvamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sirváis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sirvan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sirva" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sirvas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sirva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sirvamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sirváis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sirvan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "servía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "servías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "servía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "servíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "servíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "servían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sirvieras" ; "sirvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sirviera" ; "sirviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sirviéramos" ; "sirviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sirvierais" ; "sirvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sirvieran" ; "sirviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sirviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sirvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sirviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sirviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sirvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sirvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sirvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sirviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sirviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sirvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sirviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "serví" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "serviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sirvió" ;--# notpresent @@ -67831,12 +73999,12 @@ lin servir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "serviremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "serviréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "servirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sirviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sirvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sirviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sirviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sirviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sirvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sirviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sirvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sirviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sirviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sirviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sirvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "serviría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "servirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "serviría" ;--# notpresent @@ -67867,24 +74035,30 @@ lin sobrevestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobrevestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobrevestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobrevisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobrevista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobrevistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobrevista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobrevistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobrevistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobrevistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobrevista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobrevistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobrevista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobrevistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobrevistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobrevistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobrevestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobrevestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobrevestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobrevestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobrevestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobrevestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobrevistieras" ; "sobrevistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobrevistiera" ; "sobrevistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobrevistiéramos" ; "sobrevistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobrevistierais" ; "sobrevistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobrevistieran" ; "sobrevistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobrevistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobrevistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobrevistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobrevistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobrevistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobrevistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobrevistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobrevistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobrevistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobrevistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobrevistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobrevistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobrevestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobrevestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobrevistió" ;--# notpresent @@ -67897,12 +74071,12 @@ lin sobrevestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobrevestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobrevestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobrevestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobrevistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobrevistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobrevistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobrevistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobrevistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobrevistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobrevestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobrevestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobrevestiría" ;--# notpresent @@ -67933,24 +74107,30 @@ lin te {- VPB (Pres Ind C.Pl C.P1) => -} "teñimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "teñís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "tiñen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "tiña" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "tiñas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "tiña" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "tiñamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "tiñáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "tiñan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "tiña" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "tiñas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "tiña" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "tiñamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "tiñáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "tiñan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "teñía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "teñías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "teñía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "teñíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "teñíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "teñían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tiñera" ; "tiñese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tiñeras" ; "tiñeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tiñera" ; "tiñese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tiñéramos" ; "tiñésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tiñerais" ; "tiñeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tiñeran" ; "tiñesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tiñera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tiñeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tiñera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tiñéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tiñerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tiñeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tiñeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tiñese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tiñésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tiñeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tiñesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "teñí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "teñiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tiñó" ;--# notpresent @@ -67963,12 +74143,12 @@ lin te {- VPB (Fut Ind C.Pl C.P1) => -} "teñiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "teñiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "teñirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tiñere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tiñeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tiñere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tiñéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tiñereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tiñeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tiñere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tiñeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tiñere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tiñéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tiñereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tiñeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "teñiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "teñirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "teñiría" ;--# notpresent @@ -67999,24 +74179,30 @@ lin travestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "travestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "travestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "travisten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "travista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "travistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "travista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "travistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "travistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "travistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "travista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "travistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "travista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "travistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "travistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "travistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "travestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "travestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "travestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "travestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "travestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "travestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"travistieras" ; "travistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"travistiera" ; "travistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"travistiéramos" ; "travistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"travistierais" ; "travistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"travistieran" ; "travistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "travistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "travistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "travistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "travistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "travistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "travistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "travistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "travistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "travistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "travistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "travistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "travistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "travestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "travestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "travistió" ;--# notpresent @@ -68029,12 +74215,12 @@ lin travestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "travestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "travestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "travestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "travistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "travistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "travistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "travistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "travistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "travistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "travistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "travistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "travistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "travistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "travistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "travistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "travestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "travestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "travestiría" ;--# notpresent @@ -68065,24 +74251,30 @@ lin vestir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vestimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "vestís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "visten" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vista" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "vistas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vista" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "vistamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "vistáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vistan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vista" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "vistas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vista" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "vistamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "vistáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vistan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "vestía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "vestías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "vestía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "vestíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "vestíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "vestían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vistieras" ; "vistieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"vistiera" ; "vistiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"vistiéramos" ; "vistiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vistierais" ; "vistieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vistieran" ; "vistiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "vistiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vistieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "vistiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "vistiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vistierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vistieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "vistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vistieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "vistiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "vistiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vistieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "vistiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vestí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "vestiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vistió" ;--# notpresent @@ -68095,12 +74287,12 @@ lin vestir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "vestiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "vestiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "vestirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "vistiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vistieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "vistiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "vistiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "vistiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vistieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "vistiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vistieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "vistiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "vistiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "vistiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vistieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vestiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "vestirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vestiría" ;--# notpresent @@ -68131,24 +74323,30 @@ lin acomedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "acomedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "acomedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "acomiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "acomida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "acomidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "acomida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "acomidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "acomidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "acomidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "acomida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "acomidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "acomida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "acomidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "acomidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "acomidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "acomedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "acomedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "acomedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "acomedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "acomedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "acomedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"acomidieras" ; "acomidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"acomidiera" ; "acomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"acomidiéramos" ; "acomidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"acomidierais" ; "acomidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"acomidieran" ; "acomidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "acomidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "acomidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "acomidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "acomidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "acomidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "acomidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "acomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "acomidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "acomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "acomidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "acomidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "acomidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "acomedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "acomediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "acomidió" ;--# notpresent @@ -68161,12 +74359,12 @@ lin acomedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "acomediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "acomediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "acomedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "acomidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "acomidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "acomidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "acomidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "acomidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "acomidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "acomidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "acomidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "acomidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "acomidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "acomidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "acomediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "acomedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "acomediría" ;--# notpresent @@ -68197,24 +74395,30 @@ lin comedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "comedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "comedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "comiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "comida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "comidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "comida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "comidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "comidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "comidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "comida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "comidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "comida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "comidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "comidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "comidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "comedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "comedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "comedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "comedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "comedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "comedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"comidieras" ; "comidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"comidiera" ; "comidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"comidiéramos" ; "comidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"comidierais" ; "comidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"comidieran" ; "comidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "comidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "comidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "comidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "comidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "comidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "comidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "comidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "comidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "comidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "comidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "comidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "comidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "comedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "comediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "comidió" ;--# notpresent @@ -68227,12 +74431,12 @@ lin comedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "comediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "comediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "comedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "comidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "comidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "comidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "comidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "comidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "comidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "comidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "comidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "comidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "comidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "comidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "comidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "comediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "comedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "comediría" ;--# notpresent @@ -68263,24 +74467,30 @@ lin descomedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "descomedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "descomedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "descomiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "descomida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "descomidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "descomida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "descomidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "descomidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "descomidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "descomida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "descomidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "descomida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "descomidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "descomidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "descomidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "descomedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "descomedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "descomedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "descomedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "descomedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "descomedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"descomidieras" ; "descomidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"descomidiera" ; "descomidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"descomidiéramos" ; "descomidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"descomidierais" ; "descomidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"descomidieran" ; "descomidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "descomidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "descomidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "descomidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "descomidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "descomidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "descomidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "descomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "descomidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "descomidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "descomidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "descomidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "descomidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "descomedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "descomediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "descomidió" ;--# notpresent @@ -68293,12 +74503,12 @@ lin descomedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "descomediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "descomediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "descomedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "descomidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "descomidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "descomidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "descomidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "descomidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "descomidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "descomidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "descomidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "descomidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "descomidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "descomidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "descomediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "descomedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "descomediría" ;--# notpresent @@ -68329,24 +74539,30 @@ lin desmedirse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} "desmedimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desmedís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desmiden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desmida" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desmidas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desmida" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desmidamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desmidáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desmidan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desmida" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desmidas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desmida" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desmidamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desmidáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desmidan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desmedía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desmedías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desmedía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desmedíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desmedíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desmedían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desmidieras" ; "desmidieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desmidiera" ; "desmidiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desmidiéramos" ; "desmidiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desmidierais" ; "desmidieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desmidieran" ; "desmidiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desmidiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desmidieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desmidiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desmidiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desmidierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desmidieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desmidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desmidieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desmidiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desmidiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desmidieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desmidiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desmedí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desmediste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desmidió" ;--# notpresent @@ -68359,12 +74575,12 @@ lin desmedirse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} "desmediremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desmediréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desmedirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desmidiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desmidieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desmidiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desmidiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desmidiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desmidieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desmidieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desmidiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desmidiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desmidiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desmidieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desmediría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desmedirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desmediría" ;--# notpresent @@ -68395,24 +74611,30 @@ lin abarse_V = reflVerboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} variants {} ;--# notpresent @@ -68425,12 +74647,12 @@ lin abarse_V = reflVerboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -68461,24 +74683,30 @@ lin poder_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "podemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "podéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "pueden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "pueda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "puedas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "pueda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "podamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "podáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "puedan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "pueda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "puedas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "pueda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "podamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "podáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "puedan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "podía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "podías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "podía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "podíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "podíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "podían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"pudieras" ; "pudieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"pudiera" ; "pudiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"pudiéramos" ; "pudiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"pudierais" ; "pudieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"pudieran" ; "pudiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "pudiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "pudieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "pudiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "pudiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "pudierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "pudieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "pudiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "pudieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "pudiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "pudiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "pudieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "pudiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "pude" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "pudiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "pudo" ;--# notpresent @@ -68491,12 +74719,12 @@ lin poder_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "podremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "podréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "podrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "pudiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "pudieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "pudiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "pudiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "pudiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "pudieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "pudiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "pudieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "pudiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "pudiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "pudiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "pudieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "podría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "podrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "podría" ;--# notpresent @@ -68527,24 +74755,30 @@ lin bienquerer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "bienqueremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bienqueréis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bienquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bienquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bienquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bienquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bienqueramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bienqueráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bienquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bienquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bienquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bienquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bienqueramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bienqueráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bienquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bienquería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bienquerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bienquería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bienqueríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bienqueríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bienquerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bienquisieras" ; "bienquisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bienquisiera" ; "bienquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bienquisiéramos" ; "bienquisiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bienquisierais" ; "bienquisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bienquisieran" ; "bienquisiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bienquisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bienquisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bienquisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bienquisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bienquisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bienquisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bienquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bienquisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bienquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bienquisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bienquisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bienquisiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bienquise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bienquisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bienquiso" ;--# notpresent @@ -68557,12 +74791,12 @@ lin bienquerer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "bienquerremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bienquerréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bienquerrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bienquisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bienquisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bienquisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bienquisiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bienquisieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bienquisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bienquisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bienquisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bienquisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bienquisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bienquerría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bienquerrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bienquerría" ;--# notpresent @@ -68593,24 +74827,30 @@ lin desquerer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desqueremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desqueréis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desqueramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desqueráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desqueramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desqueráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desquería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desquerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desquería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desqueríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desqueríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desquerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desquisieras" ; "desquisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desquisiera" ; "desquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desquisiéramos" ; "desquisiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desquisierais" ; "desquisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desquisieran" ; "desquisiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desquisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desquisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desquisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desquisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desquisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desquisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desquisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desquisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desquisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desquisiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desquise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desquisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desquiso" ;--# notpresent @@ -68623,12 +74863,12 @@ lin desquerer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desquerremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desquerréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desquerrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desquisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desquisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desquisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desquisiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desquisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desquisieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desquisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desquisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desquisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desquisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desquisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desquerría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desquerrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desquerría" ;--# notpresent @@ -68659,24 +74899,30 @@ lin malquerer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "malqueremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "malqueréis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "malquieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "malquiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "malquieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "malquiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "malqueramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "malqueráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "malquieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "malquiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "malquieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "malquiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "malqueramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "malqueráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "malquieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "malquería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "malquerías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "malquería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "malqueríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "malqueríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "malquerían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"malquisieras" ; "malquisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"malquisiera" ; "malquisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"malquisiéramos" ; "malquisiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"malquisierais" ; "malquisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"malquisieran" ; "malquisiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "malquisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "malquisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "malquisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "malquisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "malquisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "malquisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "malquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "malquisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "malquisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "malquisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "malquisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "malquisiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "malquise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "malquisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "malquiso" ;--# notpresent @@ -68689,12 +74935,12 @@ lin malquerer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "malquerremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "malquerréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "malquerrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "malquisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "malquisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "malquisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "malquisiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "malquisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "malquisieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "malquisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "malquisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "malquisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "malquisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "malquisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "malquerría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "malquerrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "malquerría" ;--# notpresent @@ -68725,24 +74971,30 @@ lin querer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "queremos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "queréis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "quieren" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "quiera" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "quieras" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "quiera" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "queramos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "queráis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "quieran" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "quiera" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "quieras" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "quiera" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "queramos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "queráis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "quieran" ; {- VPB (Impf Ind C.Sg C.P1) => -} "quería" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "querías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "quería" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "queríamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "queríais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "querían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"quisieras" ; "quisieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"quisiera" ; "quisiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"quisiéramos" ; "quisiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"quisierais" ; "quisieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"quisieran" ; "quisiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "quisiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "quisieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "quisiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "quisiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "quisierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "quisieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "quisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "quisieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "quisiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "quisiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "quisieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "quisiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "quise" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "quisiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "quiso" ;--# notpresent @@ -68755,12 +75007,12 @@ lin querer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "querremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "querréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "querrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "quisiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "quisieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "quisiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "quisiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "quisiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "quisieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "quisiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "quisieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "quisiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "quisiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "quisiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "quisieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "querría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "querrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "querría" ;--# notpresent @@ -68791,24 +75043,30 @@ lin antedecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antedecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "antedecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "antedicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "antedigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "antedigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "antedigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antedigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "antedigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "antedigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "antedigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antedigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "antedecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "antedecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "antedecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "antedecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "antedecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "antedecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antedijeras" ; "antedijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"antedijera" ; "antedijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"antedijéramos" ; "antedijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antedijerais" ; "antedijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antedijeran" ; "antedijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "antedijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antedijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "antedijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "antedijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antedijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antedijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "antedijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antedijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "antedijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "antedijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antedijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "antedijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antedije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "antedijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antedijo" ;--# notpresent @@ -68821,12 +75079,12 @@ lin antedecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "antedeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "antedeciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "antedecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "antedijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antedijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "antedijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "antedijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "antedijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antedijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "antedijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antedijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "antedijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "antedijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "antedijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antedijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antedeciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "antedecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antedeciría" ;--# notpresent @@ -68857,24 +75115,30 @@ lin bendecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "bendecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "bendecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "bendicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "bendiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "bendigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "bendiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "bendigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "bendigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "bendigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "bendiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "bendigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "bendiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "bendigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "bendigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "bendigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "bendecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "bendecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "bendecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "bendecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "bendecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "bendecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"bendijeras" ; "bendijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"bendijera" ; "bendijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"bendijéramos" ; "bendijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"bendijerais" ; "bendijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"bendijeran" ; "bendijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "bendijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "bendijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "bendijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "bendijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "bendijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "bendijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "bendijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "bendijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "bendijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "bendijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "bendijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "bendijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "bendije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "bendijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "bendijo" ;--# notpresent @@ -68887,12 +75151,12 @@ lin bendecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "bendeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "bendeciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "bendecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "bendijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "bendijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "bendijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "bendijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "bendijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "bendijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "bendijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "bendijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "bendijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "bendijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "bendijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "bendijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "bendeciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "bendecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "bendeciría" ;--# notpresent @@ -68923,24 +75187,30 @@ lin contradecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "contradecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "contradecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "contradicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "contradiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "contradigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "contradiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "contradigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "contradigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "contradigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "contradiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "contradigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "contradiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "contradigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "contradigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "contradigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "contradecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "contradecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "contradecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "contradecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "contradecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "contradecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"contradijeras" ; "contradijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"contradijera" ; "contradijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"contradijéramos" ; "contradijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"contradijerais" ; "contradijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"contradijeran" ; "contradijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "contradijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "contradijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "contradijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "contradijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "contradijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "contradijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "contradijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "contradijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "contradijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "contradijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "contradijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "contradijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "contradije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "contradijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "contradijo" ;--# notpresent @@ -68953,12 +75223,12 @@ lin contradecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "contradeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "contradeciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "contradecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "contradijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "contradijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "contradijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "contradijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "contradijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "contradijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "contradijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "contradijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "contradijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "contradijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "contradijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "contradijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "contradeciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "contradecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "contradeciría" ;--# notpresent @@ -68989,24 +75259,30 @@ lin desdecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "desdecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desdecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "desdicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "desdiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "desdigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "desdiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desdigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desdigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "desdigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "desdiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "desdigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "desdiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desdigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desdigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "desdigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desdecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desdecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desdecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desdecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desdecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desdecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"desdijeras" ; "desdijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desdijera" ; "desdijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desdijéramos" ; "desdijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"desdijerais" ; "desdijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"desdijeran" ; "desdijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desdijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "desdijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desdijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desdijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "desdijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "desdijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desdijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "desdijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desdijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desdijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "desdijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desdijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desdije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desdijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "desdijo" ;--# notpresent @@ -69019,12 +75295,12 @@ lin desdecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "desdeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desdeciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desdecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desdijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "desdijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desdijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desdijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desdijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "desdijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desdijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "desdijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desdijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desdijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desdijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "desdijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desdeciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desdecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desdeciría" ;--# notpresent @@ -69055,24 +75331,30 @@ lin entredecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entredecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entredecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entredicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entredigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entredigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entredigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entredigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entredigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entredigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entredigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entredigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entredecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entredecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entredecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entredecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entredecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entredecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entredijeras" ; "entredijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entredijera" ; "entredijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entredijéramos" ; "entredijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entredijerais" ; "entredijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entredijeran" ; "entredijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entredijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entredijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entredijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entredijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entredijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entredijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entredijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entredijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entredijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entredijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entredijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entredijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entredije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entredijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entredijo" ;--# notpresent @@ -69085,12 +75367,12 @@ lin entredecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entredeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entredeciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entredecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entredijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entredijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entredijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entredijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entredijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entredijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entredijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entredijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entredijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entredijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entredijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entredijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entredeciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entredecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entredeciría" ;--# notpresent @@ -69121,24 +75403,30 @@ lin predecir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "predecimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "predecís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "predicen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prediga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "predigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prediga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "predigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "predigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "predigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prediga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "predigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prediga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "predigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "predigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "predigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "predecía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "predecías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "predecía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "predecíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "predecíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "predecían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"predijera" ; "predijese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"predijeras" ; "predijeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"predijera" ; "predijese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"predijéramos" ; "predijésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"predijerais" ; "predijeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"predijeran" ; "predijesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "predijera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "predijeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "predijera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "predijéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "predijerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "predijeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "predijese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "predijeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "predijese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "predijésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "predijeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "predijesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "predije" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "predijiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "predijo" ;--# notpresent @@ -69151,12 +75439,12 @@ lin predecir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "predeciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "predeciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "predecirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "predijere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "predijeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "predijere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "predijéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "predijereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "predijeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "predijere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "predijeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "predijere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "predijéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "predijereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "predijeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "predeciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "predecirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "predeciría" ;--# notpresent @@ -69187,24 +75475,30 @@ lin aducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "aducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "aducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "aducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "aduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "aduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "aduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "aduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "aduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "aduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "aduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "aduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "aduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "aduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "aduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "aduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "aducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "aducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "aducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "aducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "aducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "aducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"adujera" ; "adujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"adujeras" ; "adujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"adujera" ; "adujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"adujéramos" ; "adujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"adujerais" ; "adujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"adujeran" ; "adujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "adujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "adujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "adujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "adujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "adujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "adujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "adujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "adujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "adujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "adujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "adujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "adujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "aduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "adujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "adujo" ;--# notpresent @@ -69217,12 +75511,12 @@ lin aducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "aduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "aduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "aducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "adujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "adujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "adujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "adujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "adujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "adujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "adujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "adujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "adujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "adujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "adujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "adujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "aduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "aducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "aduciría" ;--# notpresent @@ -69253,24 +75547,30 @@ lin conducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "conducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "conducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "conducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "conduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "conduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "conduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "conduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "conduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "conduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "conduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "conduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "conduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "conduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "conduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "conduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "conducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "conducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "conducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "conducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "conducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "conducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"condujera" ; "condujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"condujeras" ; "condujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"condujera" ; "condujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"condujéramos" ; "condujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"condujerais" ; "condujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"condujeran" ; "condujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "condujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "condujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "condujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "condujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "condujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "condujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "condujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "condujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "condujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "condujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "condujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "condujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "conduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "condujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "condujo" ;--# notpresent @@ -69283,12 +75583,12 @@ lin conducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "conduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "conduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "conducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "condujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "condujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "condujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "condujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "condujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "condujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "condujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "condujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "condujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "condujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "condujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "condujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "conduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "conducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "conduciría" ;--# notpresent @@ -69319,24 +75619,30 @@ lin coproducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "coproducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "coproducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "coproducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "coproduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "coproduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "coproduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "coproduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "coproduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "coproduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "coproduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "coproduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "coproduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "coproduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "coproduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "coproduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "coproducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "coproducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "coproducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "coproducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "coproducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "coproducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"coprodujeras" ; "coprodujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"coprodujera" ; "coprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"coprodujéramos" ; "coprodujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"coprodujerais" ; "coprodujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"coprodujeran" ; "coprodujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "coprodujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "coprodujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "coprodujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "coprodujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "coprodujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "coprodujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "coprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "coprodujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "coprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "coprodujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "coprodujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "coprodujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "coproduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "coprodujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "coprodujo" ;--# notpresent @@ -69349,12 +75655,12 @@ lin coproducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "coproduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "coproduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "coproducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "coprodujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "coprodujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "coprodujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "coprodujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "coprodujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "coprodujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "coprodujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "coprodujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "coprodujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "coprodujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "coprodujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "coproduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "coproducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "coproduciría" ;--# notpresent @@ -69385,24 +75691,30 @@ lin deducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "deducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "deducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "deduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "deduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "deduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "deduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "deducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "deducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "deducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "deducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "deducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "deducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"dedujeras" ; "dedujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"dedujera" ; "dedujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"dedujéramos" ; "dedujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"dedujerais" ; "dedujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"dedujeran" ; "dedujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "dedujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "dedujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "dedujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "dedujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "dedujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "dedujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "dedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "dedujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "dedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "dedujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "dedujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "dedujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "deduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "dedujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "dedujo" ;--# notpresent @@ -69415,12 +75727,12 @@ lin deducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "deduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "deduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "deducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "dedujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "dedujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "dedujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "dedujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "dedujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "dedujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "dedujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "dedujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "dedujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "dedujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "dedujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "dedujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "deduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "deducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "deduciría" ;--# notpresent @@ -69451,24 +75763,30 @@ lin inducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "inducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "inducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "inducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "induzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "induzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "induzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "induzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "induzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "induzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "induzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "induzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "induzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "induzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "induzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "induzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "inducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "inducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "inducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "inducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "inducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "inducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"indujera" ; "indujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"indujeras" ; "indujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"indujera" ; "indujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"indujéramos" ; "indujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"indujerais" ; "indujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"indujeran" ; "indujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "indujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "indujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "indujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "indujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "indujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "indujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "indujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "indujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "indujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "indujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "indujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "indujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "induje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "indujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "indujo" ;--# notpresent @@ -69481,12 +75799,12 @@ lin inducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "induciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "induciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "inducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "indujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "indujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "indujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "indujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "indujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "indujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "indujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "indujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "indujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "indujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "indujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "indujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "induciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "inducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "induciría" ;--# notpresent @@ -69517,24 +75835,30 @@ lin introducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "introducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "introducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "introducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "introduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "introduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "introduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "introduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "introduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "introduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "introduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "introduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "introduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "introduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "introduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "introduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "introducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "introducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "introducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "introducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "introducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "introducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"introdujeras" ; "introdujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"introdujera" ; "introdujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"introdujéramos" ; "introdujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"introdujerais" ; "introdujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"introdujeran" ; "introdujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "introdujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "introdujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "introdujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "introdujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "introdujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "introdujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "introdujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "introdujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "introdujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "introdujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "introdujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "introdujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "introduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "introdujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "introdujo" ;--# notpresent @@ -69547,12 +75871,12 @@ lin introducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "introduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "introduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "introducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "introdujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "introdujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "introdujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "introdujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "introdujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "introdujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "introdujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "introdujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "introdujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "introdujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "introdujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "introdujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "introduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "introducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "introduciría" ;--# notpresent @@ -69583,24 +75907,30 @@ lin producir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "producimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "producís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "producen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "produzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "produzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "produzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "produzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "produzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "produzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "produzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "produzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "produzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "produzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "produzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "produzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "producía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "producías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "producía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "producíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "producíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "producían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"produjera" ; "produjese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"produjeras" ; "produjeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"produjera" ; "produjese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"produjéramos" ; "produjésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"produjerais" ; "produjeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"produjeran" ; "produjesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "produjera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "produjeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "produjera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "produjéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "produjerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "produjeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "produjese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "produjeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "produjese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "produjésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "produjeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "produjesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "produje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "produjiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "produjo" ;--# notpresent @@ -69613,12 +75943,12 @@ lin producir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "produciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "produciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "producirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "produjere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "produjeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "produjere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "produjéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "produjereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "produjeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "produjere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "produjeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "produjere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "produjéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "produjereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "produjeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "produciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "producirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "produciría" ;--# notpresent @@ -69649,24 +75979,30 @@ lin reconducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reconducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reconducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reconducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reconduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reconduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reconduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reconduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reconduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reconduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reconduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reconduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reconduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reconduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reconduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reconduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reconducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reconducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reconducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reconducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reconducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reconducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"recondujeras" ; "recondujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"recondujera" ; "recondujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"recondujéramos" ; "recondujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"recondujerais" ; "recondujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"recondujeran" ; "recondujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "recondujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "recondujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "recondujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "recondujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "recondujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "recondujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "recondujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "recondujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "recondujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "recondujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "recondujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "recondujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reconduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "recondujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "recondujo" ;--# notpresent @@ -69679,12 +76015,12 @@ lin reconducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reconduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reconduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reconducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "recondujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "recondujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "recondujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "recondujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "recondujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "recondujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "recondujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "recondujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "recondujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "recondujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "recondujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "recondujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reconduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reconducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reconduciría" ;--# notpresent @@ -69715,24 +76051,30 @@ lin reducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"redujera" ; "redujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"redujeras" ; "redujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"redujera" ; "redujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"redujéramos" ; "redujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"redujerais" ; "redujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"redujeran" ; "redujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "redujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "redujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "redujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "redujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "redujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "redujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "redujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "redujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "redujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "redujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "redujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "redujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "redujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "redujo" ;--# notpresent @@ -69745,12 +76087,12 @@ lin reducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "redujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "redujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "redujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "redujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "redujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "redujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "redujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "redujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "redujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "redujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "redujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "redujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reduciría" ;--# notpresent @@ -69781,24 +76123,30 @@ lin reproducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reproducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reproducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reproducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reproduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reproduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reproduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reproduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reproduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reproduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reproduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reproduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reproduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reproduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reproduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reproduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reproducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reproducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reproducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reproducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reproducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reproducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reprodujeras" ; "reprodujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reprodujera" ; "reprodujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reprodujéramos" ; "reprodujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reprodujerais" ; "reprodujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reprodujeran" ; "reprodujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reprodujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reprodujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reprodujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reprodujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reprodujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reprodujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reprodujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reprodujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reprodujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reprodujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reprodujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reproduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reprodujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reprodujo" ;--# notpresent @@ -69811,12 +76159,12 @@ lin reproducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reproduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reproduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reproducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reprodujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reprodujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reprodujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reprodujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reprodujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reprodujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reprodujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reprodujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reprodujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reprodujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reprodujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reproduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reproducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reproduciría" ;--# notpresent @@ -69847,24 +76195,30 @@ lin retraducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "retraducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "retraducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "retraducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "retraduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "retraduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "retraduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "retraduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "retraduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "retraduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "retraduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "retraduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "retraduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "retraduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "retraduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "retraduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "retraducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "retraducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "retraducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "retraducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "retraducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "retraducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"retradujeras" ; "retradujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"retradujera" ; "retradujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"retradujéramos" ; "retradujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"retradujerais" ; "retradujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"retradujeran" ; "retradujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "retradujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "retradujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "retradujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "retradujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "retradujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "retradujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "retradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "retradujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "retradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "retradujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "retradujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "retradujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "retraduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "retradujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "retradujo" ;--# notpresent @@ -69877,12 +76231,12 @@ lin retraducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "retraduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "retraduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "retraducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "retradujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "retradujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "retradujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "retradujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "retradujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "retradujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "retradujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "retradujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "retradujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "retradujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "retradujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "retradujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "retraduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "retraducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "retraduciría" ;--# notpresent @@ -69913,24 +76267,30 @@ lin seducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "seducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "seducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "seducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "seduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "seduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "seduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "seduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "seduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "seduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "seduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "seduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "seduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "seduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "seduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "seduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "seducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "seducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "seducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "seducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "seducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "seducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sedujeras" ; "sedujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sedujera" ; "sedujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sedujéramos" ; "sedujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sedujerais" ; "sedujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sedujeran" ; "sedujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sedujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sedujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sedujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sedujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sedujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sedujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sedujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sedujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sedujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sedujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sedujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "seduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sedujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sedujo" ;--# notpresent @@ -69943,12 +76303,12 @@ lin seducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "seduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "seduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "seducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sedujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sedujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sedujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sedujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sedujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sedujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sedujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sedujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sedujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sedujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sedujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sedujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "seduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "seducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "seduciría" ;--# notpresent @@ -69979,24 +76339,30 @@ lin traducir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "traducimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "traducís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "traducen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "traduzca" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "traduzcas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "traduzca" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "traduzcamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "traduzcáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "traduzcan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "traduzca" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "traduzcas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "traduzca" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "traduzcamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "traduzcáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "traduzcan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "traducía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "traducías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "traducía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "traducíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "traducíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "traducían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"tradujeras" ; "tradujeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"tradujera" ; "tradujese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"tradujéramos" ; "tradujésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"tradujerais" ; "tradujeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"tradujeran" ; "tradujesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "tradujera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "tradujeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "tradujera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "tradujéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "tradujerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "tradujeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "tradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "tradujeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "tradujese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "tradujésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "tradujeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "tradujesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "traduje" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "tradujiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "tradujo" ;--# notpresent @@ -70009,12 +76375,12 @@ lin traducir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "traduciremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "traduciréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "traducirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "tradujere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "tradujeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "tradujere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "tradujéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "tradujereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "tradujeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "tradujere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "tradujeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "tradujere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "tradujéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "tradujereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "tradujeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "traduciría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "traducirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "traduciría" ;--# notpresent @@ -70045,24 +76411,30 @@ lin cohibir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "cohibimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "cohibís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "cohíben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "cohíba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "cohíbas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "cohíba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "cohibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "cohibáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "cohíban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "cohíba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "cohíbas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "cohíba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "cohibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "cohibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "cohíban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "cohibía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "cohibías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "cohibía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "cohibíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "cohibíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "cohibían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"cohibieras" ; "cohibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"cohibiera" ; "cohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"cohibiéramos" ; "cohibiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"cohibierais" ; "cohibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"cohibieran" ; "cohibiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "cohibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "cohibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "cohibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "cohibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "cohibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "cohibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "cohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "cohibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "cohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "cohibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "cohibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "cohibiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "cohibí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "cohibiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "cohibió" ;--# notpresent @@ -70075,12 +76447,12 @@ lin cohibir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "cohibiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "cohibiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "cohibirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "cohibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "cohibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "cohibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "cohibiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "cohibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "cohibieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "cohibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "cohibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "cohibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "cohibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "cohibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "cohibiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "cohibirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "cohibiría" ;--# notpresent @@ -70111,24 +76483,30 @@ lin prohibir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prohibimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prohibís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prohíben" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prohíba" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prohíbas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prohíba" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prohibamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prohibáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prohíban" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prohíba" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prohíbas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prohíba" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prohibamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prohibáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prohíban" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prohibía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prohibías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prohibía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prohibíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prohibíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prohibían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prohibieras" ; "prohibieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prohibiera" ; "prohibiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prohibiéramos" ; "prohibiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prohibierais" ; "prohibieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prohibieran" ; "prohibiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prohibiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prohibieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prohibiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prohibiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prohibierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prohibieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prohibieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prohibiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prohibiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prohibieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prohibiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prohibí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prohibiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prohibió" ;--# notpresent @@ -70141,12 +76519,12 @@ lin prohibir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prohibiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prohibiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prohibirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prohibiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prohibieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prohibiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prohibiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prohibiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prohibieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prohibieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prohibiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prohibiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prohibiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prohibieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prohibiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prohibirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prohibiría" ;--# notpresent @@ -70177,24 +76555,30 @@ lin reunir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "reunimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reunís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reúnen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "reúna" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reúnas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "reúna" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reunamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reunáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "reúnan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "reúna" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reúnas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "reúna" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reunamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reunáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "reúnan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reunía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reunías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reunía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reuníamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reuníais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reunían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"reunieras" ; "reunieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reuniera" ; "reuniese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reuniéramos" ; "reuniésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"reunierais" ; "reunieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"reunieran" ; "reuniesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reuniera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "reunieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reuniera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reuniéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "reunierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "reunieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reuniese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "reunieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reuniese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reuniésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "reunieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reuniesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reuní" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reuniste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "reunió" ;--# notpresent @@ -70207,12 +76591,12 @@ lin reunir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reuniremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reuniréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reunirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reuniere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "reunieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reuniere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reuniéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reuniereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "reunieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reuniere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "reunieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reuniere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reuniéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reuniereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "reunieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reuniría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reunirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reuniría" ;--# notpresent @@ -70243,24 +76627,30 @@ lin raer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "raemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "raéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "raen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "raiga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "raigas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "raiga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "raigamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "raigáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "raigan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "raiga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "raigas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "raiga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "raigamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "raigáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "raigan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "raía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "raías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "raía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "raíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "raíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "raían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"rayera" ; "rayese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rayeras" ; "rayeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"rayera" ; "rayese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"rayéramos" ; "rayésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rayerais" ; "rayeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rayeran" ; "rayesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "rayera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rayeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "rayera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "rayéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rayerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rayeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "rayese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rayeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "rayese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "rayésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rayeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "rayesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "raí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "raíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rayó" ;--# notpresent @@ -70273,12 +76663,12 @@ lin raer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "raeremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "raeréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "raerán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "rayere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rayeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "rayere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "rayéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "rayereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rayeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "rayere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rayeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "rayere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "rayéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "rayereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rayeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "raería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "raerías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "raería" ;--# notpresent @@ -70309,24 +76699,30 @@ lin desle {- VPB (Pres Ind C.Pl C.P1) => -} "desleímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "desleís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "deslíen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "deslía" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "deslías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "deslía" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "desliamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "desliáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "deslían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "deslía" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "deslías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "deslía" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "desliamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "desliáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "deslían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "desleía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "desleías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "desleía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "desleíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "desleíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "desleían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"desliera" ; "desliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"deslieras" ; "deslieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"desliera" ; "desliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"desliéramos" ; "desliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"deslierais" ; "deslieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"deslieran" ; "desliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "desliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "deslieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "desliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "desliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "deslierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "deslieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "desliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "deslieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "desliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "desliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "deslieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "desliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "desleí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "desleíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "deslió" ;--# notpresent @@ -70339,12 +76735,12 @@ lin desle {- VPB (Fut Ind C.Pl C.P1) => -} "desleiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "desleiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "desleirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "desliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "deslieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "desliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "desliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "desliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "deslieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "desliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "deslieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "desliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "desliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "desliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "deslieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "desleiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "desleirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "desleiría" ;--# notpresent @@ -70375,24 +76771,30 @@ lin engre {- VPB (Pres Ind C.Pl C.P1) => -} "engreímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "engreís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "engríen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "engría" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "engrías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "engría" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "engriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "engriáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "engrían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "engría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "engrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "engría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "engriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "engriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "engrían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "engreía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "engreías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "engreía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "engreíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "engreíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "engreían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"engriera" ; "engriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"engrieras" ; "engrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"engriera" ; "engriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"engriéramos" ; "engriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"engrierais" ; "engrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"engrieran" ; "engriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "engriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "engrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "engriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "engriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "engrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "engrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "engriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "engrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "engriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "engriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "engrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "engriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "engreí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "engreíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "engrió" ;--# notpresent @@ -70405,12 +76807,12 @@ lin engre {- VPB (Fut Ind C.Pl C.P1) => -} "engreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "engreiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "engreirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "engriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "engrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "engriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "engriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "engriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "engrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "engriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "engrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "engriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "engriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "engriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "engrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "engreiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "engreirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "engreiría" ;--# notpresent @@ -70441,24 +76843,30 @@ lin fre {- VPB (Pres Ind C.Pl C.P1) => -} "freímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "freís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "fríen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "fría" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "frías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "fría" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "friamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "friáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "frían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "fría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "frías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "fría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "friamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "friáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "frían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "freía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "freías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "freía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "freíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "freíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "freían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"friera" ; "friese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"frieras" ; "frieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"friera" ; "friese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"friéramos" ; "friésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"frierais" ; "frieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"frieran" ; "friesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "friera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "frieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "friera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "friéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "frierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "frieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "friese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "frieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "friese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "friésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "frieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "friesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "freí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "freíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "frió" ;--# notpresent @@ -70471,12 +76879,12 @@ lin fre {- VPB (Fut Ind C.Pl C.P1) => -} "freiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "freiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "freirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "friere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "frieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "friere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "friéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "friereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "frieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "friere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "frieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "friere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "friéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "friereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "frieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "freiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "freirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "freiría" ;--# notpresent @@ -70507,24 +76915,30 @@ lin refre {- VPB (Pres Ind C.Pl C.P1) => -} "refreímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "refreís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "refríen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "refría" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "refrías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "refría" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "refriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "refriáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "refrían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "refría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "refrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "refría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "refriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "refriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "refrían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "refreía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "refreías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "refreía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "refreíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "refreíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "refreían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"refriera" ; "refriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"refrieras" ; "refrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"refriera" ; "refriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"refriéramos" ; "refriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"refrierais" ; "refrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"refrieran" ; "refriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "refriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "refrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "refriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "refriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "refrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "refrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "refriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "refrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "refriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "refriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "refrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "refriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "refreí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "refreíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "refrió" ;--# notpresent @@ -70537,12 +76951,12 @@ lin refre {- VPB (Fut Ind C.Pl C.P1) => -} "refreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "refreiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "refreirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "refriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "refrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "refriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "refriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "refriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "refrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "refriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "refrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "refriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "refriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "refriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "refrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "refreiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "refreirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "refreiría" ;--# notpresent @@ -70573,24 +76987,30 @@ lin re {- VPB (Pres Ind C.Pl C.P1) => -} "reímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ríen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "ría" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "rías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "ría" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "riamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "riáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "rían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "ría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "rías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "ría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "riamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "riáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "rían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"riera" ; "riese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"rieras" ; "rieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"riera" ; "riese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"riéramos" ; "riésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"rierais" ; "rieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"rieran" ; "riesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "riera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "rieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "riera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "riéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "rierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "rieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "riese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "rieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "riese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "riésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "rieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "riesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "reí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "rió" ;--# notpresent @@ -70603,12 +77023,12 @@ lin re {- VPB (Fut Ind C.Pl C.P1) => -} "reiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "riere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "rieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "riere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "riéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "riereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "rieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "riere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "rieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "riere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "riéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "riereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "rieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "reiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "reiría" ;--# notpresent @@ -70639,24 +77059,30 @@ lin sofre {- VPB (Pres Ind C.Pl C.P1) => -} "sofreímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sofreís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sofríen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sofría" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sofrías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sofría" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sofriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sofriáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sofrían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sofría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sofrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sofría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sofriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sofriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sofrían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sofreía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sofreías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sofreía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sofreíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sofreíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sofreían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sofrieras" ; "sofrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sofriera" ; "sofriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sofriéramos" ; "sofriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sofrierais" ; "sofrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sofrieran" ; "sofriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sofriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sofrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sofriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sofriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sofrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sofrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sofriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sofrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sofriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sofriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sofrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sofriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sofreí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sofreíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sofrió" ;--# notpresent @@ -70669,12 +77095,12 @@ lin sofre {- VPB (Fut Ind C.Pl C.P1) => -} "sofreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sofreiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sofreirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sofriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sofrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sofriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sofriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sofriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sofrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sofriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sofrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sofriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sofriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sofriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sofrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sofreiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sofreirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sofreiría" ;--# notpresent @@ -70705,24 +77131,30 @@ lin sonre {- VPB (Pres Ind C.Pl C.P1) => -} "sonreímos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sonreís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sonríen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sonría" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sonrías" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sonría" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sonriamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sonriáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sonrían" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sonría" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sonrías" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sonría" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sonriamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sonriáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sonrían" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sonreía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sonreías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sonreía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sonreíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sonreíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sonreían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sonrieras" ; "sonrieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sonriera" ; "sonriese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sonriéramos" ; "sonriésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sonrierais" ; "sonrieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sonrieran" ; "sonriesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sonriera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sonrieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sonriera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sonriéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sonrierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sonrieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sonriese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sonrieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sonriese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sonriésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sonrieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sonriesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sonreí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sonreíste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sonrió" ;--# notpresent @@ -70735,12 +77167,12 @@ lin sonre {- VPB (Fut Ind C.Pl C.P1) => -} "sonreiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sonreiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sonreirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sonriere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sonrieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sonriere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sonriéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sonriereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sonrieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sonriere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sonrieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sonriere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sonriéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sonriereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sonrieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sonreiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sonreirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sonreiría" ;--# notpresent @@ -70771,24 +77203,30 @@ lin resalir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "resalimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "resalís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "resalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "resalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "resalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "resalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "resalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "resalgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "resalgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "resalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "resalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "resalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "resalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "resalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "resalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "resalía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "resalías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "resalía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "resalíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "resalíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "resalían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"resalieras" ; "resalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"resaliera" ; "resaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"resaliéramos" ; "resaliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"resalierais" ; "resalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"resalieran" ; "resaliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "resaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "resalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "resaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "resaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "resalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "resalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "resaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "resalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "resaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "resaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "resalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "resaliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "resalí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "resaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "resalió" ;--# notpresent @@ -70801,12 +77239,12 @@ lin resalir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "resaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "resaldréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "resaldrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "resaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "resalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "resaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "resaliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "resaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "resalieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "resaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "resalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "resaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "resaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "resaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "resalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "resaldría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "resaldrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "resaldría" ;--# notpresent @@ -70837,24 +77275,30 @@ lin salir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "salimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "salís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "salen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "salga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "salgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "salga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "salgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "salgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "salgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "salga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "salgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "salga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "salgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "salgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "salgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "salía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "salías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "salía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "salíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "salíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "salían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"saliera" ; "saliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"salieras" ; "salieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"saliera" ; "saliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"saliéramos" ; "saliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"salierais" ; "salieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"salieran" ; "saliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "saliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "salieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "saliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "saliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "salierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "salieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "saliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "salieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "saliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "saliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "salieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "saliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "salí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "saliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "salió" ;--# notpresent @@ -70867,12 +77311,12 @@ lin salir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "saldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "saldréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "saldrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "saliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "salieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "saliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "saliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "saliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "salieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "saliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "salieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "saliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "saliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "saliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "salieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "saldría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "saldrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "saldría" ;--# notpresent @@ -70903,24 +77347,30 @@ lin sobresalir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "sobresalimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "sobresalís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "sobresalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "sobresalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "sobresalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "sobresalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "sobresalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "sobresalgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "sobresalgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "sobresalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "sobresalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "sobresalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "sobresalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "sobresalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "sobresalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "sobresalía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "sobresalías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "sobresalía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "sobresalíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "sobresalíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "sobresalían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"sobresalieras" ; "sobresalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"sobresaliera" ; "sobresaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"sobresaliéramos" ; "sobresaliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"sobresalierais" ; "sobresalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"sobresalieran" ; "sobresaliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "sobresaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "sobresalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "sobresaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "sobresaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "sobresalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "sobresalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "sobresaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "sobresalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "sobresaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "sobresaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "sobresalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "sobresaliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "sobresalí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "sobresaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "sobresalió" ;--# notpresent @@ -70933,12 +77383,12 @@ lin sobresalir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "sobresaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "sobresaldréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "sobresaldrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "sobresaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "sobresalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "sobresaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "sobresaliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "sobresalieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "sobresalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "sobresaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "sobresaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "sobresaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "sobresalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "sobresaldría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "sobresaldrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "sobresaldría" ;--# notpresent @@ -70969,24 +77419,30 @@ lin equivaler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "equivalemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "equivaléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "equivalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "equivalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "equivalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "equivalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "equivalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "equivalgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "equivalgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "equivalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "equivalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "equivalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "equivalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "equivalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "equivalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "equivalía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "equivalías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "equivalía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "equivalíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "equivalíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "equivalían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"equivalieras" ; "equivalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"equivaliera" ; "equivaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"equivaliéramos" ; "equivaliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"equivalierais" ; "equivalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"equivalieran" ; "equivaliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "equivaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "equivalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "equivaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "equivaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "equivalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "equivalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "equivaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "equivalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "equivaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "equivaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "equivalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "equivaliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "equivalí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "equivaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "equivalió" ;--# notpresent @@ -70999,12 +77455,12 @@ lin equivaler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "equivaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "equivaldréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "equivaldrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "equivaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "equivalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "equivaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "equivaliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "equivaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "equivalieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "equivalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "equivaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "equivaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "equivaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "equivalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "equivaldría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "equivaldrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "equivaldría" ;--# notpresent @@ -71035,24 +77491,30 @@ lin prevaler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevalemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prevaléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prevalen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevalga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prevalgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevalga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prevalgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prevalgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevalgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevalga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prevalgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevalga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prevalgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prevalgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevalgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prevalía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prevalías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prevalía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prevalíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prevalíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prevalían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prevalieras" ; "prevalieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prevaliera" ; "prevaliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prevaliéramos" ; "prevaliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prevalierais" ; "prevalieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prevalieran" ; "prevaliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prevaliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prevalieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prevaliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prevaliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prevalierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prevalieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prevaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prevalieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prevaliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prevaliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prevalieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prevaliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prevalí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prevaliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prevalió" ;--# notpresent @@ -71065,12 +77527,12 @@ lin prevaler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prevaldremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prevaldréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prevaldrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prevaliere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prevalieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prevaliere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prevaliéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prevaliereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prevalieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prevalieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prevaliere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prevaliéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prevaliereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prevalieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevaldría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prevaldrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevaldría" ;--# notpresent @@ -71101,24 +77563,30 @@ lin valer_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "valemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "valéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "valen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "valga" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "valgas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "valga" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "valgamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "valgáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "valgan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "valga" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "valgas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "valga" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "valgamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "valgáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "valgan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "valía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "valías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "valía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "valíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "valíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "valían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"valiera" ; "valiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"valieras" ; "valieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"valiera" ; "valiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"valiéramos" ; "valiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"valierais" ; "valieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"valieran" ; "valiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "valiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "valieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "valiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "valiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "valierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "valieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "valiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "valieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "valiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "valiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "valieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "valiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "valí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "valiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "valió" ;--# notpresent @@ -71131,12 +77599,12 @@ lin valer_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "valdremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "valdréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "valdrán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "valiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "valieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "valiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "valiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "valiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "valieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "valiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "valieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "valiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "valiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "valiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "valieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "valdría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "valdrías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "valdría" ;--# notpresent @@ -71167,24 +77635,30 @@ lin soler_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "solemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "soléis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "suelen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "suela" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "suelas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "suela" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "solamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "soláis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "suelan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "suela" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "suelas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "suela" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "solamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "soláis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "suelan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "solía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "solías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "solía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "solíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "solíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "solían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"soliera" ; "soliese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"solieras" ; "solieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"soliera" ; "soliese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"soliéramos" ; "soliésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"solierais" ; "solieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"solieran" ; "soliesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "soliera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "solieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "soliera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "soliéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "solierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "solieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "soliese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "solieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "soliese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "soliésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "solieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "soliesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "solí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "soliste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "solió" ;--# notpresent @@ -71197,12 +77671,12 @@ lin soler_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} variants {} ;--# notpresent @@ -71233,24 +77707,30 @@ lin antever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "antevemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "anteveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "anteven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "antevea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "anteveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "antevea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "anteveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "anteveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "antevean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "antevea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "anteveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "antevea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "anteveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "anteveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "antevean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "anteveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "anteveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "anteveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "anteveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "anteveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "anteveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"antevieras" ; "antevieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"anteviera" ; "anteviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"anteviéramos" ; "anteviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"antevierais" ; "antevieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"antevieran" ; "anteviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "anteviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "antevieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "anteviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "anteviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "antevierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "antevieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "anteviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "antevieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "anteviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "anteviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "antevieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "anteviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "antevi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "anteviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "antevio" ;--# notpresent @@ -71263,12 +77743,12 @@ lin antever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "anteveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "anteveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "anteverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "anteviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "antevieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "anteviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "anteviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "anteviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "antevieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "anteviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "antevieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "anteviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "anteviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "anteviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "antevieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "antevería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "anteverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "antevería" ;--# notpresent @@ -71299,24 +77779,30 @@ lin entrever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "entrevemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "entreveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "entreven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "entrevea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "entreveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "entrevea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "entreveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "entreveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "entrevean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "entrevea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "entreveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "entrevea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "entreveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "entreveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "entrevean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "entreveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "entreveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "entreveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "entreveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "entreveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "entreveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"entrevieras" ; "entrevieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"entreviera" ; "entreviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"entreviéramos" ; "entreviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"entrevierais" ; "entrevieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"entrevieran" ; "entreviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "entreviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "entrevieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "entreviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "entreviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "entrevierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "entrevieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "entreviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "entrevieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "entreviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "entreviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "entrevieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "entreviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "entrevi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "entreviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "entrevio" ;--# notpresent @@ -71329,12 +77815,12 @@ lin entrever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "entreveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "entreveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "entreverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "entreviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "entrevieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "entreviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "entreviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "entreviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "entrevieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "entreviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "entrevieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "entreviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "entreviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "entreviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "entrevieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "entrevería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "entreverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "entrevería" ;--# notpresent @@ -71365,24 +77851,30 @@ lin prever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prevemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "preveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "preven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prevea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "preveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prevea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "preveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "preveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prevean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prevea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "preveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prevea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "preveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "preveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prevean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "preveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "preveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "preveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "preveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "preveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "preveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"previera" ; "previese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"previeras" ; "previeses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"previera" ; "previese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"previéramos" ; "previésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"previerais" ; "previeseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"previeran" ; "previesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "previera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "previeras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "previera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "previéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "previerais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "previeran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "previese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "previeses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "previese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "previésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "previeseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "previesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "previ" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "previste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "previo" ;--# notpresent @@ -71395,12 +77887,12 @@ lin prever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "preveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "preveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "preverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "previere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "previeres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "previere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "previéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "previereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "previeren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "previere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "previeres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "previere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "previéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "previereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "previeren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prevería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "preverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prevería" ;--# notpresent @@ -71431,24 +77923,30 @@ lin rever_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "revemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "reveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "reven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "revea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "reveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "revea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "reveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "reveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "revean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "revea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "reveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "revea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "reveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "reveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "revean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "reveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "reveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "reveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "reveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "reveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "reveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"reviera" ; "reviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"revieras" ; "revieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"reviera" ; "reviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"reviéramos" ; "reviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"revierais" ; "revieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"revieran" ; "reviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "reviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "revieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "reviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "reviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "revierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "revieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "reviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "revieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "reviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "reviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "revieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "reviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "revi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "reviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "revio" ;--# notpresent @@ -71461,12 +77959,12 @@ lin rever_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "reveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "reveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "reverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "reviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "revieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "reviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "reviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "reviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "revieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "reviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "revieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "reviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "reviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "reviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "revieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "revería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "reverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "revería" ;--# notpresent @@ -71497,24 +77995,30 @@ lin trasver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "trasvemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "trasveis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "trasven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "trasvea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "trasveas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "trasvea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "trasveamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "trasveáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "trasvean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "trasvea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "trasveas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "trasvea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "trasveamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "trasveáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "trasvean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "trasveía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "trasveías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "trasveía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "trasveíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "trasveíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "trasveían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"trasvieras" ; "trasvieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"trasviera" ; "trasviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"trasviéramos" ; "trasviésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"trasvierais" ; "trasvieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"trasvieran" ; "trasviesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "trasviera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "trasvieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "trasviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "trasviéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "trasvierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "trasvieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "trasviese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "trasvieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "trasviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "trasviésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "trasvieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "trasviesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "trasvi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "trasviste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "trasvio" ;--# notpresent @@ -71527,12 +78031,12 @@ lin trasver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "trasveremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "trasveréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "trasverán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "trasviere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "trasvieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "trasviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "trasviéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "trasviereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "trasvieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "trasviere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "trasvieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "trasviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "trasviéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "trasviereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "trasvieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "trasvería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "trasverías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "trasvería" ;--# notpresent @@ -71563,24 +78067,30 @@ lin ver_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "vemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "veis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "ven" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "vea" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "veas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "vea" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "veamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "veáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "vean" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "vea" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "veas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "vea" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "veamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "veáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "vean" ; {- VPB (Impf Ind C.Sg C.P1) => -} "veía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "veías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "veía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "veíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "veíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "veían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"viera" ; "viese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"vieras" ; "vieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"viera" ; "viese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"viéramos" ; "viésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"vierais" ; "vieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"vieran" ; "viesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "viera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "vieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "viera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "viéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "vierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "vieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "viese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "vieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "viese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "viésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "vieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "viesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "vi" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "viste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "vio" ;--# notpresent @@ -71593,12 +78103,12 @@ lin ver_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "veremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "veréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "verán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "viere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "vieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "viere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "viéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "viereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "vieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "viere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "vieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "viere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "viéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "viereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "vieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "vería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "verías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "vería" ;--# notpresent @@ -71629,24 +78139,30 @@ lin imprimir_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "imprimimos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "imprimís" ; {- VPB (Pres Ind C.Pl C.P3) => -} "imprimen" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "imprima" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "imprimas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "imprima" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "imprimamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "imprimáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "impriman" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "imprima" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "imprimas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "imprima" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "imprimamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "imprimáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "impriman" ; {- VPB (Impf Ind C.Sg C.P1) => -} "imprimía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "imprimías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "imprimía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "imprimíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "imprimíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "imprimían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"imprimieras" ; "imprimieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"imprimiera" ; "imprimiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"imprimiéramos" ; "imprimiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"imprimierais" ; "imprimieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"imprimieran" ; "imprimiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "imprimiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "imprimieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "imprimiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "imprimiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "imprimierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "imprimieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "imprimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "imprimieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "imprimiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "imprimiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "imprimieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "imprimiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "imprimí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "imprimiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "imprimió" ;--# notpresent @@ -71659,12 +78175,12 @@ lin imprimir_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "imprimiremos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "imprimiréis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "imprimirán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "imprimiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "imprimieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "imprimiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "imprimiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "imprimiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "imprimieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "imprimieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "imprimiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "imprimiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "imprimiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "imprimieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "imprimiría" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "imprimirías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "imprimiría" ;--# notpresent @@ -71695,24 +78211,30 @@ lin prender_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} "prendemos" ; {- VPB (Pres Ind C.Pl C.P2) => -} "prendéis" ; {- VPB (Pres Ind C.Pl C.P3) => -} "prenden" ; - {- VPB (Pres Subj C.Sg C.P1) => -} "prenda" ; - {- VPB (Pres Subj C.Sg C.P2) => -} "prendas" ; - {- VPB (Pres Subj C.Sg C.P3) => -} "prenda" ; - {- VPB (Pres Subj C.Pl C.P1) => -} "prendamos" ; - {- VPB (Pres Subj C.Pl C.P2) => -} "prendáis" ; - {- VPB (Pres Subj C.Pl C.P3) => -} "prendan" ; + {- VPB (Pres Sub C.Sg C.P1) => -} "prenda" ; + {- VPB (Pres Sub C.Sg C.P2) => -} "prendas" ; + {- VPB (Pres Sub C.Sg C.P3) => -} "prenda" ; + {- VPB (Pres Sub C.Pl C.P1) => -} "prendamos" ; + {- VPB (Pres Sub C.Pl C.P2) => -} "prendáis" ; + {- VPB (Pres Sub C.Pl C.P3) => -} "prendan" ; {- VPB (Impf Ind C.Sg C.P1) => -} "prendía" ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} "prendías" ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "prendía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} "prendíamos" ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} "prendíais" ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} "prendían" ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {"prendieras" ; "prendieses"} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"prendiera" ; "prendiese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {"prendiéramos" ; "prendiésemos"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {"prendierais" ; "prendieseis"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {"prendieran" ; "prendiesen"} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} "prendiera" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} "prendieras" ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "prendiera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} "prendiéramos" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} "prendierais" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} "prendieran" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} "prendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} "prendieses" ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "prendiese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} "prendiésemos" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} "prendieseis" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} "prendiesen" ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} "prendí" ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} "prendiste" ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "prendió" ;--# notpresent @@ -71725,12 +78247,12 @@ lin prender_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} "prenderemos" ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} "prenderéis" ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} "prenderán" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} "prendiere" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} "prendieres" ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "prendiere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} "prendiéremos" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} "prendiereis" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} "prendieren" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} "prendiere" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} "prendieres" ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "prendiere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} "prendiéremos" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} "prendiereis" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} "prendieren" ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} "prendería" ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} "prenderías" ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "prendería" ;--# notpresent @@ -71761,24 +78283,30 @@ lin llover_V = verboV {- VPB (Pres Ind C.Pl C.P1) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P2) => -} variants {} ; {- VPB (Pres Ind C.Pl C.P3) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Sg C.P3) => -} "llueva" ; - {- VPB (Pres Subj C.Pl C.P1) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P2) => -} variants {} ; - {- VPB (Pres Subj C.Pl C.P3) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Sg C.P3) => -} "llueva" ; + {- VPB (Pres Sub C.Pl C.P1) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P2) => -} variants {} ; + {- VPB (Pres Sub C.Pl C.P3) => -} variants {} ; {- VPB (Impf Ind C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Sg C.P3) => -} "llovía" ;--# notpresent {- VPB (Impf Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Impf Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Sg C.P3) => -} variants {"lloviera" ; "lloviese"} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Impf Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Sg C.P3) => -} "lloviera" ;--# notpresent + {- VPB (Impf Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Impf Sub C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Sg C.P3) => -} "lloviese" ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (ImpfSub2 C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Pret C.Sg C.P3) => -} "llovió" ;--# notpresent @@ -71791,12 +78319,12 @@ lin llover_V = verboV {- VPB (Fut Ind C.Pl C.P1) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P2) => -} variants {} ;--# notpresent {- VPB (Fut Ind C.Pl C.P3) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Sg C.P3) => -} "lloviere" ;--# notpresent - {- VPB (Fut Subj C.Pl C.P1) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P2) => -} variants {} ;--# notpresent - {- VPB (Fut Subj C.Pl C.P3) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Sg C.P3) => -} "lloviere" ;--# notpresent + {- VPB (Fut Sub C.Pl C.P1) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P2) => -} variants {} ;--# notpresent + {- VPB (Fut Sub C.Pl C.P3) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P1) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P2) => -} variants {} ;--# notpresent {- VPB (Cond C.Sg C.P3) => -} "llovería" ;--# notpresent diff --git a/next-lib/src/spanish/LangSpa.gf b/next-lib/src/spanish/LangSpa.gf index ca4248e27..ba1b64c62 100644 --- a/next-lib/src/spanish/LangSpa.gf +++ b/next-lib/src/spanish/LangSpa.gf @@ -1,4 +1,4 @@ ---# -path=.:../romance:../abstract:../common:prelude +--# -path=.:../romance:../abstract:../common:../prelude concrete LangSpa of Lang = GrammarSpa,