-
+
{ window.innerWidth < 410 && t("New File").length > 10 ? t("New File", null, "NEW_FILE::SHORT") : t("New File") }
-
+
{ window.innerWidth < 410 && t("New Directory").length > 10 ? t("New Directory", null, "NEW_DIRECTORY::SHORT") : t("New Directory") }
- 0} type="inline" onMouseDown={this.onDownload.bind(this, this.props.selected)}>
+ 0} type="inline" onMouseDown={this.onDownload.bind(this, this.props.selected)}>
{ t("Download") }
- 0 && this.props.accessRight.can_delete !== false} type="inline" onMouseDown={this.onDelete.bind(this, this.props.selected)}>
+ 0 && this.props.accessRight.can_delete !== false} type="inline" onMouseDown={this.onDelete.bind(this, this.props.selected)}>
{ t("Remove") }