~ubuntu-branches/ubuntu/lucid/jwchat/lucid

« back to all changes in this revision

Viewing changes to sounds.js.sk

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2008-08-24 15:02:53 UTC
  • mfrom: (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080824150253-h0z39rzjmo4lc1k5
Tags: 1.0beta3-3
* Clean up README.Debian. (Closes: #481320)
* Add brazilian debconf messages translation. (Closes: #481522)
* Add swedish debconf messages translation. (Closes: #494887)
* Add italian debconf messages translation. (Closes: #495780)
* Add russian debconf messages translation. (Closes: #495573)
* Add finnish debconf messages translation. (Closes: #496227)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
var SOUNDS = new Object();
 
2
 
 
3
SOUNDS['message_recv'] = "./sounds/message_recv.swf"
 
4
SOUNDS['message_queue'] = "./sounds/message_queue.swf"
 
5
SOUNDS['chat_recv'] = "./sounds/chat_recv.swf"
 
6
SOUNDS['chat_queue'] = "./sounds/chat_queue.swf"
 
7
SOUNDS['online'] = "./sounds/online.swf"
 
8
SOUNDS['offline'] = "./sounds/offline.swf"
 
9
SOUNDS['startup'] = "./sounds/startup.swf"
 
10
SOUNDS['connected'] = "./sounds/connected.swf"