From 59e71e5cfd5ae5375cccf81db14c930fbe8a23d3 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 24 Aug 2014 20:30:24 +0000 Subject: [PATCH] corrected own_V2 in DictionarySpa --- lib/src/translator/DictionarySpa.gf | 2 +- lib/src/translator/todo/TopDictionarySpa.gf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/translator/DictionarySpa.gf b/lib/src/translator/DictionarySpa.gf index 3eb77bd50..720bb5716 100644 --- a/lib/src/translator/DictionarySpa.gf +++ b/lib/src/translator/DictionarySpa.gf @@ -14297,7 +14297,7 @@ lin owe_V = mkV (mkV "estar") "en deuda" | mkV "deber" | mkV "adeudar" ; -- stat lin owe_V2 = mkV2 (mkV (mkV "estar") "en deuda") | mkV2 (mkV "deber") | mkV2 (mkV "adeudar") ; -- status=guess lin owl_N = mkN "búho" | mkN "lechuza" ; -- status=guess lin own_A = mkA "propio" ; -- status=guess -lin own_V2 = mkV2 (reconocer_V) | mkV2 (mkV "admitir") ; +lin own_V2 = mkV2 poseer_V ; lin owner_N = mkN "propietario" | mkN "dueño" | mkN "poseedor" masculine ; lin ownership_N = mkN "posesión" feminine | mkN "propiedad" masculine ; -- status=guess lin ox_N = mkN "buey" masculine | mkN "toro" feminine | mkN "novillo" ; -- status=guess status=guess status=guess diff --git a/lib/src/translator/todo/TopDictionarySpa.gf b/lib/src/translator/todo/TopDictionarySpa.gf index fc0e0aa6a..c4778f906 100644 --- a/lib/src/translator/todo/TopDictionarySpa.gf +++ b/lib/src/translator/todo/TopDictionarySpa.gf @@ -2081,7 +2081,7 @@ lin twice_Adv = mkAdv "dos veces" ; lin sing_V2 = mkV2 (mkV "cantar") ; lin sing_V = L.sing_V ; lin whereas_Subj = ss "mientras" ** {m = Indic ; lock_Subj = <>} ; -lin own_V2 = mkV2 (reconocer_V) | mkV2 (mkV "admitir") ; +lin own_V2 = mkV2 poseer_V ; lin head_V2 = mkV2 dirigir_V ; lin head_V = dirigir_V ; lin examination_N = mkN "examen" masculine ;