From 5c6553a518145ec6bb49881e328cb76995ccc7db Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Sun, 19 Mar 2017 12:28:21 -0400 Subject: [PATCH] FIXED: Improve Spanish translations --- Sources/libMultiMarkdown/i18n.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/libMultiMarkdown/i18n.h b/Sources/libMultiMarkdown/i18n.h index bdf71c0..e8cae47 100644 --- a/Sources/libMultiMarkdown/i18n.h +++ b/Sources/libMultiMarkdown/i18n.h @@ -71,22 +71,22 @@ // Create the dictionary array static const char * lc_lookup[kNumberOfLanguages * kNumberOfStrings] = { "return to body", // English - "return to body", // Español + "Regresar al texto", // Español "Zum Haupttext", // Deutsch "Retour au texte principal", // Français "see footnote", // English - "Ver nota de pie", // Español + "Ver nota a pie de página", // Español "Siehe Fußnote", // Deutsch "Voir note de bas de page", // Français "see citation", // English - "see citation", // Español + "Ver citación", // Español "Siehe Zitat", // Deutsch "Voir citation", // Français "see glossary", // English - "see glossary", // Español + "Ver glosario", // Español "Siehe Glossar", // Deutsch "Voir glossaire", // Français }; -- 2.40.0