+ {destinationRootFolder
+ ? translate('MoveMovieFoldersToRootFolder', {
+ destinationRootFolder,
+ })
+ : null}
+
+ {originalPath && destinationPath
+ ? translate('MoveMovieFoldersToNewPath', {
+ originalPath,
+ destinationPath,
+ })
+ : null}
+
+ {destinationRootFolder ? (
+
+ {translate('MoveMovieFoldersRenameFolderWarning')}
+
+ ) : null}
+
+
+