X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=conf%2Fconfig.pl;h=8b0e00cd5ccd21e2503a02511a4c61a0c39234d3;hb=b6e98cb4e11dcc0d73163ee57509aeec2b6013d3;hp=f0fe2b469666ae541896bf4be9c6183383f9a25e;hpb=2c6ebbdaeabadbda3af4bc7c748995215c045b82;p=BackupPC.git diff --git a/conf/config.pl b/conf/config.pl index f0fe2b4..8b0e00c 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -429,7 +429,7 @@ $Conf{RestoreInfoKeepCnt} = 10; # $Conf{BackupFilesOnly} = { # 'c' => ['/myFiles', '/important'], # these are for 'c' share # 'd' => ['/moreFiles', '/archive'], # these are for 'd' share -# } +# }; # $Conf{BackupFilesOnly} = undef; @@ -1179,9 +1179,9 @@ $Conf{CgiURL} = undef; # # Language to use. See lib/BackupPC/Lang for the list of supported -# languages, which includes English (en) and French (fr). Currently -# this applies mainly to the CGI interface, but over time it might -# also include log files and other text output. +# languages, which include English (en), French (fr), and Spanish (es). +# Currently the Language setting applies to the CGI interface and email +# messages sent to users. Log files and other text is still in English. # $Conf{Language} = 'en';