commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src GTrigger.py RuntimeSettings.py


From: Arturas Kriukovas
Subject: gnue/common/src GTrigger.py RuntimeSettings.py
Date: Fri, 03 May 2002 13:43:17 -0400

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

Modified files:
        common/src     : GTrigger.py RuntimeSettings.py 

Log message:
        i18n changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GTrigger.py.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/RuntimeSettings.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnue/common/src/GTrigger.py
diff -c gnue/common/src/GTrigger.py:1.13 gnue/common/src/GTrigger.py:1.14
*** gnue/common/src/GTrigger.py:1.13    Wed Apr 17 11:25:15 2002
--- gnue/common/src/GTrigger.py Fri May  3 13:43:17 2002
***************
*** 584,590 ****
          self._trigger[string.upper(key)] = []
        self._trigger[string.upper(key)].append(function)
      else:
!       print "Invalid trigger ",key
  
    # processTrigger
    # 
--- 584,590 ----
          self._trigger[string.upper(key)] = []
        self._trigger[string.upper(key)].append(function)
      else:
!       print _("Invalid trigger "),key
  
    # processTrigger
    # 
***************
*** 598,604 ****
        else:
          GDebug.printMesg(10, "No triggers to fire")
      else:
!       print "Invalid trigger ",key
  
  
  
--- 598,604 ----
        else:
          GDebug.printMesg(10, "No triggers to fire")
      else:
!       print _("Invalid trigger "),key
  
  
  
Index: gnue/common/src/RuntimeSettings.py
diff -c gnue/common/src/RuntimeSettings.py:1.9 
gnue/common/src/RuntimeSettings.py:1.10
*** gnue/common/src/RuntimeSettings.py:1.9      Tue Jan 22 19:11:15 2002
--- gnue/common/src/RuntimeSettings.py  Fri May  3 13:43:17 2002
***************
*** 89,98 ****
  
          config.write(fh)
        except:
!         print "\nWarning: Unable to save session data to %s\n" % location
        fh.close()
      except:
!       print "\nWarning: Unable to save session data to %s\n" % location
  
  #
  # Any object (class) that has settings it wants saved should
--- 89,98 ----
  
          config.write(fh)
        except:
!         print _("\nWarning: Unable to save session data to %s\n") % location
        fh.close()
      except:
!       print _("\nWarning: Unable to save session data to %s\n") % location
  
  #
  # Any object (class) that has settings it wants saved should



reply via email to

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