textressource.java

来自「JavaExplorer是一个独立于平台的浏览器」· Java 代码 · 共 604 行

JAVA
604
字号
/**  * File and FTP Explorer  * Copyright 2002  * BOESCH Vincent  *  * This program is free software; you can redistribute it and/or  * modify it under the terms of the GNU General Public License  * as published by the Free Software Foundation; either version 2  * of the License, or (at your option) any later version.  *  * 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 General Public License  * along with this program; if not, write to the Free Software  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  */package javaexplorer.ressource;public class TextRessource {    /**     *  Description of the Field     */    public static String ABOUTSCREEN_FORCE_GC;    //AboutDialog    /**     *  Description of the Field     */    public static String ABOUTSCREEN_JVM_PROPERTIES;    // = Erreur de navigation    /**     *  Description of the Field     */    public static String ERROR_IMPOSSIBLE_CONNECTION;    //ERREURS    /**     *  Description of the Field     */    public static String ERROR_NAVIGATE;    /**     *  Description of the Field     */    public static String FILE_RENAME_DLG_CHANGE_EXTENSIONS;    /**     *  Description of the Field     */    public static String FILE_RENAME_DLG_GO;    //Ecran de renommer des fichiers    /**     *  Description of the Field     */    public static String FILE_RENAME_DLG_RENAME;    /**     *  Description of the Field     */    public static String FILE_RENAME_DLG_RESET;    /**     *  Description of the Field     */    public static String FILE_RENAME_DLG_TO;    /**     *  Description of the Field     */    public static String INTERNAL_CREATING;    //INTERNAL_FRAMES    /**     *  Description of the Field     */    public static String INTERNAL_EXPLORER;    /**     *  Description of the Field     */    public static String INTERNAL_WINDOW;    /**     *  Description of the Field     */    public static String INTERNAL_NAME;    /**     *  Description of the Field     */    public static String INTERNAL_SIZE;    /**     *  Description of the Field     */    public static String INTERNAL_MODIFIED;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_CANCEL;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_COPY;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_COPYBUFFER;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_COPY_FROM_COPYBUFFER;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_COPY_PERFORMING;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_CURRENT_DIR;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_DELETE_CONFIRM;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_DELETE_FROM_SELECTBUFFER;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_DELETING;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_ENGLISH;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_FRENCH;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_FROM;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_GERMAN;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_INFO;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_INFO_LOG;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_LANGUAGE;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_MOVE;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_NO_PROCESS;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_PRESS;    //Globaux    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_REMAINING;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_SELECTION;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_SPANISH;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_TO;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_TO_CONTINUE;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_VALIDATE;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_REMOVE_TEMP;    /**     *  Description of the Field     */    public static String MAINFRAME_GLOBAL_WARNING;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ABOUT_ABOUT;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ABOUT_HORIZONTAL;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ABOUT_MAXIMIZE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ABOUT_MINIMIZE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ABOUT_REFRESH;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ABOUT_VERTICAL;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ADD_SHORTCUT;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_ALWAYS_MAXIMIZE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_CLOSE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_COPY;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_CREATEDIR;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_CUT;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_DELETE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_EDITION;    //Menus    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_FILE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_FTP;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_LOOK;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_MANAGE_FTP;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_MANAGE_SHORTCUTS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_NEXT;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPEN;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_HTML_TEXT;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES_FILTER;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES_ICONS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES_ICONS_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES_PREVIEW;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES_THUMBNAILS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_OPTIONS_IMAGES_THUMBNAILS_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_PASTE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_PREV;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_QUIT;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_RENAME;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_SAVE;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_SAVE_AS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_SAVE_OPTIONS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_SHORTCUTS;    /**     *  Description of the Field     */    public static String MAINFRAME_MENU_WINDOWS;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_COPYBUFFER_VIEW_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_COPY_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_CUT_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_DELETE_TOOLTIP;    //Toolbar    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_DISK_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_EXPLORER_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_FTP_QUICK_CONNECT_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_HTTP_QUICK_CONNECT_TOOLTIP;        /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_OPEN_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_PASTE_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_SEARCH_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_SELECTBUFFER_VIEW_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_STOP_PERFORM_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_ZOOMIN_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_ZOOMOUT_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_ZOOM_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_ZOOMFIT_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_FILEPREV_TOOLTIP;    /**     *  Description of the Field     */    public static String MAINFRAME_TOOLBAR_FILENEXT_TOOLTIP;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_CRITERIA;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_ELEMENTS_FOUND;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_PERFORMING_SEARCH;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_RESULT;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_FIND_TEXT;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_MATCH_CASE;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_FROM_DATE;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_TO_DATE;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_LEAVE_BLANK_TOOLTIPTEXT;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_DATE_FORMAT_MESSAGE;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_READING_FILE;    //Ecran de recherche    /**     *  Description of the Field     */    public static String SEARCHSCREEN_SEARCH;    /**     *  Description of the Field     */    public static String SEARCHSCREEN_SEARCH_FROM;    // "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?