Skip to content

Instantly share code, notes, and snippets.

@danrovito
Created January 12, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danrovito/f32269a5d055543db487 to your computer and use it in GitHub Desktop.
Save danrovito/f32269a5d055543db487 to your computer and use it in GitHub Desktop.
<?php
return [
'' => 'Please Select A Provider',
'@message.alltel.com' => 'Alltel',
'@txt.att.net' => 'AT&T',
'@txt.bell.ca' => 'Bell Mobility',
'@cingularme.com' => 'Cingular',
'@fido.ca' => 'Fido',
'@msg.koodomobile.com' => 'Kudo Mobile',
'@mymetropcs.com' => 'Metro PCS',
'@text.mtsmobility.com' => 'MTS',
'@messaging.nextel.com' => 'Nextel',
'@ptel.com' => 'Powertel',
'@txt.bell.ca' => 'President’s Choice',
'@qwestmp.com' => 'Qwest',
'@pcs.rogers.com' => 'Rogers Wireless',
'@sms.sasktel.com' => 'Sasktel',
'@messaging.sprintpcs.com' => 'Sprint',
'@txt.bell.ca' => 'Solo',
'@tms.suncom.com' => 'Suncom',
'@msg.telus.com' => 'Telus',
'@vmobile.ca' => 'Virgin',
'@tmomail.net' => 'T-Mobile',
'@vtext.com' => 'Verizon',
'@vmobl.com' => 'Virgin Mobile',
'@email.uscc.net' => 'U.S. Cellular',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment