{app} removed -> uninstalled

This commit is contained in:
Alexandre Aubin 2021-08-09 00:43:03 +02:00
parent 1be7984905
commit 55d5585edd
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
"app_not_correctly_installed": "{app} seems to be incorrectly installed",
"app_not_installed": "Could not find {app} in the list of installed apps: {all_apps}",
"app_not_properly_removed": "{app} has not been properly removed",
"app_removed": "{app} removed",
"app_removed": "{app} uninstalled",
"app_requirements_checking": "Checking required packages for {app}...",
"app_requirements_unmeet": "Requirements are not met for {app}, the package {pkgname} ({version}) must be {spec}",
"app_remove_after_failed_install": "Removing the app following the installation failure...",

View file

@ -14,7 +14,7 @@
"app_not_correctly_installed": "{app} semble être mal installé",
"app_not_installed": "Nous navons pas trouvé {app} dans la liste des applications installées : {all_apps}",
"app_not_properly_removed": "{app} na pas été supprimé correctement",
"app_removed": "{app} supprimé",
"app_removed": "{app} désinstallé",
"app_requirements_checking": "Vérification des paquets requis pour {app}...",
"app_requirements_unmeet": "Les pré-requis de {app} ne sont pas satisfaits, le paquet {pkgname} ({version}) doit être {spec}",
"app_sources_fetch_failed": "Impossible de récupérer les fichiers sources, lURL est-elle correcte ?",