Legal notice, fixes #107

This commit is contained in:
2019-01-10 12:43:02 +01:00
parent 94544fcdc4
commit 880f3611b6
16 changed files with 872 additions and 759 deletions

View File

@@ -21,6 +21,8 @@ N_(){
NOT_BUILT=$(N_ "ERROR: Bash script was not built correctly.")
RUN_AS_ROOT=$(N_ "Please run this script as root or use sudo.")
BACKTITLE="$(N_ "pam_panic's Configuration Generator.") Version $VERSION"
LEGAL_NOTICE=$(N_ "LEGAL NOTICE")
LEGAL_HINT=$(N_ "You should not issue the panic function if you think that your data has been cloned before. This might cause more problems than it can help you.")
BYE=$(N_ "Bye! :)")
OK=$(N_ "OK")
CANCEL=$(N_ "Cancel")