/**
 * @author LatecomerX
 * @copyright 2008
 */

var lxMessages = new Array();

lxMessages['loadingInterface'] = 'Loading Interface...';
lxMessages['charLimit'] = '{CHAR} character(s) left.';
lxMessages['defaultSmsText'] = 'Please enter a text message here.';
lxMessages['missingSmsText'] = 'Please fill in a text message to be sent.';
lxMessages['invalidCellphoneNumber'] = 'The cellphone number you have provided is invalid. As of March 20, 2008, all phone numbers in Costa Rica are of 8 digits each. Cellphone numbers in Costa Rica are prefixed with an additional "8".';
lxMessages['sendingMessage'] = 'Please wait while your text message is being sent...';
lxMessages['deletingContact'] = 'Updating your contact list...';
lxMessages['loadingContactList'] = 'Loading contact list...';
lxMessages['missingName'] = 'Please fill in the contact\'s name.';
lxMessages['addingContact'] = 'Updating your contact list...';
lxMessages['removingReminder'] = 'Updating your reminder list...';
lxMessages['loadingReminderList'] = 'Loading reminder list...';
lxMessages['missingReminderText'] = 'Please fill in a text for the reminder.';
lxMessages['missingDatetime'] = 'Please select a date and time for the reminder to be sent on.';
lxMessages['addingReminder'] = 'Updating your reminder list...';
lxMessages['useCalendar'] = 'Please select a date on the calendar which is accessible by clicking on the calendar icon.';
