mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	...
This commit is contained in:
		
							parent
							
								
									9dea9c8861
								
							
						
					
					
						commit
						b25dd30888
					
				@ -8,10 +8,10 @@
 | 
			
		||||
  date: 2010-01-03
 | 
			
		||||
 | 
			
		||||
  new features:
 | 
			
		||||
    - title: Allow users to cutomize where books are placed by the Send to Device action
 | 
			
		||||
    - title: Allow users to customize where books are placed by the Send to Device action
 | 
			
		||||
      type: major
 | 
			
		||||
      description: >
 | 
			
		||||
        "Uses can now specify the folder structure and file name  of files placed on the device when using the 
 | 
			
		||||
        "Users can now specify the folder structure and file name  of files placed on the device when using the 
 | 
			
		||||
        Send to Device action. This is useful for those devices that allow browsing of the on device folder 
 | 
			
		||||
        structure. Customization is available via Preferences->Add/Save->Sending to device and can also
 | 
			
		||||
        be overriden on a per device basis from Preferences->Plugins->Device Interface plugins"
 | 
			
		||||
 | 
			
		||||
@ -26,7 +26,7 @@ FORMAT_ARG_DESCS = dict(
 | 
			
		||||
        author_sort=_('The author sort string'),
 | 
			
		||||
        tags=_('The tags'),
 | 
			
		||||
        series=_('The series'),
 | 
			
		||||
        series_index=_('The series number. To get leading zeros use {series_index:03n}'),
 | 
			
		||||
        series_index=_('The series number. To get leading zeros use {series_index:0>3s}'),
 | 
			
		||||
        rating=_('The rating'),
 | 
			
		||||
        isbn=_('The ISBN'),
 | 
			
		||||
        publisher=_('The publisher'),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user