internationalization package

cusax-fix
Yana Stamcheva 20 years ago
parent a0594a443d
commit 1d27caa204

@ -1,3 +1,10 @@
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.gui.main.i18n;
import java.util.MissingResourceException;
@ -13,10 +20,12 @@ private Messages() {
}
public static String getString(String key) {
// TODO Auto-generated method stub
try {
return RESOURCE_BUNDLE.getString(key);
} catch (MissingResourceException e) {
return '!' + key + '!';
}
}

@ -1,5 +1,10 @@
accounts=Accounts
activateOnlyWhenMinimized=Activate only when minimized
addSubcontact=Add subcontact
all=All
alwaysOnTop=Always on top
appearance=Appearance
application=Application
callList=Call list
cancel=Cancel
close=Close
@ -11,16 +16,20 @@ dial=Dial
doNotAskAgain=Don't ask again
edit=Edit
emptyHistory=Empty history
enableNotifications=Enable notifications
extendedCriteria=Extended criteria
general=General
file=File
first=First
help=Help
history=History
hour=Hour
last=Last
launchOnStartUp=Launch on start up
moveToGroup=Move to group
next=Next
no=No
notifications=Notifications
paste=Paste
previous=Previous
print=Print
@ -37,6 +46,8 @@ settings=Settings
sipCommunicator=SIPCommunicator
today=Today
tools=Tools
updateAutomatically=Automatically install new updates
updates=Updates
userInfo=User info
view=View
viewHistory=View history

Loading…
Cancel
Save