mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
9dea9c8861
commit
b25dd30888
@ -8,10 +8,10 @@
|
|||||||
date: 2010-01-03
|
date: 2010-01-03
|
||||||
|
|
||||||
new features:
|
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
|
type: major
|
||||||
description: >
|
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
|
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
|
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"
|
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'),
|
author_sort=_('The author sort string'),
|
||||||
tags=_('The tags'),
|
tags=_('The tags'),
|
||||||
series=_('The series'),
|
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'),
|
rating=_('The rating'),
|
||||||
isbn=_('The ISBN'),
|
isbn=_('The ISBN'),
|
||||||
publisher=_('The publisher'),
|
publisher=_('The publisher'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user