<?php
$lang['name'] = 'Text message by email';
$lang['phone'] = "Cellphone Number";
$lang['provider'] = "Cell Provider";
$lang['verifymodule'] = "Enter code sent by text message";
$lang['killmodule'] = "Disable sending codes by text message";
$lang['needsetup'] = "You should receive a code by text message.  Enter it in the field below to confirm it works.";
$lang['failedsetup'] = "The code provided did not work.  Password by text message is not enabled for this account.";
$lang['passedsetup'] = "Code by text message is now enabled for this account.";
$lang['verifynotice'] = "A verification code has been sent to your device.  If you do not receive it within 2 minutes, verify your settings and resend the code.  If you still do not get your code, please contact a wiki administrator.";
$lang['moduleready'] = "Text message is configured.";
$lang['resendcode'] = "Resend code to phone using the text message";
$lang['invalidnumber'] = "The cellphone number provided appears to be invalid.  Please ensure only numbers are provided.";
$lang['invalidprovider'] = "The configured provider could not be found in the gateway.txt file. Aborting.";

