#!/bin/bash
####################################################################
# Prey - by Tomas Pollak (http://bootlog.org)
# English lang file v 0.2 - by Juan C. Mardones (http://juanmardones.com)
# URL : http://preyproject.com
# License: GPLv3
####################################################################

STRING_START="\n ### PREY $version spreads its wings!\n"
STRING_TRY_TO_CONNECT=" -- Trying to connect to first open wifi network available..."
STRING_NO_CONNECT_TO_WIFI=" -- Couldn't find a way to connect to an open wifi network!"
STRING_CHECK_URL=" -- Checking URL..."
STRING_NO_PROBLEM=" -- Nothing to worry about. :)\n"
STRING_PROBLEM=" -- HOLY GUACAMOLE!!"
STRING_WRITE_EMAIL=" -- Writing our email..."
STRING_SENDING_EMAIL=" -- Sending the report..."
STRING_ERROR_EMAIL="\n\033[1m !! There was a problem sending the email. Are you sure it was setup correctly?
If you're using Gmail, try removing the '@gmail.com' from the smtp_username field in Prey's config file.\033[0m\n"
STRING_REMOVE_EVIDENCE=" -- Removing all traces of evidence..."
STRING_DONE=" -- Done! Happy hunting! :)"

EMAIL_NOTICE=""
EMAIL_HEADER="Good news my friend, it seems we found it.\n\nHere's the report from your computer:\n\n"
EMAIL_FOOTER="\n\nHappy hunting!\n\n--\nYour humble servant, Prey\nhttp://preyproject.com"
