From c885822b95dc70c406e75e2701370969c9487e9a Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Tue, 24 Sep 2024 01:13:17 +0200 Subject: [PATCH 1/2] fix: Add the missing french translation on the "AUR helper not found" warning Fixes https://github.com/Antiz96/arch-update/issues/238 --- po/arch-update.pot | 26 +++++++++++++------------- po/fr.po | 30 +++++++++++++++--------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/po/arch-update.pot b/po/arch-update.pot index b06cc8d..1ad530e 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -26,39 +26,39 @@ msgstr "" msgid "${update_number} updates available" msgstr "" -#: src/lib/common.sh:19 -#, sh-format -msgid "" -"The ${aur_helper} AUR helper set for AUR packages support in the arch-update." -"conf configuration file is not found\\n" -msgstr "" - -#: src/lib/common.sh:76 +#: src/lib/common.sh:52 #, sh-format msgid "WARNING" msgstr "" -#: src/lib/common.sh:82 +#: src/lib/common.sh:58 #, sh-format msgid "ERROR" msgstr "" -#: src/lib/common.sh:87 +#: src/lib/common.sh:63 #, sh-format msgid "Press \"enter\" to continue " msgstr "" -#: src/lib/common.sh:93 +#: src/lib/common.sh:69 #, sh-format msgid "Press \"enter\" to quit " msgstr "" -#: src/lib/common.sh:106 +#: src/lib/common.sh:85 +#, sh-format +msgid "" +"The ${aur_helper} AUR helper set for AUR packages support in the arch-update." +"conf configuration file is not found\\n" +msgstr "" + +#: src/lib/common.sh:107 #, sh-format msgid "A privilege elevation command is required (sudo, doas or run0)\\n" msgstr "" -#: src/lib/common.sh:111 +#: src/lib/common.sh:112 #, sh-format msgid "" "The ${su_cmd} command set for privilege escalation in the arch-update.conf " diff --git a/po/fr.po b/po/fr.po index 3a7f126..8d07830 100644 --- a/po/fr.po +++ b/po/fr.po @@ -26,41 +26,41 @@ msgstr "${update_number} mise à jour disponible" msgid "${update_number} updates available" msgstr "${update_number} mises à jour disponibles" -#: src/lib/common.sh:19 -#, sh-format -msgid "" -"The ${aur_helper} AUR helper set for AUR packages support in the arch-update." -"conf configuration file is not found\\n" -msgstr "" -"Le AUR helper ${aur_helper} définie pour le support des paquets AUR dans le fichier de configuration " -"arch-update.conf n'est pas disponible\\n" - -#: src/lib/common.sh:76 +#: src/lib/common.sh:52 #, sh-format msgid "WARNING" msgstr "AVERTISSEMENT" -#: src/lib/common.sh:82 +#: src/lib/common.sh:58 #, sh-format msgid "ERROR" msgstr "ERREUR" -#: src/lib/common.sh:87 +#: src/lib/common.sh:63 #, sh-format msgid "Press \"enter\" to continue " msgstr "Appuyez sur \"entrée\" pour continuer " -#: src/lib/common.sh:93 +#: src/lib/common.sh:69 #, sh-format msgid "Press \"enter\" to quit " msgstr "Appuyez sur \"entrée\" pour quitter " -#: src/lib/common.sh:106 +#: src/lib/common.sh:85 +#, sh-format +msgid "" +"The ${aur_helper} AUR helper set for AUR packages support in the arch-update." +"conf configuration file is not found\\n" +msgstr "" +"Le AUR helper ${aur_helper} définie pour le support des paquets AUR dans le fichier de configuration " +"arch-update.conf n'est pas disponible\\n" + +#: src/lib/common.sh:107 #, sh-format msgid "A privilege elevation command is required (sudo, doas or run0)\\n" msgstr "Une commande d'élévation de privilège est requise (sudo, doas ou run0)\\n" -#: src/lib/common.sh:111 +#: src/lib/common.sh:112 #, sh-format msgid "" "The ${su_cmd} command set for privilege escalation in the arch-update.conf " From 3ca660f51fea8e65faaee7c56bdf1afa86e5f5aa Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Tue, 24 Sep 2024 01:19:59 +0200 Subject: [PATCH 2/2] style: typo fix --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index 8d07830..f63ca99 100644 --- a/po/fr.po +++ b/po/fr.po @@ -52,7 +52,7 @@ msgid "" "The ${aur_helper} AUR helper set for AUR packages support in the arch-update." "conf configuration file is not found\\n" msgstr "" -"Le AUR helper ${aur_helper} définie pour le support des paquets AUR dans le fichier de configuration " +"Le AUR helper ${aur_helper} défini pour le support des paquets AUR dans le fichier de configuration " "arch-update.conf n'est pas disponible\\n" #: src/lib/common.sh:107