~ubuntu-branches/ubuntu/quantal/elinks/quantal

« back to all changes in this revision

Viewing changes to src/network/state.c

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals (RainCT)
  • Date: 2008-02-01 16:29:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201162906-xdourui5tyjva0al
Tags: 0.11.3-5ubuntu1
 
* Merge from Debian unstable (LP: #187936); remaining changes:
  - Add X-Ubuntu-Gettext-Domain to .desktop files.
  - debian/control: Maintainer field update.
* Improve the text in the .desktop file and add some translations.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        {S_BITTORRENT_ERROR,    N_("BitTorrent error")},
123
123
        {S_BITTORRENT_METAINFO, N_("The BitTorrent metainfo file contained errors")},
124
124
        {S_BITTORRENT_TRACKER,  N_("The tracker requesting failed")},
 
125
        {S_BITTORRENT_BAD_URL,  N_("The BitTorrent URL does not point to a valid URL")},
125
126
#endif
126
127
 
127
128
        {0,                     NULL}