Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv26156/src

Modified Files:
        directory.py playlist.py 
Log Message:
Some more i18n improvements.


Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** directory.py        20 Oct 2003 18:28:23 -0000      1.52
--- directory.py        21 Oct 2003 21:17:41 -0000      1.53
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.53  2003/10/21 21:17:41  gsbarbieri
+ # Some more i18n improvements.
+ #
  # Revision 1.52  2003/10/20 18:28:23  outlyer
  # Also move print into _debug_
***************
*** 126,130 ****
                   
                   ('DIRECTORY_AUTOPLAY_SINGLE_ITEM', _('Directory Autoplay Single 
Item'),
!                   _('Don\'t show directory if only one item exists and auto-select ' 
+
                      'the item.')),
  
--- 129,133 ----
                   
                   ('DIRECTORY_AUTOPLAY_SINGLE_ITEM', _('Directory Autoplay Single 
Item'),
!                   _('Don\'t show directory if only one item exists and auto-select ' 
\
                      'the item.')),
  
***************
*** 133,137 ****
  
                   ('FORCE_SKIN_LAYOUT', _('Force Skin Layout'),
!                   _('Force skin to a specific layout. This option doesn\'t work with 
'+
                      'all skins and the result may differ based on the skin.')),
  
--- 136,140 ----
  
                   ('FORCE_SKIN_LAYOUT', _('Force Skin Layout'),
!                   _('Force skin to a specific layout. This option doesn\'t work with 
' \
                      'all skins and the result may differ based on the skin.')),
  

Index: playlist.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/playlist.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** playlist.py 18 Oct 2003 17:56:28 -0000      1.30
--- playlist.py 21 Oct 2003 21:17:41 -0000      1.31
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.31  2003/10/21 21:17:41  gsbarbieri
+ # Some more i18n improvements.
+ #
  # Revision 1.30  2003/10/18 17:56:28  dischi
  # ignore next/prev track request on OSError
***************
*** 113,117 ****
              lines = util.readfile(plsname)
          except IOError:
!             print 'Cannot open file "%s"' % list
              return 0
  
--- 116,120 ----
              lines = util.readfile(plsname)
          except IOError:
!             print _('Cannot open file "%s"') % list
              return 0
  
***************
*** 155,159 ****
              lines = util.readfile(ssrname)
          except IOError:
!             print 'Cannot open file "%s"' % list
              return 0
  
--- 158,162 ----
              lines = util.readfile(ssrname)
          except IOError:
!             print _('Cannot open file "%s"') % list
              return 0
  
***************
*** 266,270 ****
  
          if not self.playlist:
!             print 'empty playlist'
              return False
          
--- 269,273 ----
  
          if not self.playlist:
!             print _('empty playlist')
              return False
          




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to