mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +02:00
2020-11-15 Fred Gleason <fredg@paravelsystems.com>
* Added the name of the import file to schedule import failure reports. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
b9e63c6e7c
commit
5f55a3438d
@ -20580,3 +20580,6 @@
|
||||
* Fixed a bug in rdlogmanager(1) that caused second and subsequent
|
||||
inline Track Markers or Markers within an Event to fail to be
|
||||
inserted Relative Position mode.
|
||||
2020-11-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added the name of the import file to schedule import failure
|
||||
reports.
|
||||
|
@ -3142,5 +3142,9 @@ Zkuste to, prosím, znovu!</translation>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -3137,5 +3137,9 @@ bitte erneut versuchen!</translation>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -3121,5 +3121,9 @@ please try again!</source>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -2483,5 +2483,9 @@ please try again!</source>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -3043,5 +3043,9 @@ prøv ein gong til!</translation>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -3043,5 +3043,9 @@ prøv ein gong til!</translation>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -3088,5 +3088,9 @@ por favor, tente novamente!</translation>
|
||||
<source>Copy of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -980,6 +980,8 @@ bool RDSvc::linkLog(RDSvc::ImportSource src,const QDate &date,
|
||||
if(src==RDSvc::Music) {
|
||||
if(!ResolveInlineEvents(logname,err_msg)) {
|
||||
delete log_lock;
|
||||
*err_msg=tr("Import file")+": \""+importFilename(src,date)+"\"\n\n"+
|
||||
*err_msg;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user