// Locale: en_US

// Basename: /msgs/I18nMsg
function I18nMsg(){}

I18nMsg["currencyCode"] = "USD";
I18nMsg["currencySymbol"] = "$";
I18nMsg["eraAD"] = "AD";
I18nMsg["eraBC"] = "BC";
I18nMsg["firstDayOfWeek"] = "1";
I18nMsg["formatDateFull"] = "EEEE, MMMM d, yyyy";
I18nMsg["formatDateLong"] = "MMMM d, yyyy";
I18nMsg["formatDateMedium"] = "MMM d, yyyy";
I18nMsg["formatDateShort"] = "M/d/yy";
I18nMsg["formatDateTime"] = "{0} {1}";
I18nMsg["formatNumber"] = "#,##0.###";
I18nMsg["formatNumberCurrency"] = "\u00a4#,##0.00;(\u00a4#,##0.00)";
I18nMsg["formatNumberInteger"] = "#,##0";
I18nMsg["formatNumberPercent"] = "#,##0%";
I18nMsg["formatTimeFull"] = "h:mm:ss a z";
I18nMsg["formatTimeLong"] = "h:mm:ss a z";
I18nMsg["formatTimeMedium"] = "h:mm:ss a";
I18nMsg["formatTimeShort"] = "h:mm a";
I18nMsg["monthAprLong"] = "April";
I18nMsg["monthAprMedium"] = "Apr";
I18nMsg["monthAugLong"] = "August";
I18nMsg["monthAugMedium"] = "Aug";
I18nMsg["monthDecLong"] = "December";
I18nMsg["monthDecMedium"] = "Dec";
I18nMsg["monthFebLong"] = "February";
I18nMsg["monthFebMedium"] = "Feb";
I18nMsg["monthJanLong"] = "January";
I18nMsg["monthJanMedium"] = "Jan";
I18nMsg["monthJulLong"] = "July";
I18nMsg["monthJulMedium"] = "Jul";
I18nMsg["monthJunLong"] = "June";
I18nMsg["monthJunMedium"] = "Jun";
I18nMsg["monthMarLong"] = "March";
I18nMsg["monthMarMedium"] = "Mar";
I18nMsg["monthMayLong"] = "May";
I18nMsg["monthMayMedium"] = "May";
I18nMsg["monthNovLong"] = "November";
I18nMsg["monthNovMedium"] = "Nov";
I18nMsg["monthOctLong"] = "October";
I18nMsg["monthOctMedium"] = "Oct";
I18nMsg["monthSepLong"] = "September";
I18nMsg["monthSepMedium"] = "Sep";
I18nMsg["numberInfinity"] = "\u221e";
I18nMsg["numberNaN"] = "\ufffd";
I18nMsg["numberSeparatorDecimal"] = ".";
I18nMsg["numberSeparatorGrouping"] = ",";
I18nMsg["numberSeparatorMoneyDecimal"] = ".";
I18nMsg["numberSignMinus"] = "-";
I18nMsg["numberSignPerMill"] = "\u2030";
I18nMsg["numberSignPercent"] = "%";
I18nMsg["numberZero"] = "0";
I18nMsg["periodAm"] = "AM";
I18nMsg["periodPm"] = "PM";
I18nMsg["weekdayFriLong"] = "Friday";
I18nMsg["weekdayFriMedium"] = "Fri";
I18nMsg["weekdayMonLong"] = "Monday";
I18nMsg["weekdayMonMedium"] = "Mon";
I18nMsg["weekdaySatLong"] = "Saturday";
I18nMsg["weekdaySatMedium"] = "Sat";
I18nMsg["weekdaySunLong"] = "Sunday";
I18nMsg["weekdaySunMedium"] = "Sun";
I18nMsg["weekdayThuLong"] = "Thursday";
I18nMsg["weekdayThuMedium"] = "Thu";
I18nMsg["weekdayTueLong"] = "Tuesday";
I18nMsg["weekdayTueMedium"] = "Tue";
I18nMsg["weekdayWedLong"] = "Wednesday";
I18nMsg["weekdayWedMedium"] = "Wed";

// Basename: /msgs/AjxMsg
function AjxMsg(){}

AjxMsg["XfnumberLessThanMin"] = "Value must be greater than or equal to {0}.";
AjxMsg["_close"] = "Close";
AjxMsg["_finish"] = "Finish";
AjxMsg["_next"] = "Next";
AjxMsg["_prev"] = "Previous";
AjxMsg["add"] = "Add";
AjxMsg["addAll"] = "Add All";
AjxMsg["ago"] = "ago";
AjxMsg["cancel"] = "Cancel";
AjxMsg["cancelRequest"] = "Cancel Request";
AjxMsg["confirmTitle"] = "Confirmation";
AjxMsg["criticalMsg"] = "Critical";
AjxMsg["dateParsing2DigitStartYear"] = "1936";
AjxMsg["day"] = "day";
AjxMsg["days"] = "days";
AjxMsg["detail"] = "Detail";
AjxMsg["didNotMatchChoice"] = "Value '$0' did not match any values for this type.";
AjxMsg["dismiss"] = "Dismiss";
AjxMsg["formatCalDate"] = "EEE, MMM d";
AjxMsg["formatCalDateFull"] = "EEEE, MMMM d, yyyy";
AjxMsg["formatCalDateLong"] = "EEEE, MMMM d";
AjxMsg["formatCalDay"] = "M/d ";
AjxMsg["formatCalHour"] = "{0,choice,0#Midnight|1#{1,time,h a}|12#Noon|13#{1,time,h a}|24#Midnight}";
AjxMsg["formatCalMonth"] = "MMMM yyyy";
AjxMsg["formatDateMediumNoYear"] = "MMM dd ";
AjxMsg["hour"] = "hour";
AjxMsg["hours"] = "hours";
AjxMsg["infoMsg"] = "Informational";
AjxMsg["invalidDateString"] = "Date value must be entered in the form: MM/DD/YYYY or \"today\", \"yesterday\" or \"tomorrow\".";
AjxMsg["invalidDatetimeString"] = "Date format not understood.";
AjxMsg["invalidTimeString"] = "Time value must be entered in the form: HH:MM[:SS] [AM|PM]";
AjxMsg["listSeparator"] = ", ";
AjxMsg["listSeparatorLast"] = " and ";
AjxMsg["minute"] = "minute";
AjxMsg["minutes"] = "minutes";
AjxMsg["month"] = "month";
AjxMsg["monthAprShort"] = "A";
AjxMsg["monthAugShort"] = "A";
AjxMsg["monthDecShort"] = "D";
AjxMsg["monthFebShort"] = "F";
AjxMsg["monthJanShort"] = "J";
AjxMsg["monthJulShort"] = "J";
AjxMsg["monthJunShort"] = "J";
AjxMsg["monthMarShort"] = "M";
AjxMsg["monthMayShort"] = "M";
AjxMsg["monthNovShort"] = "N";
AjxMsg["monthOctShort"] = "O";
AjxMsg["monthSepShort"] = "S";
AjxMsg["months"] = "months";
AjxMsg["no"] = "No";
AjxMsg["noResults"] = "No results found.";
AjxMsg["notANumber"] = "Value must be a number.";
AjxMsg["notAString"] = "Value must be a text string.";
AjxMsg["notAnInteger"] = "Value must be an integer.";
AjxMsg["numberFractionExceeded"] = "Fractional digits exceeds total of {0}.";
AjxMsg["numberLessThanEqualMin"] = "Value must be greater than {0}.";
AjxMsg["numberLessThanMin"] = "Value must be greater than or equal to {0}.";
AjxMsg["numberMoreThanEqualMax"] = "Value must be less than {0}.";
AjxMsg["numberMoreThanMax"] = "Value must be less than or equal to {0}.";
AjxMsg["numberMustBeNon0Percent"] = "Value must be a percentage between 1 and 100";
AjxMsg["numberTotalExceeded"] = "Whole digits exceeds total of {0}.";
AjxMsg["ok"] = "OK";
AjxMsg["remove"] = "Remove";
AjxMsg["removeAll"] = "Remove All";
AjxMsg["second"] = "second";
AjxMsg["seconds"] = "seconds";
AjxMsg["select"] = "Select";
AjxMsg["stringLenWrong"] = "Value must be exactly {0} characters long.";
AjxMsg["stringMismatch"] = "Value did not match valid values.";
AjxMsg["stringTooLong"] = "Value must be no more than {0} characters long.";
AjxMsg["stringTooShort"] = "Value must be at least {0} characters long.";
AjxMsg["timezoneNameAuto-DetectedLong"] = "Auto-Detected";
AjxMsg["timezoneNameAuto-DetectedShort"] = "Auto";
AjxMsg["today"] = "today";
AjxMsg["tomorrow"] = "tomorrow";
AjxMsg["valueIsRequired"] = "Value is required";
AjxMsg["warningMsg"] = "Warning";
AjxMsg["week"] = "week";
AjxMsg["weekdayFriShort"] = "F";
AjxMsg["weekdayMonShort"] = "M";
AjxMsg["weekdaySatShort"] = "S";
AjxMsg["weekdaySunShort"] = "S";
AjxMsg["weekdayThuShort"] = "T";
AjxMsg["weekdayTueShort"] = "T";
AjxMsg["weekdayWedShort"] = "W";
AjxMsg["weeks"] = "weeks";
AjxMsg["workInProgress"] = "Work In Progress";
AjxMsg["xFnumberMoreThanMax"] = "Value must be less than or equal to {0}.";
AjxMsg["xformDateTimeFormat"] = "{0,date} at {0,time}";
AjxMsg["xformRepeatAdd"] = "+";
AjxMsg["xformRepeatRemove"] = "-";
AjxMsg["year"] = "year";
AjxMsg["years"] = "years";
AjxMsg["yes"] = "Yes";
AjxMsg["yesterday"] = "yesterday";

// Basename: /msgs/ZMsg
function ZMsg(){}

ZMsg["errorAlreadyExists"] = "An object with that name already exists.";
ZMsg["errorEmptyResponse"] = "Received empty response form server";
ZMsg["errorInvalidName"] = "Sorry, \"{0}\" is not a valid name. It contains at least one invalid character.";
ZMsg["errorInvalidPass"] = "You have entered an invalid password.";
ZMsg["errorInvalidPrefName"] = "Invalid preference name.";
ZMsg["errorInvalidPrefValue"] = "Invalid preference value.";
ZMsg["errorMaintenanceMode"] = "This account is currently in maintenance mode.";
ZMsg["errorModifyConflict"] = "Item version number conflict. Another version was added between edit and save.";
ZMsg["errorNetwork"] = "A network error has occurred.";
ZMsg["errorNoSuchAcct"] = "No such account exists.";
ZMsg["errorNoSuchConv"] = "No such conversation exists.";
ZMsg["errorNoSuchFolder"] = "No such folder exists.";
ZMsg["errorNoSuchItem"] = "Item \"{0}\" does not exist.";
ZMsg["errorNoSuchMsg"] = "No such message exists.";
ZMsg["errorNoSuchPart"] = "No such message part exists.";
ZMsg["errorNoSuchSavedSearch"] = "No such saved search exists.";
ZMsg["errorNoSuchTag"] = "No such tag exists.";
ZMsg["errorParse"] = "A parsing error has occurred.";
ZMsg["errorPassChange"] = "Your password in no longer valid. Please choose a new password.";
ZMsg["errorPassChangeTooSoon"] = "Password cannot be changed too soon.";
ZMsg["errorPassLocked"] = "Password locked. User not allowed to change password. Please contact your System Administrator.";
ZMsg["errorPassRecentlyUsed"] = "The password you submitted has recently been used. Please choose a different password.";
ZMsg["errorPermission"] = "Permission denied.";
ZMsg["errorQueryParse"] = "Unable to parse the search query.";
ZMsg["errorQuotaExceeded"] = "Your message could not be sent because you have exceeded your mail quota.";
ZMsg["errorService"] = "A network service error has occurred.";
ZMsg["errorTooManyContacts"] = "Contact could not be created because you have exceeded your contact quota.";
ZMsg["errorTooManyIdentities"] = "The identity could not be created because you have exceeded your identity quota.";
ZMsg["errorTooManyTerms"] = "Please be more specific in your search criteria.";
ZMsg["errorUnableToImport"] = "Unable to import contacts. The .CSV file may be invalid.";
ZMsg["errorUnknownDoc"] = "Unknown document.";
ZMsg["mailSendAddressFailure"] = "Could not send message due to invalid address(es)";
ZMsg["mailSendFailure"] = "Could not send message: {0}";

// Basename: /msgs/ZmMsg
function ZmMsg(){}

