⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 langen.java

📁 goText is a program for mobile phones that allows you to send text messages over GPRS/EDGE/UMTS. It
💻 JAVA
字号:
/**
 * Class : short description
 * @author Natale Vinto ebballon@interfree.it
 * @author Michele 'Miccar' Cardinale miccar@gmail.com
 * @version 1.0
 */

 /*
  *  goText : text messaging over GPRS
  *  Copyright (C) 2006  Natale Vinto <ebballon@interfree.it>
  *  OpenJLab Group www.openjlab.org
  *  Copyright (C) 2006  Michele Cardinale 'Miccar' <miccar@gmail.com>
  *  www.miccar.org
  *
  *  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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */

public class LangEn {
    
    static String COMMAND_BACK="Back";  //Indietro
    static String COMMAND_OK="Ok";    //Ok
    static String COMMAND_INS="Insert";   //Inserisci
    static String COMMAND_DEL="Erase";   //Elimina
    static String COMMAND_APP="Apply";   //Applica
    static String COMMAND_PUL="Reset";   //Pulisci
    static String COMMAND_MOD="Modify";   //Modifica
    static String COMMAND_SEL="Select";   //Seleziona
    static String COMMAND_SEND="Send";  //Invia
    static String COMMAND_COMPR="Text Compression"; //Comprimi testo
    static String COMMAND_RUB="Contacts";   //Rubrica interna
    static String COMMAND_NEW="New";   //Nuovo
    static String COMMAND_NEW_C="New contact"; //Nuovo Contatto
    static String COMMAND_NEW_G="New group"; //Nuovo Gruppo
    static String COMMAND_UP="Up";
    static String COMMAND_DOWN="Down";
    
    static String ALERT_WARNING_TITLE="Warning";  //Attenzione
    static String ALERT_INFO_TITLE="OK";     //Ok
    static String ALERT_ERROR_TITLE="Error";    //Errore
    static String ALERT_WARNING1="Text or Address typed wrong!";
    static String ALERT_WARNING2="It is not possible to save more than ";
    static String ALERT_WARNING2_2="messages";
    static String ALERT_WARNING3="It is not possible to save empty text!";
    static String ALERT_WARNING4="Wrong recipient";
    static String ALERT_WARNING5="Name already in use";
    static String ALERT_WARNING6="Error while inserting into db";
    static String ALERT_WARNING7="There aren't enough data";
    static String ALERT_WARNING8="Service Name already in use";
    static String ALERT_WARNING9="You have to setup service before using it : Menu->Settings->Services";
    static String ALERT_INFO="Text saved!";
    static String ALERT_ERROR1="Error while saving text.";
    
    static String MC_TEXT="Text";
    static String MC_SETTINGS="Settings";
    static String MC_INFO="Info";
    static String MC_EXIT="Exit";
   
    static String FA_ABOUT="About goText";
    static String FA_ABOUT_DESCR="\ngoText 1.0\nText Messaging Over GPRS\nMade by :\nMichele \"Miccar\" Cardinale <miccar@gmail.com>\nNatale \"Blues-Man\" Vinto <ebballon@interfree.it>\nJ2ME MIDP 1.0\nThis program is under the GNU GPL v.2\nMade with NetBeans 4.1 e Kate 2.5.1\n";
    static String FA_WHATIS="Description";
    static String FA_WHATIS_DESCR="\ngoText is a program for mobile phones that allows you to send text messages over GPRS/EDGE/UMTS.\ngoText allows to save on the shipment of messages via GSM because, through the single cost of logon, he uses free services of shipment messages via web";
    static String FA_HOWTO="How it works";
    static String FA_HOWTO_DESCR="\ngoText works with a Client-Server architecture : goText is the client and does an HTTP request to a server that is listening for incoming data to elaborate.\nThis allows to save on the shipment and the reception of data and therefore on the cost.\nIn order to send a SMS it is necessary to shape the services in appropriate zone. The program is subdivided in two sections that appear in the main Menu:\nMessages\nSettings\n here there is a short description.\n";
    static String FA_MESS="Texts";
    static String FA_MESS_DESCR="\nTexts are sended here. When you must send someone it will be visualized to you the list of the services shapes and you have to choose one. If they are not set up is necessary to make it to let the program works .\nThen it is showed an userfriendly screen for the shipment where to be able to manage all the procedure of shipment with several options that depend also of the service.\n";
    static String FA_SERV="Settings";
    static String FA_SERV_DESCR="\nIn this section you manage the application.\nIs possible here to manage:\n-Services :\nto use for the shipment of the texts\n- Internal Addressbook\n- General options\n\nServices:\n The setting of the services happens with the insertion of the address where the server resides, after all there will be a wizard confguration. Every service has a max of usable text messages, it can need authentication data and a range of usable numbers\nexample: website.com allowa you to send  5 text messages to SomeOneMobile numbers if you have a registration on its website.\n\nAddressbook :\n If the telephone does not allow to show SIM addressbook, you can use an internal addressbook that also allows to manage single contacts or groups\n\nLanguage :\nis possible to use the program in Italian and English.\n";
    static String FA_SMS_TOT="Text Messages Sent: ";
 
    static String FS_SEND="Sending";
    static String FS_STATUS="Status: ";
    static String FS_PROGRESS="Progress: ";
    static String FS_EBYTES="Out: ";
    static String FS_IBYTES="In: ";
    static String FS_ERROR="Error";
    static String FS_ERROR_ANSWER="Error in service answer.";
    static String FS_ERROR_DATA="Data error";
    static String FS_ERROR_LOGIN="Login error";
    static String FS_ERROR_WEBSITE="Website error";
    static String FS_ERROR_UNKNOW="Unknow error";
    static String FS_ERROR_GPRS="GPRS error: it was not possible to do the connection";
    static String FS_TEXT_SENT="Text sent!";
    
    static String LCM_TITLE="Text";
    static String LCM_TEXT="Text";
    static String LCM_DEST="Recipients";
    static String LCM_DEST_S="RCPT";
    static String LCM_SAVE="Save";
    static String LCM_WRITE="Write";
    static String LCM_COMPRESS="Compress";
    static String LCM_COMPRESS_L="Compression level";
    static String LCM_CONTACTS="Contacts";
    static String LCM_NOCONTACT="Contacts list empty. Please set the addressbook from Menu->Settings->Contacts";
    
    static String LM_TITLE="Text";
    static String LM_SAVED="Saved";
    static String LM_LAST="Last";
    static String LM_NOMESSAGE="No saved messages";
    
    static String LMC_NOCONTACTS="No contacts. Press NEW to insert a new contact";
    static String LMC_INSERTCONTACT="Insert contact";
    static String LMC_NAME="Name :";
    static String LMC_NUMBER="Number :";
    static String LMC_EMAIL="Email :";
    static String LMC_GROUP="Insert groups";
    static String LMC_MODCONT="Modify contact";
    static String LMC_MODGROUP="Modify group";
    
    static String LMS_TITLE="Services";
    static String LMS_NOSERVICE="No services. Press NEW to set a new one.";
    static String LMS_CONFSERV="Services configuration";
    static String LMS_NAMESERV="Service name: ";
    static String LMS_URL="URL :";
    static String LMS_SIGN="Sign (optional):";
    static String LMS_OPTIONAL="(optional)";
    static String LMS_REQUIRED="(required)";
    static String LMS_NEWSERV="New service";
    static String LMS_WAIT="Wait while connecting to the server to download configuration file!\n";
    static String LMS_SUCCESS="Operation successful!\n";
    static String LMS_MESSERV="Messagge from service :\n";
    static String LMS_SUCCESS1="Inserted service!\n";
    static String LMS_ERROR="Operation non completed.\n";
    static String LMS_ERROR1="Error while inserting service";
    static String LMS_ERROR2="Error in server answer :\n";
    
    static String LSS_NOSERVICE="No service";
    
    static String LS_ADDRESSBOOK="Contacts";
    static String LS_SETTINGS="Settings";
    static String LS_LANGUAGE="Language";
    static String LS_CHARSCOUNTER="Chars Counter";
    static String LS_ACTIVE="Active";
    static String LS_CMETHOD="Connection method";
    
    public LangEn() {
    }
    
}

⌨️ 快捷键说明

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