fix brb jargon, and and add out

This commit is contained in:
Nikos Kouremenos 2005-06-06 10:51:24 +00:00
parent f8a5dbd960
commit cec2a46e4f
1 changed files with 7 additions and 6 deletions

View File

@ -202,12 +202,13 @@ class Config:
} }
statusmsg_default = { statusmsg_default = {
_('Nap'): _('I\'m taking a nap.'), _('Nap'): _("I'm taking a nap."),
_('Brb'): _('Back in some minutes.'), _('Back soon'): _('Back in some minutes.'),
_('Eating'): _('I\'m eating, so leave me a message.'), _('Eating'): _("I'm eating, so leave me a message."),
_('Movie'): _('I\'m watching a movie.'), _('Movie'): _("I'm watching a movie."),
_('Working'): _('I\'m working.'), _('Working'): _("I'm working."),
_('Phone'): _('I\'m on the phone.'), _('Phone'): _("I'm on the phone."),
_('Out'): _("I'm out enjoying life"),
} }
soundevents_default = { soundevents_default = {