commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/src GBaseApp.py


From: Arturas Kriukovas
Subject: gnue/common/src GBaseApp.py
Date: Fri, 05 Jul 2002 08:17:40 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Arturas Kriukovas <address@hidden>      02/07/05 08:17:40

Modified files:
        common/src     : GBaseApp.py 

Log message:
        Removed a few more unnecessary translations.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GBaseApp.py.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: gnue/common/src/GBaseApp.py
diff -c gnue/common/src/GBaseApp.py:1.22 gnue/common/src/GBaseApp.py:1.23
*** gnue/common/src/GBaseApp.py:1.22    Fri Jul  5 07:59:58 2002
--- gnue/common/src/GBaseApp.py Fri Jul  5 08:17:39 2002
***************
*** 106,114 ****
           [ 'connections', None, 'connections', 1, None, "loc",
             _('Specifies the location of the connection definition file. ') + \
             _('<loc> may specify a file name ') + \
!            '(/usr/local/gnue/etc/connections.conf),  + \
             _('or a URL location ') + \
!            _('(http://localhost/connections.conf). ')+ \
             _('If this option is not specified, the environent variable ') + \
             _('GNUE_CONNECTIONS is checked.') ],
           [ 'help', None, 'help', 0, None, None,
--- 106,114 ----
           [ 'connections', None, 'connections', 1, None, "loc",
             _('Specifies the location of the connection definition file. ') + \
             _('<loc> may specify a file name ') + \
!            '(/usr/local/gnue/etc/connections.conf)',  + \
             _('or a URL location ') + \
!            '(http://localhost/connections.conf).' + \
             _('If this option is not specified, the environent variable ') + \
             _('GNUE_CONNECTIONS is checked.') ],
           [ 'help', None, 'help', 0, None, None,
***************
*** 237,243 ****
          self.handleStartupError(
              _('Unable to load the connections definition file.\n') \
              + _('\n   The connections file is in an invalid format. ') \
!             + _('\n   %s') \
                 % msg)
        except IOError:
          self.handleStartupError(
--- 237,243 ----
          self.handleStartupError(
              _('Unable to load the connections definition file.\n') \
              + _('\n   The connections file is in an invalid format. ') \
!             + '\n   %s' \
                 % msg)
        except IOError:
          self.handleStartupError(
***************
*** 313,319 ****
      self.printVersion()
      print _("Usage:  %s %s\n\n%s\n\nAvailable command line options:\n%s") % \
         (self.COMMAND, self.USAGE, self.SUMMARY, dispOptions)
!     print _("%s\n" % self.REPORT_BUGS_TO)
  
  
    #
--- 313,319 ----
      self.printVersion()
      print _("Usage:  %s %s\n\n%s\n\nAvailable command line options:\n%s") % \
         (self.COMMAND, self.USAGE, self.SUMMARY, dispOptions)
!     print "%s\n" % self.REPORT_BUGS_TO
  
  
    #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]