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");}}
publicstaticstringAessetthreadlevelLong{get{returnLC.L(@"Use this option to set the thread level allowed for AES crypt operations. Valid values are 0 (uses default), or from 1 (no multithreading) to 4 (max. multithreading)");}}
publicstaticstringAessetthreadlevelShort{get{returnLC.L(@"Set thread level utilized for crypting (0-4)");}}
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");}}
publicstaticstringGpgencryptiondisablearmorLong{get{returnLC.L(@"The GPG encryption/decryption will use the --armor option for GPG to protect the files with armor. Specify this switch to remove the --armor option.");}}
publicstaticstringGpgencryptiondisablearmorShort{get{returnLC.L(@"Don't use GPG Armor");}}
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 assume that the program ""gpg"" is available in the system path.");}}
publicstaticstringGpgprogrampathShort{get{returnLC.L(@"The path to GnuPG");}}
publicstaticstringGpgencryptiondisablearmordeprecated(stringoptionname){returnLC.L(@"This option has non-standard handling, please use the --{0} option instead.",optionname);}
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);}