mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
{app} removed -> uninstalled
This commit is contained in:
parent
1be7984905
commit
55d5585edd
2 changed files with 2 additions and 2 deletions
|
@ -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...",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"app_not_correctly_installed": "{app} semble être mal installé",
|
||||
"app_not_installed": "Nous n’avons pas trouvé {app} dans la liste des applications installées : {all_apps}",
|
||||
"app_not_properly_removed": "{app} n’a 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, l’URL est-elle correcte ?",
|
||||
|
|
Loading…
Add table
Reference in a new issue