View Single Post
Old 10-04-2012, 08:44 AM   #11
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,172
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
When I look in the calibre source tree, there is a file src\calibre\translations\de.po (http://bazaar.launchpad.net/~kovid/c...slations/de.po)

Within it I see
Code:
msgid "daysago"
msgstr "vor Tagen"
so I presume you want to use
Code:
calibredb list --search 'date:<1vor tagen and tags:news and authors:=calibre' | cut -f1 -d" " | tail -n+2
PeterT is offline   Reply With Quote