commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src/commdrivers/sockets CommDriver.py


From: Arturas Kriukovas
Subject: gnue/common/src/commdrivers/sockets CommDriver.py
Date: Fri, 03 May 2002 14:08:43 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Arturas Kriukovas <address@hidden>      02/05/03 14:08:43

Modified files:
        common/src/commdrivers/sockets: CommDriver.py 

Log message:
        i18n changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/commdrivers/sockets/CommDriver.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/common/src/commdrivers/sockets/CommDriver.py
diff -c gnue/common/src/commdrivers/sockets/CommDriver.py:1.4 
gnue/common/src/commdrivers/sockets/CommDriver.py:1.5
*** gnue/common/src/commdrivers/sockets/CommDriver.py:1.4       Fri Feb 15 
09:52:18 2002
--- gnue/common/src/commdrivers/sockets/CommDriver.py   Fri May  3 14:08:42 2002
***************
*** 82,89 ****
  
        if not hasattr(socket, 'AF_UNIX'): 
          raise GComm.AdapterConfigurationError,  \
!           "Your configuration references a file-based sockets connection.\n" \
!         + "However, your operating system does not support file-based 
sockets."
  
        self._location = file
  
--- 82,89 ----
  
        if not hasattr(socket, 'AF_UNIX'): 
          raise GComm.AdapterConfigurationError,  \
!           _("Your configuration references a file-based sockets 
connection.\n") \
!         + _("However, your operating system does not support file-based 
sockets.")
  
        self._location = file
  
***************
*** 94,100 ****
  
        except: 
          raise AdapterInitializationError, \
!           "Unable to initialize the requested socket located at %s" % \
               (file)
  
   
--- 94,100 ----
  
        except: 
          raise AdapterInitializationError, \
!           _("Unable to initialize the requested socket located at %s") % \
               (file)
  
   
***************
*** 111,122 ****
  
        except KeyError: 
          raise GComm.AdapterConfigurationError, \
!           "To use the sockets commdriver, you must specify either a sockets" \
!           + "\nfile or a host and port number.  Please see documentation."
  
        except: 
          raise AdapterInitializationError, \
!           "Unable to initialize the requested socket located at %s:%s" % \
               (host,port)
  
  
--- 111,122 ----
  
        except KeyError: 
          raise GComm.AdapterConfigurationError, \
!           _("To use the sockets commdriver, you must specify either a 
sockets") \
!           + _("\nfile or a host and port number.  Please see documentation.")
  
        except: 
          raise AdapterInitializationError, \
!           _("Unable to initialize the requested socket located at %s:%s") % \
               (host,port)
  
  



reply via email to

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