mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
i18n works
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9047 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -44,10 +44,10 @@ public class NotificationsUI extends JPanel {
|
||||
ResourceUtils.resButton(windowFocusBox, Res.getString("checkbox.window.to.front"));
|
||||
add(windowFocusBox);
|
||||
|
||||
offlineNotificationBox = new JCheckBox("Notify when a user goes offline.");
|
||||
offlineNotificationBox = new JCheckBox(Res.getString("checkbox.notify.user.goes.offline"));
|
||||
add(offlineNotificationBox);
|
||||
|
||||
onlineNotificationBox = new JCheckBox("Notify when a user comes online.");
|
||||
onlineNotificationBox = new JCheckBox(Res.getString("checkbox.notify.user.comes.online"));
|
||||
add(onlineNotificationBox);
|
||||
|
||||
betaCheckBox = new JCheckBox( Res.getString("menuitem.check.for.updates"));
|
||||
|
||||
@ -107,6 +107,8 @@
|
||||
## 2.5.7
|
||||
## Added key: 'menuitem.languages'
|
||||
## Added key: 'message.restart.required'
|
||||
## Added key: 'checkbox.notify.user.goes.offline'
|
||||
## Added key: 'checkbox.notify.user.comes.online'
|
||||
|
||||
|
||||
|
||||
@ -205,6 +207,8 @@ checkbox.tabs.on.top = &Chat tabs appear on top (Requires restart)
|
||||
checkbox.allow.buzz = Allow users to buz&z you.
|
||||
checkbox.enable.emoticons = Enable Em&oticons
|
||||
checkbox.use.system.look.and.feel = Use System Look And &Feel (Requires restart)
|
||||
checkbox.notify.user.goes.offline = Notify when a user goes offline.
|
||||
checkbox.notify.user.comes.online = Notify when a user comes online.
|
||||
|
||||
|
||||
label.user.on.public.network = User is on a public network
|
||||
|
||||
@ -77,7 +77,9 @@ checkbox.allow.buzz = Permitir que usu\u00e1rios chamem sua aten\u00e7\u00e3o
|
||||
checkbox.idle.enabled = &Ausente Habilidado
|
||||
checkbox.launch.on.startup = &Executar ao Iniciar
|
||||
checkbox.start.in.tray = &Iniciar na Bandeja
|
||||
checkbox.split.chat.window = PLEASE TRANSLATE: Dock &Windows (Requires Spark restart)
|
||||
checkbox.split.chat.window = Dock &Windows (Necessita reiniciar)
|
||||
checkbox.notify.user.goes.offline = Notificar quando usu\u00e1rio ficar offline.
|
||||
checkbox.notify.user.comes.online = Notificar quando usu\u00e1rio ficar online.
|
||||
|
||||
label.change.password.to = &Trocar senha para
|
||||
label.username = &Usu\u00e1rio
|
||||
|
||||
Reference in New Issue
Block a user