From 746f72ed00a071f64211cc2b2048077adc1c8ee9 Mon Sep 17 00:00:00 2001 From: Pierre Hyvernat Date: Thu, 9 May 2024 23:01:35 +0200 Subject: [PATCH] missing translation for a error message --- i18n/en.po | 3 +++ i18n/fr.po | 3 +++ i18n/it.po | 3 +++ i18n/template.pot | 3 +++ 4 files changed, 12 insertions(+) diff --git a/i18n/en.po b/i18n/en.po index e275f687..32486a1b 100644 --- a/i18n/en.po +++ b/i18n/en.po @@ -118,6 +118,9 @@ msgid "Error: no mission was found!\n" msgstr "Error: no mission was found!\n" "Aborting." +msgid "Error: save mode can only be 'index', 'simple' or 'overwrite'" +msgstr "Error: save mode can only be 'index', 'simple' or 'overwrite'" + msgid "Error: the 'goto' command requires a mission number as argument." msgstr "Error: the 'goto' command requires a mission number as argument." diff --git a/i18n/fr.po b/i18n/fr.po index 716a2d22..9242ac71 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -122,6 +122,9 @@ msgid "Error: no mission was found!\n" msgstr "Erreur : aucune mission trouvée !\n" "Abandon." +msgid "Error: save mode can only be 'index', 'simple' or 'overwrite'" +msgstr "Erreur : le mode de sauvegarde ne peut être que 'index', 'simple' ou 'overwrite'" + msgid "Error: the 'goto' command requires a mission number as argument." msgstr "Erreur : la commande 'goto' a besoin d'un numéro de mission en argument." diff --git a/i18n/it.po b/i18n/it.po index 57da53e2..548a4ae5 100644 --- a/i18n/it.po +++ b/i18n/it.po @@ -132,6 +132,9 @@ msgid "Error: no mission was found!\n" msgstr "Errore: nessuna missione trovata!\n" "Interruzione!" +msgid "Error: save mode can only be 'index', 'simple' or 'overwrite'" +msgstr "" + msgid "Error: the 'goto' command requires a mission number as argument." msgstr "Errore: il comando 'goto' richiede un numero di missione come argomento.`" diff --git a/i18n/template.pot b/i18n/template.pot index 27c23b46..dd66df7b 100644 --- a/i18n/template.pot +++ b/i18n/template.pot @@ -115,6 +115,9 @@ msgid "Error: no mission was found!\n" "Aborting." msgstr "" +msgid "Error: save mode can only be 'index', 'simple' or 'overwrite'" +msgstr "" + msgid "Error: the 'goto' command requires a mission number as argument." msgstr ""