ZmMsg["AB_ADDR_HOME"] = "Home Address";
ZmMsg["AB_ADDR_OTHER"] = "Other Address";
ZmMsg["AB_ADDR_WORK"] = "Work Address";
ZmMsg["AB_ADD_CONTACT"] = "Add To Contacts";
ZmMsg["AB_EDIT_CONTACT"] = "Edit Contact";
ZmMsg["AB_EDIT_GROUP"] = "Edit Group";
ZmMsg["AB_FIELD_URL"] = "Web Page";
ZmMsg["AB_FIELD_assistantPhone"] = "Assistant";
ZmMsg["AB_FIELD_birthday"] = "Birthday";
ZmMsg["AB_FIELD_callbackPhone"] = "Callback";
ZmMsg["AB_FIELD_carPhone"] = "Car";
ZmMsg["AB_FIELD_city"] = "City";
ZmMsg["AB_FIELD_company"] = "Company";
ZmMsg["AB_FIELD_companyPhone"] = "Company Phone";
ZmMsg["AB_FIELD_country"] = "Country/Region";
ZmMsg["AB_FIELD_email"] = "Email";
ZmMsg["AB_FIELD_email2"] = "Email 2";
ZmMsg["AB_FIELD_email3"] = "Email 3";
ZmMsg["AB_FIELD_firstName"] = "First";
ZmMsg["AB_FIELD_fullName"] = "Full Name";
ZmMsg["AB_FIELD_homeCity"] = "Home City";
ZmMsg["AB_FIELD_homeCountry"] = "Home Country/Region";
ZmMsg["AB_FIELD_homeFax"] = "Home Fax";
ZmMsg["AB_FIELD_homePhone"] = "Home Phone";
ZmMsg["AB_FIELD_homePhone2"] = "Home Phone 2";
ZmMsg["AB_FIELD_homePostalCode"] = "Home Postal Code";
ZmMsg["AB_FIELD_homeState"] = "Home State/Province";
ZmMsg["AB_FIELD_homeStreet"] = "Home Street";
ZmMsg["AB_FIELD_homeURL"] = "Home Web Page";
ZmMsg["AB_FIELD_jobTitle"] = "Job Title";
ZmMsg["AB_FIELD_lastName"] = "Last";
ZmMsg["AB_FIELD_middleName"] = "Middle";
ZmMsg["AB_FIELD_mobilePhone"] = "Mobile";
ZmMsg["AB_FIELD_otherCity"] = "Other City";
ZmMsg["AB_FIELD_otherCountry"] = "Other Country/Region";
ZmMsg["AB_FIELD_otherFax"] = "Other Fax";
ZmMsg["AB_FIELD_otherPhone"] = "Other Phone";
ZmMsg["AB_FIELD_otherPostalCode"] = "Other Postal Code";
ZmMsg["AB_FIELD_otherState"] = "Other State/Province";
ZmMsg["AB_FIELD_otherStreet"] = "Other Street";
ZmMsg["AB_FIELD_otherURL"] = "Other Web Page";
ZmMsg["AB_FIELD_pager"] = "Pager";
ZmMsg["AB_FIELD_postalCode"] = "Postal Code";
ZmMsg["AB_FIELD_state"] = "State/Province";
ZmMsg["AB_FIELD_street"] = "Street";
ZmMsg["AB_FIELD_workCity"] = "Work City";
ZmMsg["AB_FIELD_workCountry"] = "Work Country/Region";
ZmMsg["AB_FIELD_workFax"] = "Work Fax";
ZmMsg["AB_FIELD_workPhone"] = "Work Phone";
ZmMsg["AB_FIELD_workPhone2"] = "Work Phone 2";
ZmMsg["AB_FIELD_workPostalCode"] = "Work Postal Code";
ZmMsg["AB_FIELD_workState"] = "Work State/Province";
ZmMsg["AB_FIELD_workStreet"] = "Work Street";
ZmMsg["AB_FIELD_workURL"] = "Work Web Page";
ZmMsg["AB_FILE_AS_company"] = "Company";
ZmMsg["AB_FILE_AS_companyFirstLast"] = "Company (First Last)";
ZmMsg["AB_FILE_AS_companyLastFirst"] = "Company (Last, First)";
ZmMsg["AB_FILE_AS_firstLast"] = "First Last";
ZmMsg["AB_FILE_AS_firstLastCompany"] = "First Last (Company)";
ZmMsg["AB_FILE_AS_lastFirst"] = "Last, First";
ZmMsg["AB_FILE_AS_lastFirstCompany"] = "Last, First (Company)";
ZmMsg["AB_HOME_URL"] = "Home URL";
ZmMsg["AB_MOVE_CONTACT"] = "Move Contact";
ZmMsg["AB_MOVE_CONTACTS"] = "Move Contacts";
ZmMsg["AB_OTHER_URL"] = "Other URL";
ZmMsg["AB_TAG_CONTACT"] = "Tag Contact";
ZmMsg["AB_TAG_CONTACTS"] = "Tag Contacts";
ZmMsg["AB_TAG_GROUP"] = "Tag Group";
ZmMsg["AB_WORK_URL"] = "Work URL";
ZmMsg["ASST_APPT_HELP"] = "The appointment assistant allows you to quickly create a new appointment without switching context from what you are currently doing.<br><br><b>Examples:</b><br><ul><li>lunch with Dave next friday 11am - 1pm<li>\"Linux Conference\" April 5th April 10th [San Francisco]</ul>";
ZmMsg["ASST_APPT_location"] = "[enclose location in brackets]";
ZmMsg["ASST_APPT_notes"] = "(enclose notes in parenthesis)";
ZmMsg["ASST_APPT_subject"] = "\"enclose subject in quotes or just type\"";
ZmMsg["ASST_CALENDAR_HELP"] = "The calendar assistant allows you to quickly go to a specific date and calender view.<br><br><b>Examples:</b><br><ul><li>August 8th<li>next friday<li>December 2009 month<li>Jan 5th, 2008 week</ul>";
ZmMsg["ASST_CMD_APPOINTMENT"] = "appointment";
ZmMsg["ASST_CMD_CALENDAR"] = "calendar";
ZmMsg["ASST_CMD_CALL"] = "call";
ZmMsg["ASST_CMD_CONTACT"] = "contact";
ZmMsg["ASST_CMD_MAIL"] = "mail";
ZmMsg["ASST_CMD_SUM_APPOINTMENT"] = "Create a new appointment";
ZmMsg["ASST_CMD_SUM_CALENDAR"] = "Go to a specific date in the calendar";
ZmMsg["ASST_CMD_SUM_CONTACT"] = "Create a new contact";
ZmMsg["ASST_CMD_SUM_MAIL"] = "Send an email message";
ZmMsg["ASST_CONTACT_HELP"] = "The contact assistant allows you to quickly create a new contact without switching context from what you are currently doing.<br><br><b>Examples:</b><br><ul><li>John Doe john@doe.com www.doe.com (123) 456-6789<li>l:Doe f:John e:john@doe.com hu: http://www.doe.com hf: (123) 456-6789<li>c:zimbra [1500 fashion island blvd; san mateo; ca; 94404]</ul><br><b>Available fields:</b><br><br>";
ZmMsg["ASST_CONTACT_LONG_assistantPhone"] = "assistantPhone";
ZmMsg["ASST_CONTACT_LONG_callbackPhone"] = "callbackPhone";
ZmMsg["ASST_CONTACT_LONG_carPhone"] = "carPhone";
ZmMsg["ASST_CONTACT_LONG_company"] = "company";
ZmMsg["ASST_CONTACT_LONG_companyPhone"] = "companyPhone";
ZmMsg["ASST_CONTACT_LONG_email"] = "email";
ZmMsg["ASST_CONTACT_LONG_email2"] = "email2";
ZmMsg["ASST_CONTACT_LONG_email3"] = "email3";
ZmMsg["ASST_CONTACT_LONG_firstName"] = "firstName";
ZmMsg["ASST_CONTACT_LONG_homeAddress"] = "homeAddress";
ZmMsg["ASST_CONTACT_LONG_homeCity"] = "homeCity";
ZmMsg["ASST_CONTACT_LONG_homeCountry"] = "homeCountry";
ZmMsg["ASST_CONTACT_LONG_homeFax"] = "homeFax";
ZmMsg["ASST_CONTACT_LONG_homePhone"] = "homePhone";
ZmMsg["ASST_CONTACT_LONG_homePhone2"] = "homePhone2";
ZmMsg["ASST_CONTACT_LONG_homePostalCode"] = "homePostalCode";
ZmMsg["ASST_CONTACT_LONG_homeState"] = "homeState";
ZmMsg["ASST_CONTACT_LONG_homeStreet"] = "homeStreet";
ZmMsg["ASST_CONTACT_LONG_homeURL"] = "homeURL";
ZmMsg["ASST_CONTACT_LONG_jobTitle"] = "jobTitle";
ZmMsg["ASST_CONTACT_LONG_lastName"] = "lastName";
ZmMsg["ASST_CONTACT_LONG_middleName"] = "middleName";
ZmMsg["ASST_CONTACT_LONG_mobilePhone"] = "mobilePhone";
ZmMsg["ASST_CONTACT_LONG_notes"] = "notes";
ZmMsg["ASST_CONTACT_LONG_otherAddress"] = "otherAddress";
ZmMsg["ASST_CONTACT_LONG_otherCity"] = "otherCity";
ZmMsg["ASST_CONTACT_LONG_otherCountry"] = "otherCountry";
ZmMsg["ASST_CONTACT_LONG_otherFax"] = "otherFax";
ZmMsg["ASST_CONTACT_LONG_otherPhone"] = "otherPhone";
ZmMsg["ASST_CONTACT_LONG_otherPostalCode"] = "otherPostalCode";
ZmMsg["ASST_CONTACT_LONG_otherState"] = "otherState";
ZmMsg["ASST_CONTACT_LONG_otherStreet"] = "otherStreet";
ZmMsg["ASST_CONTACT_LONG_otherURL"] = "otherURL";
ZmMsg["ASST_CONTACT_LONG_pager"] = "pager";
ZmMsg["ASST_CONTACT_LONG_workAddress"] = "workAddress";
ZmMsg["ASST_CONTACT_LONG_workCity"] = "workCity";
ZmMsg["ASST_CONTACT_LONG_workCountry"] = "workCountry";
ZmMsg["ASST_CONTACT_LONG_workFax"] = "workFax";
ZmMsg["ASST_CONTACT_LONG_workPhone"] = "workPhone";
ZmMsg["ASST_CONTACT_LONG_workPhone2"] = "workPhone2";
ZmMsg["ASST_CONTACT_LONG_workPostalCode"] = "workPostalCode";
ZmMsg["ASST_CONTACT_LONG_workState"] = "workState";
ZmMsg["ASST_CONTACT_LONG_workStreet"] = "workStreet";
ZmMsg["ASST_CONTACT_LONG_workURL"] = "workURL";
ZmMsg["ASST_CONTACT_SHORT_assistantPhone"] = "a";
ZmMsg["ASST_CONTACT_SHORT_callbackPhone"] = "cb";
ZmMsg["ASST_CONTACT_SHORT_carPhone"] = "ca";
ZmMsg["ASST_CONTACT_SHORT_company"] = "c";
ZmMsg["ASST_CONTACT_SHORT_companyPhone"] = "cp";
ZmMsg["ASST_CONTACT_SHORT_email"] = "e";
ZmMsg["ASST_CONTACT_SHORT_email2"] = "e2";
ZmMsg["ASST_CONTACT_SHORT_email3"] = "e3";
ZmMsg["ASST_CONTACT_SHORT_firstName"] = "fn";
ZmMsg["ASST_CONTACT_SHORT_homeAddress"] = "ha";
ZmMsg["ASST_CONTACT_SHORT_homeCity"] = "hc";
ZmMsg["ASST_CONTACT_SHORT_homeCountry"] = "co";
ZmMsg["ASST_CONTACT_SHORT_homeFax"] = "hf";
ZmMsg["ASST_CONTACT_SHORT_homePhone"] = "hp";
ZmMsg["ASST_CONTACT_SHORT_homePhone2"] = "hp2";
ZmMsg["ASST_CONTACT_SHORT_homePostalCode"] = "hz";
ZmMsg["ASST_CONTACT_SHORT_homeState"] = "st";
ZmMsg["ASST_CONTACT_SHORT_homeStreet"] = "hs";
ZmMsg["ASST_CONTACT_SHORT_homeURL"] = "hu";
ZmMsg["ASST_CONTACT_SHORT_jobTitle"] = "t";
ZmMsg["ASST_CONTACT_SHORT_lastName"] = "ln";
ZmMsg["ASST_CONTACT_SHORT_middleName"] = "mn";
ZmMsg["ASST_CONTACT_SHORT_mobilePhone"] = "m";
ZmMsg["ASST_CONTACT_SHORT_notes"] = "n";
ZmMsg["ASST_CONTACT_SHORT_otherAddress"] = "oa";
ZmMsg["ASST_CONTACT_SHORT_otherCity"] = "oc";
ZmMsg["ASST_CONTACT_SHORT_otherCountry"] = "oco";
ZmMsg["ASST_CONTACT_SHORT_otherFax"] = "of";
ZmMsg["ASST_CONTACT_SHORT_otherPhone"] = "op";
ZmMsg["ASST_CONTACT_SHORT_otherPostalCode"] = "oz";
ZmMsg["ASST_CONTACT_SHORT_otherState"] = "ost";
ZmMsg["ASST_CONTACT_SHORT_otherStreet"] = "os";
ZmMsg["ASST_CONTACT_SHORT_otherURL"] = "ou";
ZmMsg["ASST_CONTACT_SHORT_pager"] = "p";
ZmMsg["ASST_CONTACT_SHORT_workAddress"] = "wa";
ZmMsg["ASST_CONTACT_SHORT_workCity"] = "wc";
ZmMsg["ASST_CONTACT_SHORT_workCountry"] = "wco";
ZmMsg["ASST_CONTACT_SHORT_workFax"] = "f";
ZmMsg["ASST_CONTACT_SHORT_workPhone"] = "wp";
ZmMsg["ASST_CONTACT_SHORT_workPhone2"] = "wp2";
ZmMsg["ASST_CONTACT_SHORT_workPostalCode"] = "wz";
ZmMsg["ASST_CONTACT_SHORT_workState"] = "wst";
ZmMsg["ASST_CONTACT_SHORT_workStreet"] = "ws";
ZmMsg["ASST_CONTACT_SHORT_workURL"] = "wu";
ZmMsg["ASST_CONTACT_address"] = "[street; city; state; zip; country]";
ZmMsg["ASST_CONTACT_email"] = "type an email address";
ZmMsg["ASST_CONTACT_fullName"] = "type to enter fullname";
ZmMsg["ASST_CONTACT_notes"] = "(enclose notes in parenthesis)";
ZmMsg["ASST_CONTACT_phone"] = "type a phone number";
ZmMsg["ASST_CONTACT_url"] = "type a URL";
ZmMsg["ASST_HELP"] = "The assistant provides a quick way to interact with the system via the keyboard.<br><br>Available commands:<br><br>";
ZmMsg["ASST_MAIL_HELP"] = "The mail assistant allows you to quickly send a new mail message without switching context from what you are currently doing.<br><br><b>Examples:</b><br><ul><li>\"call me\" to:john@doe.com body: call me about the quote<li>subject: monday is good to:john@doe.com cc:jan@doe.com</ul>";
ZmMsg["ASST_MAIL_body"] = "type body: followed by the body (must be last)";
ZmMsg["ASST_MAIL_subject"] = "\"enclose subject in quotes\"";
ZmMsg["ASST_MAIL_to"] = "type to: followed by adddresses";
ZmMsg["ASST_availableCommands"] = "available commands:";
ZmMsg["ASST_no_match"] = "(no commands match)";
ZmMsg["CRLF"] = "\r\n";
ZmMsg["CRLF2"] = "\r\n\r\n";
ZmMsg["DASHES"] = "-----";
ZmMsg["GAL"] = "Global Address List";
ZmMsg["P_TIME_LAST_4_HOURS"] = "last 4 hours";
ZmMsg["P_TIME_LAST_HOUR"] = "last hour";
ZmMsg["P_TIME_LAST_MONTH"] = "last month";
ZmMsg["P_TIME_LAST_WEEK"] = "last week";
ZmMsg["P_TIME_LAST_YEAR"] = "last year";
ZmMsg["P_TIME_THIS_MONTH"] = "this month";
ZmMsg["P_TIME_THIS_WEEK"] = "this week";
ZmMsg["P_TIME_THIS_YEAR"] = "this year";
ZmMsg["P_TIME_TITLE"] = "Time";
ZmMsg["P_TIME_TODAY"] = "today";
ZmMsg["P_TIME_YESTERDAY"] = "yesterday";
ZmMsg["_export"] = "Export";
ZmMsg["_import"] = "Import";
ZmMsg["_name"] = "Name";
ZmMsg["_new"] = "New";
ZmMsg["_private"] = "Private";
ZmMsg["aboutShortcuts"] = "About {0} Shortcuts:";
ZmMsg["above"] = "Above";
ZmMsg["aboveQuotedText"] = "Above included messages";
ZmMsg["acceptShare"] = "Accept Share";
ZmMsg["acceptShareDetails"] = "They have granted you the <b>{0}</b> role, which means:<div style=\"margin-left:15px;margin-bottom:3px;margin-top:3px;\">{1}</div>";
ZmMsg["acceptShareDetailsManager"] = "<li>You can <b>View</b> and <b>Edit</b> items in the folder.<li>You can <b>Add</b> and <b>Remove</b> items to/from the folder.<li>You can <b>Accept</b> and <b>Decline</b> workflow actions for the folder.";
ZmMsg["acceptShareDetailsNone"] = "<li>You cannot do anything to items in the folder.";
ZmMsg["acceptShareDetailsViewer"] = "<li>You can <b>View</b> items in the folder.";
ZmMsg["acceptShareHeader"] = "<b>{0}</b> has shared their <b>{1}</b> folder with you.";
ZmMsg["acceptShareQuestion"] = "Do you want to accept this share?";
ZmMsg["accepted"] = "Accepted";
ZmMsg["account"] = "Account";
ZmMsg["accountSettings"] = "Account Settings";
ZmMsg["action"] = "Action";
ZmMsg["active"] = "Active";
ZmMsg["add"] = "Add";
ZmMsg["addAll"] = "Add All";
ZmMsg["addAttachment"] = "Add Attachment";
ZmMsg["addAttachments"] = "Add Attachments";
ZmMsg["addDocuments"] = "Upload Files";
ZmMsg["addDocumentsTT"] = "Upload one or more files to this notebook";
ZmMsg["addFilter"] = "Add Filter";
ZmMsg["addMembers"] = "Add Members to this Group";
ZmMsg["addRemoteAppts"] = "Synchronize appointments from remote calendar";
ZmMsg["addSearch"] = "Add a search to the current query.";
ZmMsg["addShare"] = "Add Share...";
ZmMsg["addShortcut"] = "Add Shortcut";
ZmMsg["addSignature"] = "Add Signature";
ZmMsg["addToAddrBook"] = "Add to Address Book";
ZmMsg["added"] = "Added:";
ZmMsg["addressBook"] = "Address Book";
ZmMsg["addressBookFolder"] = "Address Book Folder";
ZmMsg["addressBooks"] = "Address Books";
ZmMsg["addressHint"] = "Address (jsmith@address.com)";
ZmMsg["addressIn"] = "Address in";
ZmMsg["addressLabel"] = "Address";
ZmMsg["adobePdfDocument"] = "Adobe PDF";
ZmMsg["adobePsDocument"] = "Adobe Postscript";
ZmMsg["advanced"] = "Advanced";
ZmMsg["advancedSearch"] = "Advanced Search";
ZmMsg["after"] = "After";
ZmMsg["afterLc"] = "after";
ZmMsg["afterReload"] = "Setting will take effect after a reload";
ZmMsg["agenda"] = "Agenda";
ZmMsg["align"] = "Align";
ZmMsg["alignment"] = "Alignment";
ZmMsg["all"] = "All";
ZmMsg["allAttendees"] = "All Attendees";
ZmMsg["allConditions"] = "All conditions";
ZmMsg["allDay"] = "All day";
ZmMsg["allDayEvent"] = "All day event";
ZmMsg["allMail"] = "All Mail";
ZmMsg["allTags"] = "All Tags";
ZmMsg["allowMultipleLocations"] = "Allow multiple locations";
ZmMsg["almostSupportedBrowserTip"] = "Please note that because you are running an unsupported browser, your user experience may be affected, and all functionality may not be available.<p><a href=\"javascript:;\" onclick=\"{0}\">Click here to continue.</a> <br />";
ZmMsg["alphabet"] = "All,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z";
ZmMsg["alwaysShowMiniCal"] = "Always show the mini-calendar";
ZmMsg["alwaysShowReadingPane"] = "Always show the reading pane";
ZmMsg["anyAtt"] = "Any Attachment";
ZmMsg["anyCondition"] = "Any condition";
ZmMsg["anywhere"] = "Anywhere";
ZmMsg["appExitWarning"] = "Doing so will terminate Zimbra Collaboration Suite";
ZmMsg["application"] = "Application";
ZmMsg["applicationDocument"] = "Application Document";
ZmMsg["applySignature"] = "Apply signature:";
ZmMsg["appointment"] = "Appointment";
ZmMsg["appointmentEditTitle"] = "Edit Appointment";
ZmMsg["appointmentNewTitle"] = "New Appointment";
ZmMsg["apptAttendees"] = "Attendees for this appointment";
ZmMsg["apptCanceled"] = "The following meeting has been cancelled:";
ZmMsg["apptDetails"] = "Appointment Details";
ZmMsg["apptExceptionNote"] = "This is an exception to the series.";
ZmMsg["apptInstance"] = "Instance";
ZmMsg["apptInstanceCanceled"] = "A single instance of the following meeting has been cancelled:";
ZmMsg["apptInstanceModified"] = "A single instance of the following meeting has been modified:";
ZmMsg["apptLocations"] = "Location(s) for this appointment";
ZmMsg["apptModified"] = "The following meeting has been modified:";
ZmMsg["apptModifiedStamp"] = "[MODIFIED]";
ZmMsg["apptNew"] = "The following is a new meeting request:";
ZmMsg["apptOutOfDate"] = "The selected appointment has been changed or no longer exists.";
ZmMsg["apptReminders"] = "Appointment Reminder(s)";
ZmMsg["apptResources"] = "Resources for this appointment";
ZmMsg["apptSendErrorAbort"] = "Invite not sent; one or more addresses were not accepted.";
ZmMsg["apptSendErrorInvalidAddresses"] = "Rejected addresses: {0}";
ZmMsg["apptSendErrorPartial"] = "Invite not sent to the following rejected addresses: {0}";
ZmMsg["apptSendErrorUnsentAddresses"] = "Invite NOT sent to: {0}";
ZmMsg["apptSeries"] = "Series";
ZmMsg["arrange"] = "Arrange";
ZmMsg["asFlagged"] = "As flagged";
ZmMsg["asRead"] = "As read";
ZmMsg["ascending"] = "Ascending";
ZmMsg["askCancel"] = "The server appears to be slow to respond, and may be unavailable. Press the button to cancel your request.";
ZmMsg["askDeleteFilter"] = "Delete filter \"{0}\"?";
ZmMsg["askDeleteTag"] = "Delete tag \"{0}\"?";
ZmMsg["askLeaveCompose"] = "Cancel compose? (If you cancel, your message will not be saved.)";
ZmMsg["askSaveDraft"] = "Save current message as draft?";
ZmMsg["askToSave"] = "Do you want to save changes?";
ZmMsg["assignShortcuts"] = "Assign numeric shortcuts to {0} to quickly access them.";
ZmMsg["atBottomOfMessage"] = "Below included messages";
ZmMsg["atStartTime"] = "at the start time";
ZmMsg["attachFile"] = "Attach";
ZmMsg["attachment"] = "Attachment";
ZmMsg["attachmentTooltip"] = "Attach one or more files to the message";
ZmMsg["attachments"] = "Attachments";
ZmMsg["attendeeListChanged"] = "You have made changes to the attendees list:";
ZmMsg["attendees"] = "Attendees";
ZmMsg["audio"] = "Audio";
ZmMsg["auto"] = "Auto";
ZmMsg["autoAddContacts"] = "Enable auto adding of contacts";
ZmMsg["autocompleteNotReady"] = "Autocomplete disabled: contacts not yet fully loaded";
ZmMsg["automaticSignature"] = "Automatically on all messages";
ZmMsg["awayMessage"] = "Away message";
ZmMsg["awayMessageEnabled"] = "Away message Enabled";
ZmMsg["b"] = "B";
ZmMsg["back"] = "Back";
ZmMsg["badTargetFolder"] = "You cannot move the folder to the selected destination folder.";
ZmMsg["badTargetFolderItems"] = "You cannot move items to the selected destination folder.";
ZmMsg["badUsername"] = "Your username must be a valid email address.";
ZmMsg["basic"] = "Basic";
ZmMsg["basicSearch"] = "Basic Search";
ZmMsg["bcc"] = "Bcc";
ZmMsg["before"] = "Before";
ZmMsg["beforeLc"] = "before";
ZmMsg["below"] = "Below";
ZmMsg["beta"] = "[beta]";
ZmMsg["blue"] = "Blue";
ZmMsg["body"] = "Body";
ZmMsg["bodyTemplate"] = "Body template";
ZmMsg["boldText"] = "Bold (Ctrl+B)";
ZmMsg["borderColor"] = "Border Color";
ZmMsg["borderStyle"] = "Border Style";
ZmMsg["borderStyleDashed"] = "Dashed";
ZmMsg["borderStyleDotted"] = "Dotted";
ZmMsg["borderStyleDouble"] = "Double";
ZmMsg["borderStyleGroove"] = "Groove";
ZmMsg["borderStyleInset"] = "Inset";
ZmMsg["borderStyleOutset"] = "Outset";
ZmMsg["borderStyleRidge"] = "Ridge";
ZmMsg["borderStyleSolid"] = "Solid";
ZmMsg["borderWidth"] = "Border Width";
ZmMsg["bothNewPasswordsMustMatch"] = "Both new passwords must match. Please retype them.";
ZmMsg["bottom"] = "Bottom";
ZmMsg["brokenHeart"] = "broken heart";
ZmMsg["browse"] = "Browse...";
ZmMsg["buddies"] = "Buddies";
ZmMsg["buddyList"] = "Buddy List";
ZmMsg["building"] = "Building";
ZmMsg["bulletedList"] = "Bulleted List";
ZmMsg["busy"] = "Busy";
ZmMsg["byAttachment"] = "By Attachment";
ZmMsg["byConversation"] = "By Conversation";
ZmMsg["byMessage"] = "By Message";
ZmMsg["bytes"] = "bytes";
ZmMsg["calFeedInvalid"] = "Appointments could not be retrieved. Make sure the following URL is a valid ICAL feed: {0}";
ZmMsg["calRefreshTooltip"] = "Refresh Calendar Views";
ZmMsg["calViewDay"] = "Day View";
ZmMsg["calViewMonth"] = "Month View";
ZmMsg["calViewSchedule"] = "Schedule View";
ZmMsg["calViewWeek"] = "7 Day Week View";
ZmMsg["calViewWorkWeek"] = "Work Week View";
ZmMsg["calendar"] = "Calendar";
ZmMsg["calendarAppointment"] = "Calendar Appointment";
ZmMsg["calendarFirstDayOfWeek"] = "First day of the week";
ZmMsg["calendarFolder"] = "Calendar Folder";
ZmMsg["calendarInitialView"] = "Initial calendar view";
ZmMsg["calendarLabel"] = "Calendar:";
ZmMsg["calendars"] = "Calendars";
ZmMsg["call"] = "Call";
ZmMsg["cancel"] = "Cancel";
ZmMsg["cancelSendMsgWarning"] = "Important: Your message may not have been sent. You will be returned to the message. You can click Send again, and if the message was sent, the recipient will not receive a duplicate message. Note, if the message is modified before resending, the recipient may receive both messages.";
ZmMsg["cancelTooltip"] = "Return to previous view";
ZmMsg["cancelled"] = "Cancelled";
ZmMsg["capacity"] = "Capacity";
ZmMsg["caption"] = "Caption";
ZmMsg["cc"] = "Cc";
ZmMsg["cellPadding"] = "Padding Within Cells";
ZmMsg["cellProperties"] = "Cell Properties";
ZmMsg["cellRange"] = "Cell Range";
ZmMsg["cellSpacing"] = "Space Around Cells";
ZmMsg["center"] = "Center";
ZmMsg["centerJustify"] = "Align Center (Ctrl+E)";
ZmMsg["change"] = "Change";
ZmMsg["changePassword"] = "Change password";
ZmMsg["chat"] = "Chat";
ZmMsg["checkAgain"] = "Check again";
ZmMsg["checkAll"] = "Check All";
ZmMsg["checkFeed"] = "Load Feed";
ZmMsg["checkMail"] = "Get Mail";
ZmMsg["checkMailTooltip"] = "Check for new mail in Inbox";
ZmMsg["checkPopMail"] = "Get POP Mail";
ZmMsg["checkRssTooltip"] = "Check for new RSS feed";
ZmMsg["chooseDate"] = "Choose date";
ZmMsg["chooseFolder"] = "Choose Folder";
ZmMsg["chooseFolderToExport"] = "Choose a folder to export:";
ZmMsg["chooseIdentity"] = "Choose an identity to send the mail";
ZmMsg["chooseSearch"] = "Choose Search";
ZmMsg["chooseSearchType"] = "Choose which types of items are returned by your search";
ZmMsg["chooseTag"] = "Choose Tag";
ZmMsg["clearAdvSearch"] = "Clear Advanced Search";
ZmMsg["clearAll"] = "Clear All";
ZmMsg["clickToAdd"] = "Click to add";
ZmMsg["clickToDrawABorder"] = "Click to draw a border";
ZmMsg["clientLoginNotice"] = "You are using the advanced client. Click <a href=\"{0}\">here</a> to switch to the basic client.";
ZmMsg["close"] = "Close";
ZmMsg["closeSearchBuilder"] = "Close Advanced Search";
ZmMsg["closeTooltip"] = "Return to previous view";
ZmMsg["clown"] = "clown";
ZmMsg["code"] = "Code";
ZmMsg["collapsedBorders"] = "Collapsed Borders";
ZmMsg["colorLabel"] = "Color:";
ZmMsg["compBadAddresses"] = "<p>The following addresses appear to be invalid: {0}</p><p>Send anyway?</p>";
ZmMsg["compSubjectMissing"] = "No subject. Send anyway?";
ZmMsg["company"] = "Company";
ZmMsg["compose"] = "Compose";
ZmMsg["composeInNewWin"] = "Always compose in new window";
ZmMsg["composeMessages"] = "Compose messages:";
ZmMsg["composeOptions"] = "Change format, hide/show BCC field";
ZmMsg["composeUsing"] = "Default editor";
ZmMsg["configureWithAdmin"] = "Configure with Admin Console";
ZmMsg["confirm"] = "Confirm";
ZmMsg["confirmCancelAppt"] = "Are you sure you want to delete this appointment?";
ZmMsg["confirmCancelApptReply"] = "Do you want to edit the appointment cancellation message?";
ZmMsg["confirmDeleteCalendar"] = "Are you sure you want to permanently delete the \"{0}\" calendar?";
ZmMsg["confirmDeleteContact"] = "Are you sure you want to delete this contact?";
ZmMsg["confirmDeleteItem"] = "Are you sure you want to delete \"{0}\"?";
ZmMsg["confirmDeleteItemList"] = "Are you sure you want to delete the selected items?";
ZmMsg["confirmDeleteMissingFolder"] = "The shared folder \"{0}\" is no longer accessible. Would you like to delete it?";
ZmMsg["confirmDeleteNotebook"] = "Are you sure you want to permanently delete the \"{0}\" notebook?";
ZmMsg["confirmDeleteRule"] = "Are you sure you want to delete this rule?";
ZmMsg["confirmDeleteRules"] = "Are you sure you want to delete these rules?";
ZmMsg["confirmDeleteSavedSearch"] = "Are you sure you want to delete the \"{0}\" saved search?";
ZmMsg["confirmEmptyFolder"] = "Are you sure you want to permanently delete everything within the \"{0}\" folder?";
ZmMsg["confirmExitPreferences"] = "Would you like to save your changes?";
ZmMsg["confirmFilterDetailsSave"] = "Your filter rule is incomplete. Do you want to continue saving locally?";
ZmMsg["confirmModifyApptReply"] = "Do you want to edit the appointment modification message?";
ZmMsg["confirmPasswordHasWhitespace"] = "The confirm password field has whitespace. Please correct this, and resubmit your change request.";
ZmMsg["confirmRemovePopAccount"] = "<b>Are you sure you want to remove the account \"{0}\"?</b><p><b>Note:</b> Account will not be removed until you save the preferences.     ";
ZmMsg["confirmed"] = "Confirmed";
ZmMsg["contact"] = "Contact";
ZmMsg["contactCopied"] = "{0} contact(s) copied successfully.";
ZmMsg["contactCreated"] = "New contact successfully created.";
ZmMsg["contactList"] = "Contact List";
ZmMsg["contactPickerHint"] = "Type recipient's name here.";
ZmMsg["contactSaved"] = "Contact successfully saved.";
ZmMsg["contacts"] = "Contacts";
ZmMsg["contactsImported"] = "contact(s) have been successfully imported.";
ZmMsg["contactsPerPage"] = "Number of contacts to display per page";
ZmMsg["contains"] = "contains";
ZmMsg["content"] = "Content";
ZmMsg["convCountTooltip"] = "Total Messages in Conversation";
ZmMsg["conversation"] = "Conversation";
ZmMsg["copy"] = "Copy";
ZmMsg["count"] = "Count";
ZmMsg["createNewAddrBook"] = "Create New Address Book";
ZmMsg["createNewAppt"] = "Create New Appointment";
ZmMsg["createNewCalendar"] = "Create New Calendar";
ZmMsg["createNewContact"] = "Create New Contact";
ZmMsg["createNewFolder"] = "Create New Folder";
ZmMsg["createNewMsg"] = "Create New Message";
ZmMsg["createNewNotebook"] = "Create New Notebook";
ZmMsg["createNewPage"] = "Create New Page";
ZmMsg["createNewRosterItem"] = "Create New Buddy";
ZmMsg["createNewSection"] = "Create New Notebook";
ZmMsg["createNewTag"] = "Create New Tag";
ZmMsg["crying"] = "crying";
ZmMsg["custom"] = "Custom";
ZmMsg["customRepeat"] = "Custom Repeat";
ZmMsg["customize"] = "Customize";
ZmMsg["customizeSettings"] = "Customize settings";
ZmMsg["cut"] = "Cut";
ZmMsg["cyan"] = "Cyan";
ZmMsg["daily"] = "Daily";
ZmMsg["date"] = "Date";
ZmMsg["declineShare"] = "Decline Share";
ZmMsg["declineShareConfirm"] = "Are you sure you want to decline the {1} share from {0}?";
ZmMsg["declined"] = "Declined";
ZmMsg["dedupeAll"] = "Do not receive the message";
ZmMsg["dedupeMoveToInbox"] = "Move the sent message to Inbox";
ZmMsg["dedupeNone"] = "Receive the message as normal";
ZmMsg["dedupeSecondCopy"] = "Only receive the message if I'm in To: or Cc:";
ZmMsg["def"] = "Default";
ZmMsg["defLabel"] = "Default:";
ZmMsg["defaultCalendarTimezone"] = "Default timezone";
ZmMsg["defaultFontSettings"] = "Default font settings (HTML compose)";
ZmMsg["defaultIdentity"] = "Default Identity";
ZmMsg["defaultInviteReplyAcceptInstanceMessage"] = "I will attend on {0,date,full}.\r\n\r\n";
ZmMsg["defaultInviteReplyAcceptMessage"] = "Yes, I will attend.\r\n\r\n";
ZmMsg["defaultInviteReplyCancelInstanceMessage"] = "I will attend on {0,date,full}.\r\n\r\n";
ZmMsg["defaultInviteReplyCancelMessage"] = "Yes, I will attend.\r\n\r\n";
ZmMsg["defaultInviteReplyDeclineInstanceMessage"] = "I won''t attend on {0,date,full}.\r\n\r\n";
ZmMsg["defaultInviteReplyDeclineMessage"] = "No, I won't attend.\r\n\r\n";
ZmMsg["defaultInviteReplyNewTimeMessage"] = "I would like to propose a time change.\r\n\r\n";
ZmMsg["defaultInviteReplyTentativeInstanceMessage"] = "I might attend on {0,date,full}.\r\n\r\n";
ZmMsg["defaultInviteReplyTentativeMessage"] = "I might attend.\r\n\r\n";
ZmMsg["defaultPort"] = "(Default is {0})";
ZmMsg["defaultsRestored"] = "Defaults restored, press Save to save changes";
ZmMsg["del"] = "Delete";
ZmMsg["delConv"] = "Delete Conversation";
ZmMsg["deleteApptQuestion"] = "Would you like to delete only this instance or the series?";
ZmMsg["deleteCell"] = "Delete Cell";
ZmMsg["deleteColumn"] = "Delete Column";
ZmMsg["deleteInstance"] = "Delete this instance";
ZmMsg["deletePermanentTooltip"] = "Delete selected item(s) permanently";
ZmMsg["deleteRecurringItem"] = "Delete Recurring Item";
ZmMsg["deleteRow"] = "Delete Row";
ZmMsg["deleteSeries"] = "Delete the series";
ZmMsg["deleteTable"] = "Delete Table";
ZmMsg["deleteTooltip"] = "Move selected item(s) to Trash";
ZmMsg["descending"] = "Descending";
ZmMsg["description"] = "Description";
ZmMsg["detach"] = "New Window";
ZmMsg["detach2"] = "Detach";
ZmMsg["detachAnyway"] = "You will have to reattach your file(s). Open in new window anyway?";
ZmMsg["detachTT"] = "Launch in a separate window";
ZmMsg["detachTooltip"] = "Compose in a separate window";
ZmMsg["detailedCards"] = "Detailed Cards";
ZmMsg["details"] = "Details";
ZmMsg["devil"] = "devil";
ZmMsg["discard"] = "Discard";
ZmMsg["dismissAll"] = "Dismiss All";
ZmMsg["dismissReminderToolTip"] = "dismiss reminder";
ZmMsg["displayCalendar"] = "Choose how the calendar is displayed";
ZmMsg["displayContacts"] = "Choose how contacts are displayed";
ZmMsg["displayExternalImages"] = "Display Images";
ZmMsg["displayIM"] = "Choose how IM chats are displayed";
ZmMsg["displayMail"] = "Choose how mail is displayed";
ZmMsg["document"] = "Document";
ZmMsg["documents"] = "Documents";
ZmMsg["domain"] = "Domain";
ZmMsg["domainPart"] = "domain part";
ZmMsg["domains"] = "Domains";
ZmMsg["done"] = "Done";
ZmMsg["dontInclude"] = "Don't include";
ZmMsg["dontIncludeMessage"] = "Don't include original message";
ZmMsg["download"] = "download";
ZmMsg["draft"] = "Draft";
ZmMsg["draftSaved"] = "Draft saved successfully.";
ZmMsg["drafts"] = "Drafts";
ZmMsg["duplicateShortcutNumber"] = "The shortcut {0} is being used more than once.";
ZmMsg["duplicateShortcutOrg"] = "\"{0}\" has more than one shortcut assigned to it.";
ZmMsg["durationDays"] = "{0} - {1}";
ZmMsg["durationHours"] = "{0} - {1}";
ZmMsg["edit"] = "Edit";
ZmMsg["editApptQuestion"] = "Would you like to open only this instance or the series?";
ZmMsg["editFilter"] = "Edit Filter";
ZmMsg["editNotebookChrome"] = "Edit Template for Folder";
ZmMsg["editNotebookFooter"] = "Edit Footer for Folder";
ZmMsg["editNotebookHeader"] = "Edit Header for Folder";
ZmMsg["editNotebookIndex"] = "Edit Table of Contents";
ZmMsg["editNotebookSideBar"] = "Edit Side Bar for Folder";
ZmMsg["editNotebookStyles"] = "Edit Styles for Folder";
ZmMsg["editProperties"] = "Edit Properties";
ZmMsg["editPropertiesTooltip"] = "Edit the selected item's properties";
ZmMsg["editReply"] = "Edit Reply";
ZmMsg["editRosterItem"] = "Edit Buddy";
ZmMsg["editTooltip"] = "Edit the selected item";
ZmMsg["email"] = "Email";
ZmMsg["emailAddrLabel"] = "Email address:";
ZmMsg["emailLabel"] = "Email:";
ZmMsg["emailedContacts"] = "Emailed Contacts";
ZmMsg["empty"] = "Empty";
ZmMsg["emptyContact"] = "Empty contact not saved.";
ZmMsg["emptyGroup"] = "Empty group not saved.";
ZmMsg["emptyJunk"] = "Empty Junk";
ZmMsg["emptyTrash"] = "Empty Trash";
ZmMsg["end"] = "End";
ZmMsg["endTime"] = "End Time";
ZmMsg["enrichedText"] = "Enriched Text";
ZmMsg["enterAddresses"] = "Enter addresses on separate lines";
ZmMsg["enterCommand"] = "Enter Command:";
ZmMsg["enterNewPassword"] = "Please enter a new password and re-enter it in the confirmation field.";
ZmMsg["enterUsername"] = "Please enter your username and password.";
ZmMsg["entireAddress"] = "entire address";
ZmMsg["errorAlreadyExists"] = "A folder with name \"{0}\" already exists.";
ZmMsg["errorApplication"] = "An unknown application error has occurred.";
ZmMsg["errorAttachment"] = "Attachment error: {0}<br>Unable to upload attachment.";
ZmMsg["errorAttachmentTooBig"] = "Attachment size is too big.";
ZmMsg["errorBirthdayDate"] = "You have entered an invalid date for birthday.";
ZmMsg["errorBrowserUnsupported"] = "We have detected that you are running <b>{0} {1}</b>,which is an unsupported browser for the Zimbra Collaboration Suite. The Zimbra Collaboration Suite is supported on:<br /><ul><li>IE 6.0+</li><li>Mozilla 1.4+</li><li>Netscape 7.1+</li><li>Firefox 1.0+</li><li>Safari 1.3+ (BETA)</li></ul><br />";
ZmMsg["errorCalendarParse"] = "Error parsing calendar.";
ZmMsg["errorCalendarSettingAfterCreate"] = "Calendar was created successfully but an error occurred setting properties.";
ZmMsg["errorContact"] = "If the problem persists, please contact your System Administrator.";
ZmMsg["errorCookiesDisabled"] = "Oops! It appears your browser does not allow cookies. You need to enable cookies in order to use the Zimbra Collaboration Suite. ";
ZmMsg["errorCreateContact"] = "Unable to create contact.";
ZmMsg["errorCreateGroup"] = "Unable to create group.";
ZmMsg["errorDefaultIdentityName"] = "The name \"{0}\" is not allowed.";
ZmMsg["errorDuplicateName"] = "Name is not unique.";
ZmMsg["errorEndByDate"] = "End by date cannot be before start date.";
ZmMsg["errorGeneric"] = "Could not complete operation.";
ZmMsg["errorGettingAppts"] = "Error Getting Appointments";
ZmMsg["errorGroupName"] = "Group Name is a required field.";
ZmMsg["errorIdentityAlreadyExists"] = "An identity with name \"{0}\" already exists.";
ZmMsg["errorImporting"] = "An error occurred importing your contacts";
ZmMsg["errorInvalidDates"] = "Invalid dates (make sure end date/time is after start date/time).";
ZmMsg["errorInvalidEmail"] = "Email format not understood.";
ZmMsg["errorInvalidEmail2"] = "Invalid email format found.";
ZmMsg["errorInvalidFolder"] = "Folder does not exist: {0}";
ZmMsg["errorInvalidName"] = "Sorry, \"{0}\" is not a valid name. It contains at least one invalid character.";
ZmMsg["errorInvalidPageOrSectionName"] = "A page or notebook with name \"{0}\" already exists.\nPlease select a different name.";
ZmMsg["errorInvalidPass"] = "New password does not meet the system's rules (i.e. length). Contact your System Administrator for more information.";
ZmMsg["errorInvalidPrefName"] = "Invalid preference name.";
ZmMsg["errorInvalidPrefValue"] = "Invalid preference value.";
ZmMsg["errorJavaScriptRequired"] = "<font face=arial>JavaScript must be enabled in order for you to use the Zimbra advanced client. However, it seems JavaScript is either disabled or not supported by your browser. To use Zimbra, enable JavaScript by changing your browser options, then <a href=\"\">try again</a> or click <a href=\"{0}\">here</a> to switch to the basic client which doesn't require JavaScript</font>";
ZmMsg["errorLabel"] = "Error:";
ZmMsg["errorLessThanOne"] = "Value must be greater than zero.";
ZmMsg["errorMaintenanceMode"] = "This account is currently in maintenance mode.";
ZmMsg["errorMissingFwdAddr"] = "Forwarding address is required.";
ZmMsg["errorMissingGroup"] = "Group Name and Group Members are required fields.";
ZmMsg["errorMissingRequired"] = "Required fields not specified.";
ZmMsg["errorMissingSubject"] = "Subject is a required field.";
ZmMsg["errorModifyContact"] = "Unable to modify contact.";
ZmMsg["errorNetwork"] = "A network error has occurred.";
ZmMsg["errorNoActiveX"] = "You need to enable ActiveX controls in order to use the Zimbra Collaboration Suite.";
ZmMsg["errorNoSuchConv"] = "No such conversation exists.";
ZmMsg["errorNoSuchFolder"] = "No such folder exists.";
ZmMsg["errorNoSuchMsg"] = "No such message exists.";
ZmMsg["errorNoSuchPart"] = "No such message part exists.";
ZmMsg["errorNoSuchSavedSearch"] = "No such saved search exists.";
ZmMsg["errorNoSuchTag"] = "No such tag exists.";
ZmMsg["errorNoWeekdayChecked"] = "No weekday(s) checked.";
ZmMsg["errorNotAuthenticated"] = "User not authenticated.";
ZmMsg["errorPassChange"] = "Your password is no longer valid. Please choose a new password.";
ZmMsg["errorPassChangeTooSoon"] = "Password cannot be changed too soon.";
ZmMsg["errorPassLocked"] = "Password locked. User not allowed to change password. Please contact your System Administrator.";
ZmMsg["errorPassRecentlyUsed"] = "The password you submitted has recently been used. Please choose a different password.";
ZmMsg["errorPermission"] = "Permission denied.";
ZmMsg["errorPermissionRequired"] = "In order for the recipient to view the links, they must<br> have permission to view the contents of the containing folder. <p> <b>Do you want to send the links anyway?</b>";
ZmMsg["errorQueryParse"] = "Unable to parse the search query.";
ZmMsg["errorQuotaExceeded"] = "Your message could not be sent because you have exceeded your mail quota.";
ZmMsg["errorSaving"] = "Cannot save. You have errors that must be corrected";
ZmMsg["errorSavingPageNameRequired"] = "Cannot save page. You must enter a name for the new page.";
ZmMsg["errorSearchNotExpanded"] = "Not all results were returned (too many results were found). Please be more specific in your search criteria.";
ZmMsg["errorService"] = "A network service error has occurred.";
ZmMsg["errorTooManyContacts"] = "Contact could not be created because you have exceeded your contact quota.";
ZmMsg["errorTooManyIdentities"] = "The identity could not be created because you have exceeded your identity quota.";
ZmMsg["errorTryAgain"] = "Please correct any errors and retry.";
ZmMsg["errorUrlMissing"] = "Please enter a valid URL.";
ZmMsg["event"] = "Event";
ZmMsg["everyDay"] = "Every Day";
ZmMsg["everyMonth"] = "Every Month";
ZmMsg["everyWeek"] = "Every Week";
ZmMsg["everyYear"] = "Every Year";
ZmMsg["exactMatch"] = "matches exactly";
ZmMsg["exampleShortcutIntro"] = "For example, if you assign the shortcut {0} to the {1} {2}:";
ZmMsg["excludeFromFreeBusy"] = "Exclude this calendar when reporting free/busy times";
ZmMsg["execute"] = "Execute";
ZmMsg["exists"] = "exists";
ZmMsg["expandAll"] = "Expand All";
ZmMsg["exportToCSV"] = "Export to .CSV";
ZmMsg["externalImages"] = "External images are not displayed.";
ZmMsg["fax"] = "Fax";
ZmMsg["feedInvalid"] = "Content could not be retrieved. Make sure the following URL is an RSS/ATOM feed: {0}";
ZmMsg["feedUnreachable"] = "The following URL is not currently reachable: {0}";
ZmMsg["fetchingAlexaThumbnail"] = "Fetching<br />Thumbnail...";
ZmMsg["fileAs"] = "File As";
ZmMsg["fileIntoFolder"] = "File into folder";
ZmMsg["filename"] = "Filename";
ZmMsg["files"] = "Files";
ZmMsg["filterActions"] = "Perform the following actions:";
ZmMsg["filterConditions"] = "If the following conditions are met:";
ZmMsg["filterEdit"] = "Edit Filter";
ZmMsg["filterError"] = "There was a problem parsing your filter rules:";
ZmMsg["filterErrorAction"] = "The action \"{0}\" is missing one or more values.";
ZmMsg["filterErrorCondition"] = "The condition \"{0}\" is missing one or more values.";
ZmMsg["filterErrorIllegalCharacter"] = "Filter values may not contain double-quote (\") or backslash (\\)";
ZmMsg["filterErrorNameExists"] = "There is already a filter by that name.";
ZmMsg["filterErrorNoName"] = "The new filter needs a name.";
ZmMsg["filterMoveDown"] = "Move Down";
ZmMsg["filterMoveUp"] = "Move Up";
ZmMsg["filterName"] = "Filter Name";
ZmMsg["filterRemove"] = "Delete Filter";
ZmMsg["filterRules"] = "Mail Filters";
ZmMsg["filtersSaved"] = "Filter rules saved";
ZmMsg["find"] = "Find";
ZmMsg["findAttendees"] = "Find Attendees";
ZmMsg["findLocations"] = "Find Locations";
ZmMsg["findResources"] = "Find Resources";
ZmMsg["finishLoading"] = "Click here to finish loading this contact";
ZmMsg["fixedCellWidth"] = "Fixed Cell Width";
ZmMsg["flag"] = "Flag";
ZmMsg["flagged"] = "Flagged";
ZmMsg["flags"] = "Flags";
ZmMsg["floor"] = "Floor";
ZmMsg["folder"] = "Folder";
ZmMsg["folderLabel"] = "Folder:";
ZmMsg["folderLc"] = "folder";
ZmMsg["folderName"] = "Folder name";
ZmMsg["folderNameReserved"] = "That folder name is reserved. Please use another name.";
ZmMsg["folderNoLocation"] = "You must select a location for the folder.";
ZmMsg["folderOrSearchNameExists"] = "A folder or saved search with that name already exists. Please use another name.";
ZmMsg["folderProperties"] = "Folder Properties";
ZmMsg["folderSharing"] = "Sharing for this folder";
ZmMsg["folders"] = "Folders";
ZmMsg["foldersSearches"] = "Folders and Saved Searches";
ZmMsg["fontBackground"] = "Font Background";
ZmMsg["fontColor"] = "Font Color";
ZmMsg["format"] = "Format";
ZmMsg["formatAsHtml"] = "Format As HTML";
ZmMsg["formatAsText"] = "Format As Plain Text";
ZmMsg["formatHtmlSource"] = "HTML Source";
ZmMsg["formatMediaWiki"] = "MediaWiki Syntax";
ZmMsg["formatRichText"] = "Rich Text";
ZmMsg["formatTWiki"] = "TWiki Syntax";
ZmMsg["formatTooltip"] = "Choose the format to compose in";
ZmMsg["forward"] = "Forward";
ZmMsg["forwardAtt"] = "Forward as Attachment";
ZmMsg["forwardInclude"] = "When forwarding:";
ZmMsg["forwardInline"] = "Forward Inline";
ZmMsg["forwardOptions"] = "Change format, hide/show CC and BCC fields, change how original is forwarded";
ZmMsg["forwardTo"] = "Forward to";
ZmMsg["forwardTooltip"] = "Forward the selected message";
ZmMsg["forwardTooltipConv"] = "Forward the most recent message in the conversation";
ZmMsg["forwarded"] = "Forwarded";
ZmMsg["forwardedMessage"] = "Forwarded Message";
ZmMsg["fragment"] = "Fragment";
ZmMsg["fragmentIsEmpty"] = "<no fragment>";
ZmMsg["free"] = "Free";
ZmMsg["from"] = "From";
ZmMsg["fw"] = "Fw";
ZmMsg["fwd"] = "Fwd";
ZmMsg["galAutocomplete"] = "Use the Global Address List when autocompleting addresses";
ZmMsg["galAutocompleteFailure"] = "GAL autocomplete disabled (enable via Options)";
ZmMsg["galAutocompleteSession"] = "GAL autocomplete has been temporarily disabled. Re-enable";
ZmMsg["galAutocompleteTimedOut"] = "GAL autocomplete timed out";
ZmMsg["galAutocompleteWaiting"] = "Waiting for GAL...";
ZmMsg["general"] = "General";
ZmMsg["gifImage"] = "GIF Image";
ZmMsg["goBack"] = "Go back one page";
ZmMsg["goForward"] = "Go forward one page";
ZmMsg["goToCalendar"] = "Go to Calendar";
ZmMsg["goToContacts"] = "Go to Address Book";
ZmMsg["goToDate"] = "Go to date";
ZmMsg["goToDocuments"] = "Go to Documents";
ZmMsg["goToHelp"] = "Read online help documentation";
ZmMsg["goToIm"] = "Go to Instant Messaging";
ZmMsg["goToMail"] = "Go to Mail";
ZmMsg["goToOptions"] = "View or edit your options";
ZmMsg["goToUrl"] = "Go to {0}";
ZmMsg["gray"] = "Gray";
ZmMsg["green"] = "Green";
ZmMsg["group"] = "Contact Group";
ZmMsg["groupCreated"] = "New group successfully created.";
ZmMsg["groupHint"] = "Enter addresses on separate lines";
ZmMsg["groupMailBy"] = "Group mail by";
ZmMsg["groupMembers"] = "Group Members";
ZmMsg["groupName"] = "Group Name";
ZmMsg["groupSaved"] = "Group successfully saved.";
ZmMsg["happy"] = "happy";
ZmMsg["hasAlias"] = "has alias";
ZmMsg["header"] = "Header";
ZmMsg["headerNamed"] = "Header Named";
ZmMsg["heading1"] = "Heading 1";
ZmMsg["heading2"] = "Heading 2";
ZmMsg["heading3"] = "Heading 3";
ZmMsg["heading4"] = "Heading 4";
ZmMsg["heading5"] = "Heading 5";
ZmMsg["heading6"] = "Heading 6";
ZmMsg["height"] = "Height";
ZmMsg["help"] = "Help";
ZmMsg["hiliteObjects"] = "Highlight objects.";
ZmMsg["home"] = "Home";
ZmMsg["horizRule"] = "Horizontal Rule";
ZmMsg["htmlDocument"] = "HTML";
ZmMsg["icon"] = "Icon";
ZmMsg["identities"] = "Identities";
ZmMsg["identitiesAdd"] = "Add a new identity";
ZmMsg["identitiesIntro"] = "<b>Identities</b> group email settings together to allow you to quickly switch between different roles. For example, if you manage work and identity emails from the same account, you can have a identity for each that sets the signature, reply-to address, etc. When composing an email, a selector allows you to quickly switch between different identities.";
ZmMsg["identitiesLabel"] = "Identity Settings";
ZmMsg["identitiesTab"] = "Mail Identities";
ZmMsg["identitiesUseDefault"] = "Use same settings as Default Identity";
ZmMsg["identityAdvanced"] = "Advanced";
ZmMsg["identityChangeWarning"] = "Do you want to apply the identity's settings to the body of the message? Doing so will insert the identity's signature, prefix, and text format to the message, <b>but any changes you have made to the message will be discarded</b>.    ";
ZmMsg["identityInfoContent"] = "Use mail identities to quickly customize Mail for different situations -- for example:<UL style='margin-top: 5px; margin-bottom: 5px;'><LI>To respond to mail from home or work using different addresses</LI><LI>To manage different roles in your job</LI></UL>You can always change the current identity when composing a message.";
ZmMsg["identityInfoTitle"] = "About Mail Identities:";
ZmMsg["identityNameError"] = "The identity name is invalid";
ZmMsg["identityNameLabel"] = "Identity name:";
ZmMsg["identityOptions"] = "Identity Options";
ZmMsg["im"] = "Instant Messaging";
ZmMsg["imAddress"] = "Buddy Address";
ZmMsg["imAddressLabel"] = "Buddy Address:";
ZmMsg["imAppTitle"] = "IM";
ZmMsg["imChatMultiWindow"] = "Multiple Windows";
ZmMsg["imChatTabbed"] = "Tabbed Window";
ZmMsg["imConfirmDeleteRosterItem"] = "Are you sure you want to delete {0}?";
ZmMsg["imEndChat"] = "End Chat";
ZmMsg["imGroupChat"] = "Group Chat";
ZmMsg["imGroups"] = "Buddy Groups";
ZmMsg["imGroupsLabel"] = "Buddy Groups:";
ZmMsg["imLeftChat"] = "{0} has left the chat";
ZmMsg["imName"] = "Buddy Name";
ZmMsg["imNameLabel"] = "Buddy Name:";
ZmMsg["imNewChat"] = "New Chat";
ZmMsg["imNewGroupChat"] = "New Group Chat";
ZmMsg["imNewRosterItemToast"] = "added buddy {0}";
ZmMsg["imPresence"] = "Presence";
ZmMsg["imStatusAway"] = "away";
ZmMsg["imStatusChat"] = "available for chat";
ZmMsg["imStatusDND"] = "do not disturb";
ZmMsg["imStatusExtAway"] = "extended away";
ZmMsg["imStatusInvisible"] = "invisible";
ZmMsg["imStatusOffline"] = "offline";
ZmMsg["imStatusOnline"] = "online";
ZmMsg["imStatusToast"] = "{0} ({1})";
ZmMsg["imStatusUnknown"] = "unknown";
ZmMsg["image"] = "Image";
ZmMsg["importFromCSV"] = "Import from .CSV";
ZmMsg["important"] = "Important";
ZmMsg["importingContacts"] = "Please wait while importing contacts...";
ZmMsg["inContacts"] = "In Personal Address Book";
ZmMsg["inGal"] = "In Global Address List";
ZmMsg["inTime"] = "in";
ZmMsg["inbox"] = "Inbox";
ZmMsg["includeInBody"] = "Include original message";
ZmMsg["includeJunk"] = "Also search Junk";
ZmMsg["includeJunkFolder"] = "Include Junk folder in searches";
ZmMsg["includeMenuAttachment"] = "Include Original As Attachment";
ZmMsg["includeMenuNoPrefix"] = "Include Original";
ZmMsg["includeMenuNone"] = "Don't Include Original Message";
ZmMsg["includeMenuPrefix"] = "Include Original With Prefix";
ZmMsg["includeMenuSmart"] = "Include Last Message Only";
ZmMsg["includeOriginalAsAttach"] = "Include original message as an attachment";
ZmMsg["includeOriginalInBody"] = "Include original message in the body";
ZmMsg["includePrefix"] = "Include original message with the prefix below";
ZmMsg["includeTrash"] = "Also search Trash";
ZmMsg["includeTrashFolder"] = "Include Trash folder in searches";
ZmMsg["indent"] = "Increase Indent";
ZmMsg["inheritPerms"] = "Sub-folders inherit permissions";
ZmMsg["initialMailSearch"] = "Initial mail search";
ZmMsg["initializationComplete"] = "Initialization Complete";
ZmMsg["insertAttachment"] = "Insert Files";
ZmMsg["insertCell"] = "Insert Cell";
ZmMsg["insertColumn"] = "Insert Column";
ZmMsg["insertColumnAfter"] = "Insert Column After";
ZmMsg["insertColumnBefore"] = "Insert Column Before";
ZmMsg["insertImage"] = "Insert Images";
ZmMsg["insertLink"] = "Insert Link";
ZmMsg["insertObject"] = "Insert Object";
ZmMsg["insertRow"] = "Insert Row";
ZmMsg["insertRowAbove"] = "Insert Row Above";
ZmMsg["insertRowUnder"] = "Insert Row Under";
ZmMsg["insertSpreadsheet"] = "Insert Spreadsheet";
ZmMsg["insertTable"] = "Insert Table";
ZmMsg["invalidAwayMessage"] = "Away message must be at most {0} characters";
ZmMsg["invalidEmail"] = "{0} is not a valid email address";
ZmMsg["invalidInitialSearch"] = "Initial search must be at most {0} characters";
ZmMsg["invalidPollingInterval"] = "Polling interval must be at least {0} minutes";
ZmMsg["invalidSignature"] = "Signature must be at most {0} characters";
ZmMsg["inviteOutOfDate"] = "The meeting invitation has been changed or no longer exists.";
ZmMsg["invitees"] = "Invitees";
ZmMsg["isAfter"] = "is after";
ZmMsg["isBefore"] = "is before";
ZmMsg["isIn"] = "in";
ZmMsg["isOn"] = "is on";
ZmMsg["isRecurringAppt"] = "\"{0}\" is a recurring appointment.";
ZmMsg["italicText"] = "Italic (Ctrl+I)";
ZmMsg["itemTemplate"] = "Item template";
ZmMsg["itemsPerPage"] = "Number of items to display per page";
ZmMsg["javaSource"] = "Java Source Code";
ZmMsg["jpegImage"] = "JPEG Image";
ZmMsg["junk"] = "Junk";
ZmMsg["junkTooltip"] = "Mark selected item(s) as Junk";
ZmMsg["justify"] = "Justify (Ctrl+J)";
ZmMsg["kb"] = "KB";
ZmMsg["keepInInbox"] = "Keep in Inbox";
ZmMsg["key"] = "Key";
ZmMsg["keyboardShortcuts"] = "Keyboard Shortcuts";
ZmMsg["kilobytes"] = "kilobytes (KB)";
ZmMsg["larger"] = "is larger than";
ZmMsg["lastModified"] = "Last Modified";
ZmMsg["lastSaved"] = "Last Saved";
ZmMsg["layout"] = "Layout";
ZmMsg["left"] = "Left";
ZmMsg["leftJustify"] = "Align Left (Ctrl+L)";
ZmMsg["licenseExpired"] = "Your server's license has expired.";
ZmMsg["linkProperties"] = "Link Properties";
ZmMsg["linkTitleLabel"] = "Link title:";
ZmMsg["linkTo"] = "Link to";
ZmMsg["linkToNewIdentity"] = "Link to new identity:";
ZmMsg["linkUrlLabel"] = "Link URL:";
ZmMsg["list"] = "List";
ZmMsg["localPart"] = "local part";
ZmMsg["location"] = "Location";
ZmMsg["locationLabel"] = "Location:";
ZmMsg["logOff"] = "Log Off";
ZmMsg["login"] = "Log In";
ZmMsg["loginAsDiff"] = "Log in as a different user";
ZmMsg["loginError"] = "The username or password is incorrect. Verify that CAPS LOCK is not on, and then retype the current username and password";
ZmMsg["loginHeader"] = "Acme Corporation";
ZmMsg["mail"] = "Mail";
ZmMsg["mailDeliveryDisabled"] = "Don't keep a local copy of messages";
ZmMsg["mailFolder"] = "Mail Folder";
ZmMsg["mailFolders"] = "Mail Folders";
ZmMsg["mailForwardingAddress"] = "Address to forward mail to";
ZmMsg["mailMessage"] = "Mail Message";
ZmMsg["mailNotifAddress"] = "Address for new mail notifications";
ZmMsg["mailNotifEnabled"] = "Enable address for new mail notifications";
ZmMsg["mailSendAddressFailure"] = "Could not send message due to invalid address(es)";
ZmMsg["mailSendFailure"] = "Could not send message: {0}";
ZmMsg["mailShortcuts"] = "Mail Folder Shortcuts";
ZmMsg["mailSignature"] = "Mail Signature:";
ZmMsg["manualSignature"] = "Manually via the \"Add Signature\" button";
ZmMsg["mark"] = "Mark";
ZmMsg["markAllRead"] = "Mark All as Read";
ZmMsg["markAsRead"] = "Mark As Read";
ZmMsg["markAsUnread"] = "Mark As Unread";
ZmMsg["matches"] = "matches pattern";
ZmMsg["mb"] = "MB";
ZmMsg["meeting"] = "Meeting";
ZmMsg["meetingStatus"] = "Meeting Status";
ZmMsg["megabytes"] = "megabytes (MB)";
ZmMsg["mergeCell"] = "Merge Cell";
ZmMsg["mergeCells"] = "Merge Cells";
ZmMsg["message"] = "Message";
ZmMsg["messageSent"] = "Your message has been sent.";
ZmMsg["messageStatus"] = "Message Status";
ZmMsg["method"] = "Method";
ZmMsg["middle"] = "Middle";
ZmMsg["mine"] = "Mine";
ZmMsg["minimumCapacity"] = "Minimum Capacity";
ZmMsg["missingShortcutNumber"] = "Missing shortcut for {0} \"{1}\"";
ZmMsg["missingShortcutOrg"] = "No {0} provided for shortcut {1}";
ZmMsg["misspelling"] = "misspelling";
ZmMsg["misspellings"] = "misspellings";
ZmMsg["mobile"] = "Mobile";
ZmMsg["modifiedField"] = "[MODIFIED]";
ZmMsg["modifyApptQuestion"] = "Would you like to modify only this instance or the series?";
ZmMsg["modifyInstance"] = "Modify this instance";
ZmMsg["modifyRecurringItem"] = "Modify Recurring Item";
ZmMsg["modifySearch"] = "Modify Search";
ZmMsg["modifySeries"] = "Modify the series";
ZmMsg["month"] = "Month";
ZmMsg["monthly"] = "Monthly";
ZmMsg["months"] = "Months";
ZmMsg["more"] = "More...";
ZmMsg["moreDetails"] = "More Details...";
ZmMsg["mountAddrBook"] = "Link to Shared Address Book";
ZmMsg["mountCalendar"] = "Link to Shared Calendar";
ZmMsg["mountFolder"] = "Link to Shared Folder";
ZmMsg["mountInstructions1"] = "To link to an item that has been shared with you, enter the owner's email address and the location of the folder in their mailbox (e.g. Work/Projects):";
ZmMsg["mountInstructions2"] = "Properties of your new link:";
ZmMsg["mountNotebook"] = "Link to Shared Notebook";
ZmMsg["mountSection"] = "Link to Shared Notebook";
ZmMsg["move"] = "Move";
ZmMsg["moveAddrBook"] = "Move Address Book \"{0}\"";
ZmMsg["moveConversation"] = "Move Conversation";
ZmMsg["moveConversations"] = "Move Conversations";
ZmMsg["moveFolder"] = "Move Folder \"{0}\"";
ZmMsg["moveItem"] = "Move Item";
ZmMsg["moveItems"] = "Move Items";
ZmMsg["moveMessage"] = "Move Message";
ZmMsg["moveMessages"] = "Move Messages";
ZmMsg["moveSearch"] = "Move Saved Search \"{0}\"";
ZmMsg["moveTooltip"] = "Move selected item(s)";
ZmMsg["mp3Audio"] = "MP3 Audio";
ZmMsg["msDownload"] = "Microsoft DLL";
ZmMsg["msExcelDocument"] = "Microsoft Excel";
ZmMsg["msPPTDocument"] = "Microsoft PowerPoint";
ZmMsg["msProjectDocument"] = "Microsoft Project";
ZmMsg["msVisioDocument"] = "Microsoft Visio";
ZmMsg["msWMV"] = "Windows Media Video";
ZmMsg["msWinmailDat"] = "Microsoft Outlook (TNEF)";
ZmMsg["msWordDocument"] = "Microsoft Word";
ZmMsg["multipartAlternative"] = "Multipart Alternative";
ZmMsg["multipartMixed"] = "Multipart Mixed";
ZmMsg["myContacts"] = "My Contacts";
ZmMsg["nameEmpty"] = "You must specify a value for the name.";
ZmMsg["nameHint"] = "Name (John Smith)";
ZmMsg["nameLabel"] = "Name:";
ZmMsg["nameTooLong"] = "The name must be at most {0} characters long";
ZmMsg["needsAction"] = "Needs Action";
ZmMsg["neverShow"] = "never show";
ZmMsg["newAddrBook"] = "New Address Book";
ZmMsg["newAddrBookTooltip"] = "Create a new address book";
ZmMsg["newAllDayAppt"] = "New All Day Appointment";
ZmMsg["newAllDayApptTooltip"] = "Create a new all day calendar appointment";
ZmMsg["newAppt"] = "New Appointment";
ZmMsg["newApptTooltip"] = "Create a new calendar appointment";
ZmMsg["newCalendar"] = "New Calendar";
ZmMsg["newContact"] = "New Contact";
ZmMsg["newContactTooltip"] = "Create a new contact";
ZmMsg["newEmail"] = "New Email";
ZmMsg["newFilter"] = "New Filter";
ZmMsg["newFolder"] = "New Folder";
ZmMsg["newFolderParent"] = "Select where to place the new folder";
ZmMsg["newFolderTooltip"] = "Create a new folder";
ZmMsg["newGroup"] = "New Contact Group";
ZmMsg["newGroupTooltip"] = "Create a new group";
ZmMsg["newIM"] = "New IM";
ZmMsg["newIdentity"] = "New Identity {0}";
ZmMsg["newMessageFormat"] = "New message format:";
ZmMsg["newMessageTooltip"] = "Compose a new message";
ZmMsg["newName"] = "New name";
ZmMsg["newNotebook"] = "New Notebook";
ZmMsg["newPage"] = "New Page";
ZmMsg["newPassword"] = "New password";
ZmMsg["newPasswordBadLength"] = "Your new password must be between {0} and {1} characters long.";
ZmMsg["newPasswordHasWhitespace"] = "The new password field begins or ends with spaces. Please correct this, and resubmit your change request.";
ZmMsg["newPopAccountName"] = "New Account {0}";
ZmMsg["newRosterItem"] = "New Buddy";
ZmMsg["newSearchParent"] = "Select where to place the new saved search";
ZmMsg["newSection"] = "New Notebook";
ZmMsg["newTag"] = "New Tag";
ZmMsg["newTagName"] = "New Tag Name";
ZmMsg["newTagTooltip"] = "Create a new tag";
ZmMsg["newWinComposeExit"] = "You can press Cancel to save as draft.";
ZmMsg["next"] = "Next";
ZmMsg["nextDay"] = "Next Day";
ZmMsg["nextMonth"] = "Next Month";
ZmMsg["nextWeek"] = "Next Week";
ZmMsg["nextWorkWeek"] = "Next Work Week";
ZmMsg["noAddresses"] = "There must be at least one address in the To:, Cc:, or Bcc: fields";
ZmMsg["noAppts"] = "No Appointments";
ZmMsg["noAtt"] = "No Attachments";
ZmMsg["noMisspellingsFound"] = "No misspellings found.";
ZmMsg["noSubject"] = "<No Subject>";
ZmMsg["noTargetFolder"] = "You must select a destination folder";
ZmMsg["noWhere"] = "<No Where>";
ZmMsg["none"] = "None";
ZmMsg["nonnumericShortcut"] = "The shortcut for the {0} \"{1}\" is not numeric";
ZmMsg["normal"] = "Normal";
ZmMsg["notAfter"] = "not after";
ZmMsg["notBefore"] = "not before";
ZmMsg["notContain"] = "does not contain";
ZmMsg["notExactMatch"] = "does not match exactly";
ZmMsg["notExist"] = "does not exist";
ZmMsg["notIn"] = "not in";
ZmMsg["notIs"] = "is not";
ZmMsg["notJunk"] = "Not Junk";
ZmMsg["notJunkTooltip"] = "Mark selected item(s) as not Junk";
ZmMsg["notMatch"] = "does not match pattern";
ZmMsg["notOver"] = "not over";
ZmMsg["notSet"] = "Not Set";
ZmMsg["notUnder"] = "not under";
ZmMsg["noteForward"] = "Note: Forwarded message attached";
ZmMsg["noteLabel"] = "Note:";
ZmMsg["notebook"] = "Notebook";
ZmMsg["notebookFileView"] = "File List";
ZmMsg["notebookFolder"] = "Notebook Folder";
ZmMsg["notebookLabel"] = "Notebook:";
ZmMsg["notebookPageLabel"] = "A notebook page:";
ZmMsg["notebookPageView"] = "Page Browser";
ZmMsg["notebookPersonalName"] = "Notebook";
ZmMsg["notebooks"] = "Notebooks";
ZmMsg["notes"] = "Notes";
ZmMsg["numberOfCols"] = "Number of Columns";
ZmMsg["numberOfMinutes"] = "Number of minutes before an appointment to show reminder";
ZmMsg["numberOfRows"] = "Number of Rows";
ZmMsg["numberedList"] = "Numbered List";
ZmMsg["object"] = "Object";
ZmMsg["objects"] = "Objects";
ZmMsg["objectsNotDisplayed"] = "Objects are not highlighted due to message size.";
ZmMsg["off"] = "Off";
ZmMsg["oldPassword"] = "Old password";
ZmMsg["oldPasswordIsIncorrect"] = "The old password you submitted is incorrect.";
ZmMsg["on"] = "On";
ZmMsg["onBehalfOf"] = "On Behalf Of";
ZmMsg["onlyWholeNumbersError"] = "Only whole numbers are accepted";
ZmMsg["openCalendar"] = "Open Calendar";
ZmMsg["openInstance"] = "Open this instance";
ZmMsg["openRecurringItem"] = "Open Recurring Item";
ZmMsg["openSearchBuilder"] = "Open Advanced Search";
ZmMsg["openSeries"] = "Open the series";
ZmMsg["options"] = "Options";
ZmMsg["optionsSaved"] = "Your options have been saved.";
ZmMsg["or"] = "or";
ZmMsg["orPickAStyleBelow"] = "Or pick a style below";
ZmMsg["orange"] = "Orange";
ZmMsg["organizer"] = "Organizer";
ZmMsg["origMsg"] = "Original Message";
ZmMsg["originalFormat"] = "Format of the original message";
ZmMsg["other"] = "Other";
ZmMsg["otherLabel"] = "Other:";
ZmMsg["outOfOffice"] = "Out of Office";
ZmMsg["outRpcCache"] = "Out of RPC cache";
ZmMsg["outbox"] = "Outbox";
ZmMsg["outdent"] = "Decrease Indent";
ZmMsg["over"] = "over";
ZmMsg["owner"] = "Owner";
ZmMsg["ownerLabel"] = "Owner:";
ZmMsg["paddingHorizontal"] = "Horizontal Padding";
ZmMsg["paddingVertical"] = "Vertical Padding";
ZmMsg["page"] = "Page";
ZmMsg["pageLabel"] = "Page:";
ZmMsg["pageNotFound"] = "The page at the path \"{0}\" could not be found.";
ZmMsg["pageSaved"] = "Page saved successfully.";
ZmMsg["pages"] = "Pages";
ZmMsg["parentFolderLabel"] = "Parent:";
ZmMsg["participantStatus"] = "Participant Status";
ZmMsg["party"] = "party";
ZmMsg["password"] = "Password";
ZmMsg["passwordChangeSucceeded"] = "Your password has been changed.";
ZmMsg["passwordFieldMissing"] = "You must fill in all the password fields";
ZmMsg["passwordLabel"] = "Password:";
ZmMsg["paste"] = "Paste";
ZmMsg["pathLabel"] = "Path:";
ZmMsg["pattern"] = "Pattern";
ZmMsg["percent"] = "Percent";
ZmMsg["permissions"] = "Permissions:";
ZmMsg["phone"] = "Phone";
ZmMsg["phone2"] = "Phone 2";
ZmMsg["phoneNumber"] = "Phone Number";
ZmMsg["pickADate"] = "Pick a date";
ZmMsg["pickATag"] = "Pick a tag";
ZmMsg["pink"] = "Pink";
ZmMsg["pixels"] = "Pixels";
ZmMsg["placeSignature"] = "Place signature:";
ZmMsg["plainText"] = "Plain Text";
ZmMsg["pleaseWaitHilitingObjects"] = "Please wait, depending on the message size this might take a while.";
ZmMsg["pngImage"] = "PNG Image";
ZmMsg["pollingInterval"] = "Polling interval (minutes after which to check for new mail)";
ZmMsg["popAccountCreateNewIdentity"] = "Create new identity for this account";
ZmMsg["popAccountDownloadLabel"] = "When downloading messages:";
ZmMsg["popAccountDownloadLeave"] = "Leave a copy on the POP server";
ZmMsg["popAccountDownloadRemove"] = "Remove from the POP server";
ZmMsg["popAccountFolderLabel"] = "Place messages in folder:";
ZmMsg["popAccountFolderSelect"] = "Select folder for POP messages:";
ZmMsg["popAccountIdentityHelp"] = "Create a new mail identity if you wish to respond to mail received from this account using the name of the account rather than your default Zimbra name.";
ZmMsg["popAccountLinkForAddr"] = "For messages sent to this email address";
ZmMsg["popAccountLinkForFolder"] = "For messages read or replied in this folder";
ZmMsg["popAccountLinkLabel"] = "Link identity:";
ZmMsg["popAccountLoadFailure"] = "POP account \"{0}\" failed.";
ZmMsg["popAccountLoadSuccess"] = "POP account \"{0}\" loaded.";
ZmMsg["popAccountNameLabel"] = "Account name:";
ZmMsg["popAccountServerLabel"] = "Incoming mail server:";
ZmMsg["popAccountSettings"] = "POP Account Settings";
ZmMsg["popAccountTest"] = "Test Account Settings";
ZmMsg["popAccountTestFailure"] = "Failed";
ZmMsg["popAccountTestFailureMsg"] = "Connection to POP account \"{0}\" failed. See details for error message from server.";
ZmMsg["popAccountTestInProgress"] = "Testing...";
ZmMsg["popAccountTestNote"] = "If you continue to save, account will be marked inactive.<br>Press Cancel to return to editing accounts.";
ZmMsg["popAccountTestSuccess"] = "Success";
ZmMsg["popAccountTestSuccessMsg"] = "Connection to POP account \"{0}\" succeeded.";
ZmMsg["popAccountTestTitle"] = "Test POP Accounts";
ZmMsg["popAccountUseSSL"] = "Use SSL to connect securely";
ZmMsg["popAccounts"] = "POP Accounts";
ZmMsg["popAccountsInfo"] = "You can retrieve email from your POP email accounts by setting up POP accounts here.  To start: <ol><li> Click <b>Add</b> in the bottom of this page.<li> Enter the settings for your POP account.<li> Select a folder to place your messages.<li> Optionally, create a mail identity to customize replies to the POP account messages.</ol><p><strong>Note:</strong> To retrieve mail, click the <b>Get POP Mail</b> button in the folder from step 3.";
ZmMsg["popAccountsInfoHeader"] = "About POP Accounts";
ZmMsg["popupBlocker"] = "Oops! It appears your browser is blocking popups.";
ZmMsg["portLabel"] = "Port:";
ZmMsg["positiveNumberError"] = "This must be a positive number.";
ZmMsg["preferenceResetButtonLabel"] = "Reset";
ZmMsg["preferences"] = "Preferences";
ZmMsg["prefix"] = "Prefix each included line with";
ZmMsg["prefixTextWith"] = "Prefix included messages with:";
ZmMsg["preformatted"] = "Preformatted";
ZmMsg["previous"] = "Previous";
ZmMsg["previousDay"] = "Previous Day";
ZmMsg["previousMonth"] = "Previous Month";
ZmMsg["previousWeek"] = "Previous Week";
ZmMsg["previousWorkWeek"] = "Previous Work Week";
ZmMsg["print"] = "Print";
ZmMsg["printAddrBook"] = "Print Address Book";
ZmMsg["printResults"] = "Print Results";
ZmMsg["printTooltip"] = "Print selected item(s)";
ZmMsg["projects"] = "Projects";
ZmMsg["properties"] = "Properties";
ZmMsg["purple"] = "Purple";
ZmMsg["quick"] = "Quick";
ZmMsg["quickAddAppt"] = "QuickAdd Appointment";
ZmMsg["quota"] = "Quota";
ZmMsg["quotaDescLimited"] = "({0} of {1})";
ZmMsg["quotaDescUnlimited"] = "{0} of unlimited";
ZmMsg["re"] = "Re";
ZmMsg["read"] = "Read";
ZmMsg["readingPane"] = "Reading Pane";
ZmMsg["readingPaneOff"] = "Reading Pane Off";
ZmMsg["readingPaneOn"] = "Reading Pane On";
ZmMsg["received"] = "Received";
ZmMsg["recurBlurb"] = "{0} {2} {1}";
ZmMsg["recurDailyEveryDay"] = "Every day.";
ZmMsg["recurDailyEveryNumDays"] = "Every {0,number,integer} days.";
ZmMsg["recurDailyEveryWeekday"] = "Every weekday.";
ZmMsg["recurEndByDate"] = "End by {0,date,medium}.";
ZmMsg["recurEndNone"] = "No end date.";
ZmMsg["recurEndNumber"] = "End after {0,number,integer} occurrence(s).";
ZmMsg["recurMonthlyEveryNumMonthsDate"] = "Day {0,number,integer} of every {1,number,integer} month(s).";
ZmMsg["recurMonthlyEveryNumMonthsNumDay"] = "The {0,choice,-1#last|1#first|2#second|3#third|4#fourth} {1,date,EEEE} of every {2,number,integer} month(s).";
ZmMsg["recurStart"] = "Effective {0,date,medium}.";
ZmMsg["recurWeeklyEveryNumWeeksDate"] = "Every {0,number,integer} weeks on {2}{1,list,date,EEEE}.";
ZmMsg["recurWeeklyEveryWeekday"] = "Every {0,date,EEEE}.";
ZmMsg["recurYearlyEveryDate"] = "Every year on {0,date,MMMM} {1,number,integer}.";
ZmMsg["recurYearlyEveryMonthNumDay"] = "The {0,choice,-1#last|1#first|2#second|3#third|4#fourth} {1,date,EEEE} of every {2,date,MMMM}.";
ZmMsg["recurrence"] = "Recurrence";
ZmMsg["red"] = "Red";
ZmMsg["refresh"] = "Refresh";
ZmMsg["refreshTooltip"] = "Refresh the selected item";
ZmMsg["reload"] = "Reload";
ZmMsg["rememberMe"] = "Remember me on this computer";
ZmMsg["reminder"] = "Reminder";
ZmMsg["reminderInDays"] = "In {3,number,integer} {3,choice,1#day|2#days}.";
ZmMsg["reminderInDaysHours"] = "In {3,number,integer} {3,choice,1#day|2#days}, {4,number,integer} {4,choice,1#hour|2#hours}.";
ZmMsg["reminderInHours"] = "In {4,number,integer} {4,choice,1#hour|2#hours}.";
ZmMsg["reminderInHoursMinutes"] = "In {4,number,integer} {4,choice,1#hour|2#hours}, {5,number,integer} {5,choice,1#minute|2#minutes}.";
ZmMsg["reminderInMinutes"] = "In {5,number,integer} {5,choice,1#minute|2#minutes}.";
ZmMsg["reminderInMonths"] = "In {2,number,integer} {2,choice,1#month|2#months}.";
ZmMsg["reminderInMonthsDays"] = "In {2,number,integer} {2,choice,1#month|2#months}, {3,number,integer} {3,choice,1#day,2#days}.";
ZmMsg["reminderInYears"] = "In {1,number,integer} {1,choice,1#year|2#years}.";
ZmMsg["reminderInYearsMonths"] = "In {1,number,integer} {1,choice,1#year|2#years}, {2,number,integer} {2,choice,1#months|2#months}.";
ZmMsg["reminderOverdueByDays"] = "Overdue by {3,number,integer} {3,choice,1#day|2#days}.";
ZmMsg["reminderOverdueByDaysHours"] = "Overdue by {3,number,integer} {3,choice,1#day|2#days}, {4,number,integer} {4,choice,1#hour|2#hours}.";
ZmMsg["reminderOverdueByHours"] = "Overdue by {4,number,integer} {4,choice,1#hour|2#hours}.";
ZmMsg["reminderOverdueByHoursMinutes"] = "Overdue by {4,number,integer} {4,choice,1#hour|2#hours}, {5,number,integer} {5,choice,1#minute|2#minutes}.";
ZmMsg["reminderOverdueByMinutes"] = "Overdue by {5,number,integer} {5,choice,1#minute|2#minutes}.";
ZmMsg["reminderOverdueByMonths"] = "Overdue by {2,number,integer} {2,choice,1#month|2#months}.";
ZmMsg["reminderOverdueByMonthsDays"] = "Overdue by {2,number,integer} {2,choice,1#month|2#months}, {3,number,integer} {3,choice,1#day,2#days}.";
ZmMsg["reminderOverdueByYears"] = "Overdue by {1,number,integer} {1,choice,1#year|2#years}.";
ZmMsg["reminderOverdueByYearsMonths"] = "Overdue by {1,number,integer} {1,choice,1#year|2#years}, {2,number,integer} {2,choice,1#months|2#months}.";
ZmMsg["reminderSnoozeMinutes"] = "{0} {0,choice,1#minute|2#minutes}";
ZmMsg["remove"] = "Remove";
ZmMsg["removeAddr"] = "Remove {0}";
ZmMsg["removeAll"] = "Remove All";
ZmMsg["removeDupesToSelf"] = "If I send a message that I then receive";
ZmMsg["removeTag"] = "Remove Tag";
ZmMsg["removed"] = "Removed:";
ZmMsg["renameFolder"] = "Rename Folder";
ZmMsg["renameSearch"] = "Rename Search";
ZmMsg["renameTag"] = "Rename Tag";
ZmMsg["repeat"] = "Repeat";
ZmMsg["repeats"] = "Repeats";
ZmMsg["replied"] = "Replied";
ZmMsg["reply"] = "Reply";
ZmMsg["replyAccept"] = "Accept";
ZmMsg["replyAll"] = "Reply to All";
ZmMsg["replyAllTooltip"] = "Reply to all recipients of the selected message";
ZmMsg["replyAllTooltipConv"] = "Reply to all recipients of the most recent message in the conversation";
ZmMsg["replyDecline"] = "Decline";
ZmMsg["replyForwardFormat"] = "Reply/Forward message format:";
ZmMsg["replyForwardInSameFormat"] = "Reply/Forward using format of the original message";
ZmMsg["replyInclude"] = "When replying:";
ZmMsg["replyNewTime"] = "Propose New Time";
ZmMsg["replyOptions"] = "Set reply mode, change format, hide/show CC and BCC fields, change how original is forwarded";
ZmMsg["replyPrefix"] = "----- {0} wrote:\r\n";
ZmMsg["replySender"] = "Reply to Sender";
ZmMsg["replyTentative"] = "Tentative";
ZmMsg["replyTo"] = "Reply To";
ZmMsg["replyToAddress"] = "Reply-to address";
ZmMsg["replyToAddressError"] = "The reply to address field is not a valid email address";
ZmMsg["replyToError"] = "The reply to field is empty";
ZmMsg["replyTooltip"] = "Reply to the sender of the selected message";
ZmMsg["replyTooltipConv"] = "Reply to the sender of the most recent message in the conversation";
ZmMsg["replyWithIdentity"] = "When replying to or forwarding messages with this identity:";
ZmMsg["report"] = "Send Error Report";
ZmMsg["resend"] = "Resend";
ZmMsg["resentShareMessage"] = "Share notice has been sent";
ZmMsg["resources"] = "Resources";
ZmMsg["restoreDefaults"] = "Restore Defaults";
ZmMsg["resumeEditing"] = "Resume editing";
ZmMsg["revoke"] = "Revoke";
ZmMsg["revokeShare"] = "Revoke Share";
ZmMsg["revokeShareConfirm"] = "Are you sure you want to revoke access for {0}?";
ZmMsg["right"] = "Right";
ZmMsg["rightJustify"] = "Align Right (Ctrl+R)";
ZmMsg["role"] = "Role";
ZmMsg["roleLabel"] = "Role:";
ZmMsg["room"] = "Room";
ZmMsg["rootFolder"] = "Root";
ZmMsg["rosterItemAddressNoValue"] = "You must specify an address.";
ZmMsg["rotfl"] = "rolling on the floor laughing";
ZmMsg["rowProperties"] = "Row Properties";
ZmMsg["save"] = "Save";
ZmMsg["saveConflict"] = "Save Conflict";
ZmMsg["saveConflictDesc"] = "<b>{0}</b> already exists or has been changed.<br>What would you like to do?";
ZmMsg["saveConflictKeepMine"] = "Keep My Copy";
ZmMsg["saveConflictKeepMineDesc"] = "Keep <b>my</b> copy of the file,<br>discarding their changes.";
ZmMsg["saveConflictKeepTheirs"] = "Keep Their Copy";
ZmMsg["saveConflictKeepTheirsDesc"] = "Keep <b>their</b> copy of the file,<br>discarding my changes.";
ZmMsg["saveConflictViewTheirs"] = "View Their File";
ZmMsg["saveConflictViewTheirsDesc"] = "View their file to see which to keep.<br>(Will open in a new window.)";
ZmMsg["saveCurrentSearch"] = "Save the current search";
ZmMsg["saveDraft"] = "Save Draft";
ZmMsg["saveDraftTooltip"] = "Save message to Drafts folder";
ZmMsg["saveIn"] = "Save in";
ZmMsg["savePrefs"] = "Save current options";
ZmMsg["saveSearch"] = "Save Search";
ZmMsg["saveToSent"] = "Save copies of messages to sent folder";
ZmMsg["savedSearch"] = "Saved Search";
ZmMsg["savedSearches"] = "Saved Searches";
ZmMsg["schedule"] = "Schedule";
ZmMsg["search"] = "Search";
ZmMsg["searchAll"] = "All Item Types";
ZmMsg["searchBuilder"] = "Advanced Search";
ZmMsg["searchByAttachment"] = "Search by attachment type";
ZmMsg["searchByBasic"] = "Search by address, subject, or content";
ZmMsg["searchByCustom"] = "Add text to the search query";
ZmMsg["searchByDate"] = "Search on, before, or after a certain date";
ZmMsg["searchByDomain"] = "Search by address domain";
ZmMsg["searchByFlag"] = "Search by message flag or status";
ZmMsg["searchByFolder"] = "Search by folder";
ZmMsg["searchBySavedSearch"] = "Invoke a saved search";
ZmMsg["searchBySize"] = "Search by size";
ZmMsg["searchByTag"] = "Search by tag";
ZmMsg["searchByTime"] = "Search by relative time/date";
ZmMsg["searchByZimlet"] = "Search by Zimlet";
ZmMsg["searchCalendar"] = "Calendar Appointments";
ZmMsg["searchContacts"] = "Search Contacts";
ZmMsg["searchForAny"] = "Search for anything";
ZmMsg["searchForAppts"] = "Search for appointments";
ZmMsg["searchForConvs"] = "Search for mail conversations";
ZmMsg["searchForMessages"] = "Search for mail messages";
ZmMsg["searchForPages"] = "Search for pages and files";
ZmMsg["searchGALContacts"] = "Global Address List (GAL)";
ZmMsg["searchIn"] = "in";
ZmMsg["searchMail"] = "Email Messages";
ZmMsg["searchName"] = "Name for the saved search";
ZmMsg["searchNameEmpty"] = "You must specify a value for the name of the saved search.";
ZmMsg["searchNameExists"] = "A saved search with that name exists. Please use another name.";
ZmMsg["searchNoLocation"] = "You must select a location for the saved search.";
ZmMsg["searchNotebooks"] = "Pages and Files";
ZmMsg["searchNotes"] = "Notes";
ZmMsg["searchPersonalAndShared"] = "Personal and Shared Contacts";
ZmMsg["searchPersonalContacts"] = "Personal Contacts";
ZmMsg["searchResults"] = "Search results";
ZmMsg["searchShortcuts"] = "Saved Search Shortcuts";
ZmMsg["searchToolBar"] = "Find: {0} in {1}";
ZmMsg["searches"] = "Searches";
ZmMsg["sections"] = "Sections";
ZmMsg["selectAddresses"] = "Select Addresses";
ZmMsg["selectIdentityWhen"] = "Select this identity when: ";
ZmMsg["selectSkin"] = "UI theme";
ZmMsg["send"] = "Send";
ZmMsg["sendBCCTo"] = "Send BCC to:";
ZmMsg["sendComposedMailAboutShare"] = "Compose email in new window";
ZmMsg["sendErrorAbort"] = "Message not sent; one or more addresses were not accepted.";
ZmMsg["sendErrorInvalidAddresses"] = "Rejected addresses: {0}";
ZmMsg["sendErrorPartial"] = "Message not sent to the following rejected addresses: {0}";
ZmMsg["sendErrorUnsentAddresses"] = "Message NOT sent to: {0}";
ZmMsg["sendFrom"] = "From:";
ZmMsg["sendFromAddressError"] = "The send from address field is not a valid email address ";
ZmMsg["sendFromError"] = "The send from field is empty";
ZmMsg["sendMailAboutShareNote"] = "<b>Note:</b> The standard message displays your name, the name of the shared item, permissions you have granted to the recipients, and login information, if necessary.";
ZmMsg["sendNoMailAboutShare"] = "Do not send mail about this share.";
ZmMsg["sendPageTT"] = "Send page";
ZmMsg["sendStandardMailAboutShare"] = "Send standard message";
ZmMsg["sendStandardMailAboutSharePlusNote"] = "Add note to standard message";
ZmMsg["sendTooltip"] = "Send message";
ZmMsg["sendUpdateTitle"] = "Send Update to Attendees";
ZmMsg["sendUpdatesAll"] = "Send updates to all attendees.";
ZmMsg["sendUpdatesNew"] = "Send updates only to added or removed attendees.";
ZmMsg["sendWithIdentity"] = "Send messages with this identity:";
ZmMsg["sender"] = "Sender";
ZmMsg["sent"] = "Sent";
ZmMsg["sentAt"] = "Sent";
ZmMsg["sentBy"] = "Sent By";
ZmMsg["separator"] = "Separator";
ZmMsg["sessionExpired"] = "Your session has expired. Please login again.";
ZmMsg["setReplyTo"] = "Reply-to:";
ZmMsg["share"] = "Share";
ZmMsg["shareAcceptedHtml"] = "<h3>The following share has been accepted:</h3>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Shared item:</th><td>{0}</td></tr>\n<tr><th align=\"left\">Owner:</th><td>{2}</td></tr>\n</table>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Grantee:</th><td>{3}</td></tr>\n<tr><th align=\"left\">Role:</th><td>{4}</td></tr>\n<tr><th align=\"left\">Allowed actions:</th><td>{5}</td>\n</tr>\n</table>";
ZmMsg["shareAcceptedSubject"] = "Share Accepted";
ZmMsg["shareAcceptedText"] = "The following share has been accepted:\n\nShared item: {0}\nOwner: {2}\n\nGrantee: {3}\nRole: {4}\nAllowed actions: {5}";
ZmMsg["shareActionAdmin"] = "Administer";
ZmMsg["shareActionDelete"] = "Remove";
ZmMsg["shareActionInsert"] = "Add";
ZmMsg["shareActionNoAdmin"] = "Administer Denied";
ZmMsg["shareActionNoDelete"] = "Remove Denied";
ZmMsg["shareActionNoInsert"] = "Add Denied";
ZmMsg["shareActionNoRead"] = "View Denied";
ZmMsg["shareActionNoWorkflow"] = "Accept Denied, Decline Denied";
ZmMsg["shareActionNoWrite"] = "Edit Denied";
ZmMsg["shareActionNone"] = "None";
ZmMsg["shareActionRead"] = "View";
ZmMsg["shareActionWorkflow"] = "Accept, Decline";
ZmMsg["shareActionWrite"] = "Edit";
ZmMsg["shareAddrBook"] = "Share Address Book";
ZmMsg["shareCalendar"] = "Share Calendar";
ZmMsg["shareCreatedHtml"] = "<h3>The following share has been created:</h3>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Shared item:</th><td>{0} {1}</td></tr>\n<tr><th align=\"left\">Owner:</th><td>{2}</td></tr>\n</table>\n</p>\n<table border=\"0\">\n<tr><th align=\"left\">Grantee:</th><td>{3}</td></tr>\n<tr><th align=\"left\">Role:</th><td>{4}</td></tr>\n<tr><th align=\"left\">Allowed actions:</th><td>{5}</td>\n</tr>\n</table>";
ZmMsg["shareCreatedSubject"] = "Share Created";
ZmMsg["shareCreatedText"] = "The following share has been created:\n\nShared item: {0} {1}\nOwner: {2}\n\nGrantee: {3}\nRole: {4}\nAllowed actions: {5}\n";
ZmMsg["shareDeclinedHtml"] = "<h3>The following share has been declined:</h3>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Shared item:</th><td>{0}</td></tr>\n<tr><th align=\"left\">Owner:</th><td>{2}</td></tr>\n</table>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Grantee:</th><td>{3}</td></tr>\n<tr><th align=\"left\">Role:</th><td>{4}</td></tr>\n<tr><th align=\"left\">Allowed actions:</th><td>{5}</td>\n</tr>\n</table>";
ZmMsg["shareDeclinedSubject"] = "Share Declined";
ZmMsg["shareDeclinedText"] = "The following share has been declined:\n\nShared item: {0}\nOwner: {2}\n\nGrantee: {3}\nRole: {4}\nAllowed actions: {5}";
ZmMsg["shareFolder"] = "Share Folder";
ZmMsg["shareModifiedHtml"] = "<h3>The following share has been modified:</h3>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Shared item:</th><td>{0} {1}</td></tr>\n<tr><th align=\"left\">Owner:</th><td>{2}</td></tr>\n</table>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Grantee:</th><td>{3}</td></tr>\n<tr><th align=\"left\">Role:</th><td>{4} [MODIFIED]</td></tr>\n<tr><th align=\"left\">Allowed actions:</th><td>{5} [MODIFIED]</td>\n</tr>\n</table>";
ZmMsg["shareModifiedSubject"] = "Share Modified";
ZmMsg["shareModifiedText"] = "The following share has been modified:\n\nShared item: {0} {1}\nOwner: {2}\n\nGrantee: {3}\nRole: {4} [MODIFIED]\nAllowed actions: {5} [MODIFIED]";
ZmMsg["shareNameDefault"] = "{0}''s {1}";
ZmMsg["shareNotebook"] = "Share Notebook";
ZmMsg["shareNotesHtml"] = "<p>\n<table border=\"0\">\n<tr valign=\"top\"><th align=\"left\">Notes:</th><td>{0}</td></tr>\n</table>";
ZmMsg["shareProperties"] = "Share Properties";
ZmMsg["shareRevokedHtml"] = "<h3>The following share has been revoked:</h3>\n\n<table border=\"0\">\n<tr><th align=\"left\">Shared item:</th><td>{0} {1}</td></tr>\n<tr><th align=\"left\">Owner:</th><td>{2}</td></tr>\n</table>\n<p>\n<table border=\"0\">\n<tr><th align=\"left\">Revokee:</th><td>{3}</td></tr>\n</table>";
ZmMsg["shareRevokedSubject"] = "Share Revoked";
ZmMsg["shareRevokedText"] = "The following share has been revoked:\n\nShared item: {0} {1}\nOwner: {2}\n\nRevokee: {3}";
ZmMsg["shareRoleCustom"] = "Custom";
ZmMsg["shareRoleManager"] = "Manager";
ZmMsg["shareRoleNone"] = "None";
ZmMsg["shareRoleViewer"] = "Viewer";
ZmMsg["shareSection"] = "Share Notebook";
ZmMsg["shareTooltip"] = "Share this item with another user";
ZmMsg["shareUrlInfo"] = "To allow others to access this item, direct them to this URL:";
ZmMsg["shareWithAll"] = "All authenticated users";
ZmMsg["shareWithGuest"] = "External guests (view only)";
ZmMsg["shareWithGuestNotes"] = "URL: {0}\nUsername: {1}\nPassword: {2}";
ZmMsg["shareWithLabel"] = "Share with:";
ZmMsg["shareWithPublic"] = "Public";
ZmMsg["shareWithPublicLong"] = "Public (view only, no password required)";
ZmMsg["shareWithUserOrGroup"] = "Internal users or groups";
ZmMsg["sharing"] = "Sharing";
ZmMsg["shortcut"] = "Shortcut";
ZmMsg["shortcutExample"] = "{0} then {1}";
ZmMsg["shortcutList"] = "Shortcut List";
ZmMsg["shortcutTyping"] = "Typing {0} {1}";
ZmMsg["shortcuts"] = "Shortcuts";
ZmMsg["shouldShowTimezone"] = "Show timezone list in appointment view";
ZmMsg["showAdvancedOptions"] = "Show advanced options";
ZmMsg["showAllItemTypes"] = "Show All Item Types";
ZmMsg["showAs"] = "Show as:";
ZmMsg["showBcc"] = "Show BCC Field";
ZmMsg["showFragments"] = "Show fragments in conversation/message lists";
ZmMsg["showFragmentsMsg"] = "Show fragments in message lists";
ZmMsg["showMessage"] = "Show Message";
ZmMsg["showNames"] = "Show names from";
ZmMsg["showOnlyContacts"] = "Show only Contacts";
ZmMsg["showOnlyMail"] = "Show only Mail Messages";
ZmMsg["showOrig"] = "Show Original";
ZmMsg["showPassword"] = "Show password";
ZmMsg["showSearchString"] = "Always Show Search String";
ZmMsg["signature"] = "Signature";
ZmMsg["signatureEnabled"] = "Add signature to all outgoing messages automatically";
ZmMsg["signatureEnabledHelp"] = "To only use this signature sometimes, uncheck the box above and use the <b>Add Signature</b> button in the email compose screen.";
ZmMsg["signatureStyle"] = "Place signature at bottom of entire message";
ZmMsg["simple"] = "Simple";
ZmMsg["site"] = "Site";
ZmMsg["size"] = "Size";
ZmMsg["skinChangeRestart"] = "Would you like to reload the application now to show the new theme? <br>(Otherwise, the new theme will appear the next time you log in.)";
ZmMsg["skinDeletedError"] = "Your current theme, \"{0}\", is not available. Please contact your system administrator.\t\t";
ZmMsg["skinDeletedErrorTitle"] = "Zimbra : Theme not available";
ZmMsg["skinMoney"] = "Money";
ZmMsg["skinSand"] = "Sand";
ZmMsg["skinSky"] = "Sky";
ZmMsg["skinSteel"] = "Steel";
ZmMsg["skinWalnut"] = "Walnut";
ZmMsg["smaller"] = "is smaller than";
ZmMsg["smartInclude"] = "Include last message only";
ZmMsg["snooze"] = "Snooze";
ZmMsg["snoozeAll"] = "Snooze all for:";
ZmMsg["sortByFrom"] = "Sort by From";
ZmMsg["sortByReceived"] = "Sort by Received";
ZmMsg["sortBySubject"] = "Sort by Subject";
ZmMsg["sortOrder"] = "Sort order";
ZmMsg["source"] = "Source";
ZmMsg["specAtt"] = "Specific Attachment";
ZmMsg["specFile"] = "Specific Filename";
ZmMsg["spellCheck"] = "Spell Check";
ZmMsg["spellCheckUnavailable"] = "Spell Check Unavailable";
ZmMsg["splashScreenAppName"] = "Collaboration Suite";
ZmMsg["splashScreenCompanyURL"] = "http://www.zimbra.com";
ZmMsg["splashScreenCopyright"] = "Copyright \u00a9 2005-2007 Zimbra, Inc.     'Zimbra' and the Zimbra logos are trademarks of Zimbra, Inc.";
ZmMsg["splashScreenLoading"] = "Loading ...";
ZmMsg["splashScreenVersion"] = "Version";
ZmMsg["splashScreenZimbraUrl"] = "<a href='http://www.zimbra.com' target=_blank>http://www.zimbra.com</a>";
ZmMsg["splitCell"] = "Split Cell";
ZmMsg["splitCells"] = "Split Cells";
ZmMsg["spreadsheet"] = "Spreadsheet";
ZmMsg["start"] = "Start";
ZmMsg["startTime"] = "Start Time";
ZmMsg["status"] = "Status";
ZmMsg["statusHistory"] = "Status History";
ZmMsg["stopEvaluation"] = "Stop evaluation";
ZmMsg["stopFilterProcessing"] = "Do not process additional filter rules";
ZmMsg["strikeThruText"] = "Strikethrough (Ctrl+S)";
ZmMsg["style"] = "Style";
ZmMsg["subject"] = "Subject";
ZmMsg["subjectAccept"] = "Accept";
ZmMsg["subjectDecline"] = "Decline";
ZmMsg["subjectNewTime"] = "New Time Proposed";
ZmMsg["subjectTentative"] = "Tentative";
ZmMsg["subscribeToFeed"] = "Subscribe to RSS/ATOM feed";
ZmMsg["subscript"] = "Subscript";
ZmMsg["summary"] = "Summary";
ZmMsg["superscript"] = "Superscript";
ZmMsg["switchIncludeWarning"] = "Changing how the original message is included will discard your edits. Continue?";
ZmMsg["switchToText"] = "Switching to text will discard all HTML formatting. Continue?";
ZmMsg["tableAlignment"] = "Table Alignment";
ZmMsg["tableOperations"] = "Table Operations";
ZmMsg["tableProperties"] = "Table Properties";
ZmMsg["tableSize"] = "Table Size";
ZmMsg["tableWidth"] = "Table Width";
ZmMsg["tag"] = "Tag";
ZmMsg["tagColor"] = "Tag Color";
ZmMsg["tagConversation"] = "Tag Conversation";
ZmMsg["tagConversations"] = "Tag Conversations";
ZmMsg["tagItem"] = "Tag Item";
ZmMsg["tagItems"] = "Tag Items";
ZmMsg["tagMessage"] = "Tag Message";
ZmMsg["tagMessages"] = "Tag Messages";
ZmMsg["tagName"] = "Tag name";
ZmMsg["tagNameEmpty"] = "You must specify a value for the tag name.";
ZmMsg["tagNameExists"] = "A tag with that name exists. Please use another name. (Tag names are case-insensitive.)";
ZmMsg["tagPage"] = "Tag Page";
ZmMsg["tagSelectLocation"] = "You must select a location for the tag.";
ZmMsg["tagShortcuts"] = "Tag Shortcuts";
ZmMsg["tagTooltip"] = "Tag selected item(s)";
ZmMsg["tagWith"] = "Tag with";
ZmMsg["tags"] = "Tags";
ZmMsg["targetFolder"] = "Select the destination folder";
ZmMsg["targetTag"] = "Select a tag";
ZmMsg["task"] = "Task";
ZmMsg["template"] = "Template";
ZmMsg["tentative"] = "Tentative";
ZmMsg["testUrl"] = "Test";
ZmMsg["text"] = "Text";
ZmMsg["textAlign"] = "Text Alignment";
ZmMsg["textDocuments"] = "Text Documents";
ZmMsg["textFile"] = "Text File";
ZmMsg["textStyle"] = "Text Style";
ZmMsg["theirs"] = "Theirs";
ZmMsg["tiffImage"] = "TIFF Image";
ZmMsg["time"] = "Time";
ZmMsg["titleLabel"] = "Title:";
ZmMsg["to"] = "To";
ZmMsg["toCc"] = "To / Cc";
ZmMsg["today"] = "Today";
ZmMsg["todayGoto"] = "Go to Today";
ZmMsg["todayTooltip"] = "Show the calendar for today";
ZmMsg["top"] = "Top";
ZmMsg["trash"] = "Trash";
ZmMsg["type"] = "Type";
ZmMsg["typeLabel"] = "Type:";
ZmMsg["undelete"] = "Undelete";
ZmMsg["under"] = "under";
ZmMsg["underlineText"] = "Underline (Ctrl+U)";
ZmMsg["unflagged"] = "Unflagged";
ZmMsg["units"] = "Units";
ZmMsg["unknown"] = "Unknown";
ZmMsg["unknownBinaryType"] = "Unknown Binary Type";
ZmMsg["unknownError"] = "An unknown error has occurred.";
ZmMsg["unknownUser"] = "Unknown user \"{0}\". Must specify a valid Zimbra user.";
ZmMsg["unread"] = "Unread";
ZmMsg["unsupportedBrowserTip"] = "To learn more about Zimbra and the Zimbra Collaboration Suite, visit <a href='http://www.zimbra.com'>www.zimbra.com</a> or send an email to <a href='mailto:info@zimbra.com'>info@zimbra.com</a>.\";";
ZmMsg["uploadAction"] = "If a file already exists with the same name:";
ZmMsg["uploadActionAsk"] = "Ask Me";
ZmMsg["uploadActionKeepMine"] = "Replace With My File";
ZmMsg["uploadActionKeepTheirs"] = "Keep Existing File";
ZmMsg["uploadChoose"] = "Choose one or more files to upload:";
ZmMsg["uploadConflict"] = "Upload Conflict";
ZmMsg["uploadConflictDesc"] = "The following file(s) already exist on the server.<br>Which would you like to keep?";
ZmMsg["uploadDocs"] = "Upload Files";
ZmMsg["uploadError"] = "Upload error: {0}<br>Unable to upload the file.";
ZmMsg["uploadErrorAccessDenied"] = "Upload error: Access is denied<br>Unable to upload the file.";
ZmMsg["url"] = "URL";
ZmMsg["urlLabel"] = "URL:";
ZmMsg["useQuickAdd"] = "Use the QuickAdd dialog when creating new appointments";
ZmMsg["useSignature"] = "Use signature:";
ZmMsg["userLabel"] = "User:";
ZmMsg["username"] = "Username";
ZmMsg["usernameLabel"] = "Username:";
ZmMsg["value"] = "Value";
ZmMsg["verticalAlign"] = "Vertical Align";
ZmMsg["video"] = "Video";
ZmMsg["view"] = "View";
ZmMsg["viewAppointment"] = "Open";
ZmMsg["viewAsHtml"] = "view as html";
ZmMsg["viewContacts"] = "Default contact view";
ZmMsg["viewDay"] = "Day";
ZmMsg["viewDayTooltip"] = "Show calendar for the currently selected day";
ZmMsg["viewMailAsHtml"] = "View mail as HTML (when possible)";
ZmMsg["viewMonth"] = "Month";
ZmMsg["viewMonthTooltip"] = "Show calendar for the currently selected month";
ZmMsg["viewSchedule"] = "Schedule";
ZmMsg["viewScheduleTooltip"] = "Show schedule view";
ZmMsg["viewTheirs"] = "View Theirs";
ZmMsg["viewWeek"] = "Week";
ZmMsg["viewWeekTooltip"] = "Show calendar for the currently selected week";
ZmMsg["viewWorkWeek"] = "Work Week";
ZmMsg["viewWorkWeekTooltip"] = "Show calendar for the currently selected work week";
ZmMsg["waveAudio"] = "WAV Audio";
ZmMsg["webPageLabel"] = "A web page (URL):";
ZmMsg["week"] = "Week";
ZmMsg["weekday"] = "weekday";
ZmMsg["weekly"] = "Weekly";
ZmMsg["welcome"] = "Welcome";
ZmMsg["when"] = "When";
ZmMsg["whenInFolder"] = "Replying to a message in folder(s):";
ZmMsg["whenInFolderError"] = "The select when in folder field is not a valid list of folder names";
ZmMsg["whenInFolderHint"] = "Enter folder names separated by commas or semi-colons";
ZmMsg["whenReplyingToAddress"] = "When replying to messages sent to this email address";
ZmMsg["whenReplyingToFolder"] = "When reading or replying to messages in this folder";
ZmMsg["whenSentTo"] = "Replying to a message sent to:";
ZmMsg["whenSentToError"] = "The select when replying to address field is not a valid list of email addresses";
ZmMsg["whenSentToHint"] = "Enter email addresses separated by commas or semi-colons";
ZmMsg["width"] = "Width";
ZmMsg["wikiChangeNameWarning"] = "Warning: Changing the name will break any links that point to this page.";
ZmMsg["wikiFragmentRecursion"] = "Error: recursive fragment.";
ZmMsg["wikiIncludeMissing"] = "Error: missing inclusion page {0}.";
ZmMsg["wikiIncludeRecursion"] = "Error: recursive include of page {0}.";
ZmMsg["wikiNoTitle"] = "[Untitled]";
ZmMsg["wikiPages"] = "Pages";
ZmMsg["wikiPagesHeader"] = "Pages";
ZmMsg["wikiPagesNotFound"] = "(None)";
ZmMsg["wikiSectionsHeader"] = "Notebooks";
ZmMsg["wikiSpecialPages"] = "Special Pages";
ZmMsg["wikiTemplatesMissing"] = "<b>Error:</b> Document templates missing. Please notify administrator.";
ZmMsg["wikiToc"] = "Table of Contents";
ZmMsg["wikiUserPages"] = "Pages";
ZmMsg["wikletColor"] = "Color";
ZmMsg["wikletColorTT"] = "Insert page's notebook color";
ZmMsg["wikletConfigureNone"] = "This wiklet is not configurable";
ZmMsg["wikletConfigureParams"] = "Click to set wiklet parameters";
ZmMsg["wikletConfigureValue"] = "Click to set wiklet value";
ZmMsg["wikletCreateDate"] = "CreateDate";
ZmMsg["wikletCreateDateTT"] = "Insert page creation date";
ZmMsg["wikletCreateTime"] = "CreateTime";
ZmMsg["wikletCreateTimeTT"] = "Insert page creation time";
ZmMsg["wikletCreator"] = "Creator";
ZmMsg["wikletCreatorTT"] = "Insert page creator's name";
ZmMsg["wikletDateFull"] = "Full Date";
ZmMsg["wikletDateLong"] = "Long Date";
ZmMsg["wikletDateMedium"] = "Medium Date";
ZmMsg["wikletDateShort"] = "Short Date";
ZmMsg["wikletDateTimeFull"] = "Full Date and Time";
ZmMsg["wikletDateTimeLong"] = "Long Date and Time";
ZmMsg["wikletDateTimeMedium"] = "Medium Date and Time";
ZmMsg["wikletDateTimeShort"] = "Short Date and Time";
ZmMsg["wikletFragment"] = "Fragment";
ZmMsg["wikletFragmentTT"] = "Insert page fragment";
ZmMsg["wikletIcon"] = "Icon";
ZmMsg["wikletIconTT"] = "Insert item icon";
ZmMsg["wikletId"] = "ID";
ZmMsg["wikletIdTT"] = "Insert item ID";
ZmMsg["wikletInclude"] = "Include";
ZmMsg["wikletIncludeInherit"] = "Inherit";
ZmMsg["wikletIncludeTT"] = "Insert contents of another page into this one";
ZmMsg["wikletInline"] = "Inline";
ZmMsg["wikletInlineTT"] = "Insert contents of another page in current scope";
ZmMsg["wikletModifier"] = "Modifier";
ZmMsg["wikletModifierTT"] = "Insert last modifier's name";
ZmMsg["wikletModifyDate"] = "ModifyDate";
ZmMsg["wikletModifyDateTT"] = "Insert page modification date";
ZmMsg["wikletModifyTime"] = "ModifyTime";
ZmMsg["wikletModifyTimeTT"] = "Insert page modification time";
ZmMsg["wikletMsg"] = "Message";
ZmMsg["wikletMsgTT"] = "Insert string from message catalog";
ZmMsg["wikletName"] = "Name";
ZmMsg["wikletNameTT"] = "Insert current item's name";
ZmMsg["wikletParams"] = "Wiklet Parameters";
ZmMsg["wikletPath"] = "Path";
ZmMsg["wikletPathMakeLinks"] = "Links";
ZmMsg["wikletPathTT"] = "Insert path to this page";
ZmMsg["wikletTags"] = "Tags";
ZmMsg["wikletTagsTT"] = "Insert current items's tags";
ZmMsg["wikletTimeFull"] = "Full Time";
ZmMsg["wikletTimeLong"] = "Long Time";
ZmMsg["wikletTimeMedium"] = "Medium Time";
ZmMsg["wikletTimeShort"] = "Short Time";
ZmMsg["wikletToc"] = "TOC";
ZmMsg["wikletTocTT"] = "Insert table of contents";
ZmMsg["wikletUrl"] = "URL";
ZmMsg["wikletUrlTT"] = "Insert URL to item";
ZmMsg["wikletVersion"] = "Version";
ZmMsg["wikletVersionTT"] = "Insert page version";
ZmMsg["work"] = "Work";
ZmMsg["workWeek"] = "Work Week";
ZmMsg["wrote"] = "wrote";
ZmMsg["xmlDocument"] = "XML";
ZmMsg["yearly"] = "Yearly";
ZmMsg["yellow"] = "Yellow";
ZmMsg["zimbraAssistant"] = "Zimbra Assistant";
ZmMsg["zimbraLoginTitle"] = "Zimbra Login";
ZmMsg["zimbraTitle"] = "Zimbra";
ZmMsg["zimlet"] = "Zimlet";
ZmMsg["zimlets"] = "Zimlets";
ZmMsg["zipFile"] = "Zip File";
