📄 localizedmessages.java
字号:
/* * Funambol is a mobile platform developed by Funambol, Inc. * Copyright (C) 2003 - 2008 Funambol, Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by * the Free Software Foundation with the addition of the following permission * added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED * WORK IN WHICH THE COPYRIGHT IS OWNED BY FUNAMBOL, FUNAMBOL DISCLAIMS THE * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License * along with this program; if not, see http://www.gnu.org/licenses or write to * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301 USA. * * You can contact Funambol, Inc. headquarters at 643 Bair Island Road, Suite * 305, Redwood City, CA 94063, USA, or at email address info@funambol.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License * version 3, these Appropriate Legal Notices must retain the display of the * "Powered by Funambol" logo. If the display of the logo is not reasonably * feasible for technical reasons, the Appropriate Legal Notices must display * the words "Powered by Funambol". */
package com.funambol.mailclient.loc;
/** * This class contains the default messages for the Mail Client. */
public class LocalizedMessages{
public static final String GENERIC_UNABLE_TO_DELETE_MESSAGE = "Unable to delete message ";
public static final String INVALID_ADDRESS_FOUND_MSG = "The message cannot be sent. Press Details for more information.";
public static final String MESSAGES_RECEIVED = "New Messages";
public static final String DISCARD_COMMAND_LABEL = "Discard";
public static final String ACCESS_ERROR_LONG = "Please confirm that you have a working data connection, sufficient signal strength, and the correct server location in your Account settings. ";
public static final String DELETE_COMMAND_LABEL = "Delete";
public static final String CONTACT_ALREADY_EXISTS_EDITING_IT = "Contact already exists, editing it";
public static final String LSF_LOG_LEVEL_SET_TO = "Log level set to";
public static final String MESSAGE_VIEW_PREVIOUS_MESSAGE = "Previous Message...";
public static final String ASSF_SYNC_SETTINGS_CHOICE_1H = "Every hour";
public static final String LOG_VIEWER_FORM_TITLE = "Log View";
public static final String NO_MESSAGES_RECEIVED = "No New Messages";
public static final String DETAILS_COMMAND_LABEL = "Details";
public static final String UNABLE_TO_SAVE_MESSAGE_TO_DRAFT = "Error: Unable to save message to Drafts";
public static final String SAVING_CONTACT = "Saving Contact...";
public static final String ASSF_SYNC_SETTINGS_CHOICE_1D = "Once a day";
public static final String COMPOSE_MESSAGE_FORM_ERROR_MESSAGE = "Please select a recipient first";
public static final String CSF_SERVER_URL_TF_LABEL = "Server Location:";
public static final String SEND_PHOTO_SCREEN_TITLE = "Selected Picture";
public static final String MVHI_ON_LABEL = "Sent On: ";
public static final String SELECT_COMMAND = "Select";
public static final String UPDATE_COMMAND_LABEL = "Update";
public static final String REMOVE_CONTACT_COMMAND = "Remove Recipient";
public static final String SOUND_SETTINGS_CHOICE_LABEL = "New mail alert:";
public static final String CONNECTION_SETTINGS_FORM_TITLE = "Account Settings";
public static final String KEYPAD_TO_SEARCH = "Use keypad to search";
public static final String SL_CHOICE_LOG = "Logging";
public static final String SYNC_ON_STARTUP = "Get mail at Startup:";
public static final String BACK_COMMAND = "Back";
public static final String ACCOUNT_LISTENER_ERROR_DEFAULT = "Usnpecified errors occurred";
public static final String SUPPRESS_TO = "To";
public static final String SAVING_ACCOUNT_POPUP_TITLE = "Saving Account";
public static final String ACF_CONTACT_HOME_LABEL = "Home Phone";
public static final String ENABLE_LOG_COMMAND = "Enable";
public static final String DELETE_CONFIRMATION = "Confirm Deletes:";
public static final String MFSF_DELETE_ON_DEVICE = "Device Only";
public static final String ACF_CONTACT_MOBILE_LABEL = "Mobile Phone";
public static final String MESSAGE_RECEIVING = "Receiving ";
public static final String SOUND_SETTINGS_CHOICE_PLAY_SOUND = "Play sound";
public static final String MVHI_RE_LABEL = "Re: ";
public static final String ASSF_SETTINGS_SAVED_MESSAGE = "General Settings Saved.";
public static final String PERMISSION_TO_TAKE_PHOTO_DENIED = "Permission denied, please check your permission settings to allow Funambol to take photos";
public static final String CONNECTION_REFUSED = "Permission Refused";
public static final String ACCOUNT_LISTENER_ERROR_SENDING = "Error sending messages";
public static final String OTA_CONFIG_ALERT = "New SMS with Configuration Received. Saving...";
public static final String LOG_SETTINGS_FORM_TITLE = "Logging Settings";
public static final String CANCEL_COMMAND = "Cancel";
public static final String LL_NO_LINKS_MESSAGE = "No links found";
public static final String UPGRADE_REQUIRES_NETWORK = "To complete the upgrade, when prompted, you must allow the application to have a working network or internet connection. Exit and restart the application to continue";
public static final String SUPPRESS_FROM = "From";
public static final String ACCOUNT_LISTENER_ERROR_FROM_SERVER = "Error from server";
public static final String SYNC_CONTACTS_COMPLETED = "Contacts Recovered";
public static final String RESETTING_MSG = "Resetting...";
public static final String ONE_MESSAGE_RECEIVED = "New Message";
public static final String MVHI_FW_LABEL = "Fw: ";
public static final String AL_SEARCH_COMMAND = "Search";
public static final String TO_LABEL = "To: ";
public static final String PHOTO_COMMAND_LABEL = "Send a Photo";
public static final String SYNC_ON_STARTUP_OFF = "No";
public static final String ACCOUNT_LISTENER_ERROR_RECEIVING = "Error receiving messages";
public static final String EXIT_COMMAND_LABEL = "Exit";
public static final String CSF_PASSWORD_TF_LABEL = "Password:";
public static final String SOUND_SETTINGS_CHOICE_VIBRATE = "Vibrate";
public static final String ADD_RECIPIENTS_TO_PHOTO = "Continue";
public static final String SYNC_IN_PROGRESS_MSG = "Background operation in progress. Please try later.";
public static final String POPUP_EXIT_TITLE = "Exit";
public static final String MVF_REPLY_COMMAND = "Reply";
public static final String ABOUT_COMMAND_LABEL = "About";
public static final String CONTACT_ALREADY_EXISTS = "Contact already exists";
public static final String STORAGE_ERROR_MSG = "Error accessing local storage.";
public static final String FOLDERS_COMMAND_LABEL = "Folders";
public static final String POPUP_DELETE_MESSAGE_TEXT = "The selected message will be deleted. Are you sure?";
public static final String ACF_VISIBLE_NAME_LABEL = "Display Name";
public static final String MESSAGE_VIEW_NEXT_MESSAGE = "Next Message...";
public static final String ADD_RECIPIENTS_COMMAND = "Recipients";
public static final String CAPTURE_LABEL = "Snap";
public static final String SEND_LOG_COMMAND = "Send Log";
public static final String INVALID_EMAIL_ADDRESS = "Invalid Email address";
public static final String ASSF_SYNC_SETTINGS_CHOICE_MAN = "Manually Only";
public static final String RECIPIENT_LIST_TITLE = "View Recipients";
public static final String MVF_SAVE_SENDER_COMMAND = "Save Sender";
public static final String ALERT_TITLE = "Funambol";
public static final String UNREAD_COMMAND_LABEL = "Mark Unread";
public static final String MFSF_DELETE_ON_SERVER = "Device & Server";
public static final String CALL_SENDER_COMMAND = "Call Sender";
public static final String OPEN_BROWSER_MESSAGE_TITLE = "Opening Browser";
public static final String EMAIL_LONG_ERROR_MSG = "The email address, password or mail server information for your email account could not be validated. Check these settings on the server/portal. Contact your service provider if you are not unsure about your email account settings.";
public static final String OFFLINE = "You are working in offline mode. To reconnect, you must exit and restart the application.";
public static final String IML_OPEN_COMMAND = "View";
public static final String INBOX_DEFAULT_TITLE = "Inbox";
public static final String LSF_VIEW_LOG_COMMAND = "View Log";
public static final String RESETCONTACTS_MESSAGE = "Reset your Contact list from the server? This operation may take a few moments.";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -