[% USE JSON; SET graph_dirs = { 'backups' => 1, 'etc' => 1, 'logs' => 1, 'mail' => 1, 'perl' => 1, 'php' => 1, 'public_ftp' => 1, 'public_html' => 1, 'ruby' => 1, 'tmp' => 1, }; # TODO: kill all legacy-lang-style lookup hashes like this SET LANG = { no_subdir => locale.maketext('(not in a subdirectory)'), other_subs => locale.maketext('(other subdirectories)'), open_in_fm => locale.maketext('Open This Directory In File Manager'), see_children => locale.maketext('See disk usage for this directory’s child directories.'), hide_children => locale.maketext('Hide disk usage for this directory’s child directories.'), see_mysql => locale.maketext('Manage My Databases'), see_pgsql => locale.maketext('Manage [asis,PostgreSQL] Databases'), other => locale.maketext('Other'), db_unavailable => locale.maketext('Database usage data is not available at this time. Please check later; if the problem persists, contact your system administrator.'), }; LANG.mailaccounts_usage_blurb = locale.maketext("Email account storage may occupy less space on the disk if you use compression or hard-link optimizations designed to save space. Email account storage does not include the metadata that the system uses to store email."); LANG.other_usage_blurb = locale.maketext ("The files outside of your home directory, the metadata that the system uses to store email in the mail directory, the email in Trash folders, or the files that you do not have permission to access."); SET plus_glyph = "fas fa-chevron-right expander "; SET minus_glyph = "fas fa-chevron-down expander "; SET home_glyph = "fas fa-home "; SET spinner_image = theme_magic_url("/cjt/images/loading.gif"); %]