~ubuntu-branches/ubuntu/trusty/rasmol/trusty

« back to all changes in this revision

Viewing changes to src/languages/langsel.English.utf.c

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-11-24 16:48:04 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091124164804-liuvywcs6l45ibl3
Tags: 2.7.5-1
* New upstream release
* Imakefile: Use Debian versions of library dependencies
* control:
  - Add build-deps to libcvector2-dev, libcqrlib2-dev, libneartree3-dev
  - Update to standards-version 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
  { "Error: NoToggle mode enabled; "
2
2
    "type 'set notoggle off' to disabled.\n",          ErrNoToggle, English,0},
3
 
  { "2.7.3 Color compatibility mode enabled.\n",       StrCCompOn,  English,0},
4
 
  { "2.7.3 Color compatibility mode disabled.\n",      StrCCompOff, English,0},
5
3
  { "NoToggle mode: enabled.\n",                       StrNoTogOn,  English,0},
6
4
  { "NoToggle mode: disabled.\n",                      StrNoTogOff, English,0},
7
5