Viewing file: en.php (2.64 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* * This file is part of Linfo (c) 2010 Joseph Gillotti. * * Linfo is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Linfo is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Linfo. If not, see <http://www.gnu.org/licenses/>. * */
defined('IN_INFO') or exit;
/* * English translation */
$lang = array( 'header' => 'System Health and Information', 'core' => 'Core', 'os' => 'OS', 'kernel' => 'Kernel', 'accessed_ip' => 'Accessed IP', 'uptime' => 'Uptime', 'hostname' => 'Hostname', 'cpus' => 'CPUs', 'load' => 'Load', 'processes' => 'Processes', 'threads' => 'Threads', 'total' => 'Total', 'memory' => 'Memory', 'type' => 'Type', 'free' => 'Free', 'used' => 'Used', 'size' => 'Size', 'physical' => 'Physical', 'swap' => 'Swap', 'network_devices' => 'Network Devices', 'device_name' => 'Device Name', 'amount_sent' => 'Amount Sent', 'amount_received' => 'Amount Received', 'state' => 'State', 'temps_voltages' => 'Temperatures / Voltages', 'path' => 'Path', 'device' => 'Device', 'value' => 'Value', 'hardware' => 'Hardware', 'vendor' => 'Vendor', 'drives' => 'Drives', 'name' => 'Name', 'reads' => 'Reads', 'writes' => 'Writes', 'filesystem_mounts' => 'Filesystem Mounts', 'mount_point' => 'Mount Point', 'filesystem' => 'Filesystem', 'percent_used' => 'Percent Used', 'raid_arrays' => 'RAID Arrays', 'level' => 'Level', 'status' => 'Status', 'devices' => 'Devices', 'label' => 'Label', 'active' => 'Active', 'batteries' => 'Batteries', 'charge' => 'Charge', 'unknown' => 'Unknown', 'footer_app' => 'Generated by %s in %s seconds.', 'none_found' => 'None Found', 'sound_cards' => 'Sound Cards', 'number' => 'Number', 'card' => 'Card', 'message' => 'Message', 'from_where' => 'Source', 'mount_options' => 'Mount Options', 'error_head' => 'Data Gathering Errors', 'timer' => 'Timer', 'area' => 'Area', 'time_taken' => 'Time taken to fetch', 'days' => 'days', 'years' => 'years', 'hours' => 'hours', 'minutes' => 'minutes', 'seconds' => 'seconds', 'pid' => 'PID', 'service' => 'Service', 'services' => 'Services', 'memory_usage' => 'Memory Usage', 'distro' => 'Distribution', 'cpu_arch' => 'Architecture', 'model' => 'Model', 'numLoggedIn' => 'Active Users' );
|