publicstaticstringDescription_v2{get{returnLC.L(@"This module encrypts all files in the same way that AESCrypt does, using 256 bit AES encryption.");}}
publicstaticstringDisplayName{get{returnLC.L(@"AES-256 encryption, built in");}}
publicstaticstringDescription{get{returnLC.L(@"The GPG encryption module uses the GNU Privacy Guard program to encrypt and decrypt files. It requires that the gpg executable is available on the system. On Windows it is assumed that this is in the default installation folder under program files, under Linux and OSX it is assumed that the program is available via the PATH environment variable. It is possible to supply the path to GPG using the --gpg-program-path switch.");}}
publicstaticstringGpgencryptiondecryptionswitchesLong{get{returnLC.L(@"Use this switch to specify any extra options to GPG. You cannot specify the --passphrase-fd option here. The --decrypt option is always specified.");}}
publicstaticstringGpgencryptiondecryptionswitchesShort{get{returnLC.L(@"Extra GPG commandline options for decryption");}}
publicstaticstringGpgencryptionencryptionswitchesLong{get{returnLC.L(@"Use this switch to specify any extra options to GPG. You cannot specify the --passphrase-fd option here. The --encrypt option is always specified.");}}
publicstaticstringGpgencryptionencryptionswitchesShort{get{returnLC.L(@"Extra GPG commandline options for encryption");}}
publicstaticstringGPGExecuteError(stringprogram,stringargs,stringmessage){returnLC.L(@"Failed to execute GPG with ""{0} {1}"": {2}",program,args,message);}
publicstaticstringGpgprogrampathLong{get{returnLC.L(@"The path to the GNU Privacy Guard program. If not supplied, Duplicati will search for ""gpg2"" and ""gpg"" on the system.");}}
publicstaticstringGpgprogrampathShort{get{returnLC.L(@"The path to GnuPG");}}
publicstaticstringGpgencryptionenablearmorLong{get{returnLC.L(@"Use this option to supply the --armor option to GPG. The files will be larger but can be sent as pure text files.");}}
publicstaticstringGpgencryptionencryptioncommandLong(stringcommandname,stringoptionvalue){returnLC.L(@"Overrides the default GPG encryption command ""{0}"", normal usage is to request asymetric encryption with the setting {1}",commandname,optionvalue);}