[improvement][aur] showing a warning messaging when trying to install / update a package with the root user

This commit is contained in:
Vinícius Moreira
2020-02-12 15:08:45 -03:00
parent 584064f214
commit 87d62865f1
8 changed files with 31 additions and 5 deletions

View File

@@ -112,4 +112,6 @@ arch.sync_databases.substatus.error=It was not possible to synchronize the packa
arch.config.sync_dbs=Synchronize packages databases
arch.config.sync_dbs.tip=Synchronizes the package databases once a day ( or after a device reboot ) before the first package installation, upgrade or downgrade. This option help to prevent errors during these operations.
arch.config.simple_dep_check=Simple dependencies checking
arch.config.simple_dep_check.tip=If only the dependency checking provided by pacman should be used before installing a package ( faster, but not always accurate ). If disabled, a more complete checking will be performed ( slower, but more accurate )
arch.config.simple_dep_check.tip=If only the dependency checking provided by pacman should be used before installing a package ( faster, but not always accurate ). If disabled, a more complete checking will be performed ( slower, but more accurate )
arch.install.aur.root_error.title=Action not allowed
arch.install.aur.root_error.body=Installing or updating packages as root is not allowed