📄 label.java.nl
字号:
/* * Copyright 2004 Jeroen Vaes jeroenv@telenet.be * * This file is part of mobber. Mobber 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. * Mobber 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 mobber; * if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307 USA . */public class Label{ public static final String subscription = new String("Inschrijvingsaanvraag"), message = new String("Bericht"), messages = new String("Berichten"), received = new String("Ontvangen"), roster = new String(" m o bber"), presence = new String("Jouw status"), status = new String("Status"), priority = new String("Prioriteit"), setcontact = new String("Contactpersoon instellen"), newgroup = new String("Groep toevoegen"), subject = new String("Onderwerp:"), from = new String("Van:"), to = new String("Aan:"), login = new String("Aanmelden"), name = new String("Naam"), group = new String("Groep"), //server = new String("Server"), password = new String("Wachtwoord"), text = new String("Hallo ik ben het."), online = new String("Online"), offline = new String("Offline"), available = new String("Beschikbaar"), chat = new String("Beschikbaar Voor Gesprek"), dnd = new String("Niet Storen"), away = new String("Afwezig"), xa = new String("Langdurig Afwezig"), sync = new String("Roster herstellen"), error = new String("Fout"), failed = new String("Verbinding verloren");};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -