📄 langit.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 LangIt {
static String COMMAND_BACK="Indietro"; //Indietro
static String COMMAND_OK="Ok"; //Ok
static String COMMAND_INS="Inserisci"; //Inserisci
static String COMMAND_DEL="Elimina"; //Elimina
static String COMMAND_APP="Applica"; //Applica
static String COMMAND_PUL="Pulisci"; //Pulisci
static String COMMAND_MOD="Modifica"; //Modifica
static String COMMAND_SEL="Seleziona"; //Seleziona
static String COMMAND_SEND="Invia"; //Invia
static String COMMAND_COMPR="Comprimi testo"; //Comprimi testo
static String COMMAND_RUB="Rubrica interna"; //Rubrica interna
static String COMMAND_NEW="Nuovo"; //Nuovo
static String COMMAND_NEW_C="Nuovo contatto"; //Nuovo Contatto
static String COMMAND_NEW_G="Nuovo gruppo"; //Nuovo Gruppo
static String COMMAND_UP="Sopra";
static String COMMAND_DOWN="Sotto";
static String ALERT_WARNING_TITLE="Attenzione"; //Attenzione
static String ALERT_INFO_TITLE="OK"; //Ok
static String ALERT_ERROR_TITLE="Errore";//Errore
static String ALERT_WARNING1="Il Testo e/o il Destinatario non sono stati inseriti correttamente!";
static String ALERT_WARNING2="Non e' possibile memorizzare piu' di ";
static String ALERT_WARNING2_2="messaggi";
static String ALERT_WARNING3="Non e' possibile memorizzare un messaggio privo di testo!";
static String ALERT_WARNING4="Almeno uno dei destinatari inseriti non e' ben formattato.";
static String ALERT_WARNING5="Nome gia' utilizzato";
static String ALERT_WARNING6="Errore inserimento nel database";
static String ALERT_WARNING7="Non sono stati inseriti tutti i dati necessari";
static String ALERT_WARNING8="Nome servizio gi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -