1<?php 2$lang['name'] = 'Text message by email'; 3$lang['phone'] = "Cellphone Number"; 4$lang['provider'] = "Cell Provider"; 5$lang['verifymodule'] = "Enter code sent by text message"; 6$lang['killmodule'] = "Disable sending codes by text message"; 7$lang['needsetup'] = "You should receive a code by text message. Enter it in the field below to confirm it works."; 8$lang['failedsetup'] = "The code provided did not work. Password by text message is not enabled for this account."; 9$lang['passedsetup'] = "Code by text message is now enabled for this account."; 10$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."; 11$lang['moduleready'] = "Text message is configured."; 12$lang['resendcode'] = "Resend code to phone using the text message"; 13$lang['invalidnumber'] = "The cellphone number provided appears to be invalid. Please ensure only numbers are provided."; 14$lang['invalidprovider'] = "The configured provider could not be found in the gateway.txt file. Aborting."; 15 16