gui internationalization classes

cusax-fix
Yana Stamcheva 20 years ago
parent 507ef48311
commit cbfe3ee202

@ -0,0 +1,23 @@
package net.java.sip.communicator.impl.gui.main.i18n;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
public class Messages {
private static final String BUNDLE_NAME = "net.java.sip.communicator.impl.gui.main.i18n.messages";
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle
.getBundle(BUNDLE_NAME);
private Messages() {
}
public static String getString(String key) {
// TODO Auto-generated method stub
try {
return RESOURCE_BUNDLE.getString(key);
} catch (MissingResourceException e) {
return '!' + key + '!';
}
}
}

@ -0,0 +1,50 @@
addSubcontact=Add subcontact
all=All
callList=Call list
cancel=Cancel
close=Close
contacts=Contacts
copy=Copy
cut=Cut
date=Date
dial=Dial
doNotAskAgain=Don't ask again
edit=Edit
emptyHistory=Empty history
extendedCriteria=Extended criteria
file=File
first=First
help=Help
history=History
hour=Hour
last=Last
moveToGroup=Move to group
next=Next
no=No
paste=Paste
previous=Previous
print=Print
quit=Quit
remove=Remove
removeContact=Remove contact
renameContact=Rename contact
save=Save
search=Search
send=Send
sendFile=Send file
sendMessage=Send message
settings=Settings
sipCommunicator=SIPCommunicator
today=Today
tools=Tools
userInfo=User info
view=View
viewHistory=View history
yes=Yes
yesterday=Yesterday
mnemonic.file=F
mnemonic.tools=T
mnemonic.view=V
mnemonic.help=H
Loading…
Cancel
Save