<?php
if (!defined('ABSPATH')){
	exit; // Exit if accessed directly
}
/*
 * Language Translation for the Ecncrypted Files
 */
function wpc_sms_activate_license_message(){
	return __( 'Please activate your license key', 'wpcargo-sms' ).' <a href="'.admin_url().'admin.php?page=wptaskforce-helper" title="WPCargo license page">'.__('here', 'wpcargo-sms' ).'</a>.';
}
function wpc_sms_settings_label(){
	return __( 'SMS Settings', 'wpcargo-sms' );
}
function wpc_sms_license_helper_plugin_dependent_label(){
	return __('This plugin requires <a href="http://wpcargo.com/" target="_blank">WPTaskForce License Helper</a> plugin to be active!', 'wpcargo-sms');
}
function wpc_sms_wpcargo_plugin_dependent_label(){
	return __('This plugin requires <a href="https://wordpress.org/plugins/wpcargo/" target="_blank">WPCargo</a> plugin to be active!', 'wpcargo-sms');
}
function wpc_sms_cheating_plugin_dependent_label(){
	return __('Cheating, uh?', 'wpcargo-sms');
}