~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to tools/build-system/launchpad/mozilla-telify-sflphone/debian/mozilla-telify-sflphone/usr/share/telify/chrome/locale/en-US/locale.js

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* (c)2009 Michael Koch
2
 
*/
3
 
 
4
 
var objTelifyLocale = {
5
 
 
6
 
openOnlineHelp: function()
7
 
{
8
 
        var browser = objTelifyUtil.getBrowser();
9
 
        var tab = browser.addTab("http://www.codepad.de/en/download/firefox-add-ons/telify.html");
10
 
        browser.selectedTab = tab;
11
 
},
12
 
 
13
 
msgNumberTemplateMissing: function()
14
 
{
15
 
        return "Your template does not contain a placeholder for the phone number (i.e. '$0') and will therefore not transmit a phone number. "
16
 
                + "Do you really want to continue?";
17
 
},
18
 
 
19
 
msgUnknownProtocol: function()
20
 
{
21
 
        return "No application is installed which registered itself for the used protocol. "
22
 
                + "Please configure a suitable protocol in the Telify preferences or install a suitable application.";
23
 
}
24
 
 
25
 
}