#!/bin/bash
####################################################################
# Prey Session Module Lang File - by Juan C. Mardones (http://juanmardones.com)
# URL: http://preyproject.com
# License: GPLv3
####################################################################

STRING_GET_IP=" -- Getting public IP address..."
STRING_GET_LAN_IP=" -- Getting private LAN IP address..."
STRING_GET_MAC_AND_WIFI=" -- Getting MAC address, routing and Wifi info..."
STRING_TRACE=" -- Tracing our complete route to the Internet..."
STRING_UPTIME_AND_PROCESS=" -- Getting computer uptime and a list of running programs..."
STRING_MODIFIED_FILES=" -- Getting a list of recently modified files..."
STRING_ACTIVE_CONNECTIONS=" -- Getting list of current active connections..."
STRING_GET_SCREENSHOT=" -- Grabbing screenshot of the running desktop..."
