diff --git a/SPEx/spex/userInterface/avanzatetitolo.ui.no b/SPEx/spex/userInterface/avanzatetitolo.ui.no deleted file mode 100644 index 1e66c4f..0000000 --- a/SPEx/spex/userInterface/avanzatetitolo.ui.no +++ /dev/null @@ -1,172 +0,0 @@ - - - advtitolo - - - - 0 - 0 - 480 - 400 - - - - - 0 - 0 - - - - Form - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 11 - - - - Modifica ordine elementi nome file - - - - - - - - - 0 - - - 3 - - - - - - - 0 - - - 3 - - - - - - - 0 - - - 3 - - - - - - - - - - 10 - - - - Indica la posizione dell'elemento nel nome del file - - - - - - - - - - 10 - - - - Data - - - - - - - - 10 - - - - Titolo - - - - - - - - 10 - - - - Numero - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Qt::Horizontal - - - - - - - Avanti - - - - - - - Indietro - - - - - - - - diff --git a/SPEx/spex/userInterface/avanzatetitolo2.ui.no b/SPEx/spex/userInterface/avanzatetitolo2.ui.no deleted file mode 100644 index 110c08f..0000000 --- a/SPEx/spex/userInterface/avanzatetitolo2.ui.no +++ /dev/null @@ -1,190 +0,0 @@ - - - advtitolo2 - - - - 0 - 0 - 495 - 456 - - - - - 0 - 0 - - - - Form - - - - - - Qt::Horizontal - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - 11 - - - - Modifica ordine elementi nome file - - - - - - - - 10 - - - - Scegli l'ordine degli elementi nel nome file - - - - - - - - - Data, Titolo, Numero - - - - - - - Data, Numero, Titolo - - - - - - - Titolo, Data, Numero - - - - - - - Titolo, Numero, Data - - - - - - - Numero, Data, Titolo - - - - - - - Numero, Titolo, Data - - - - - - - Data, Titolo - - - - - - - Data, Numero - - - - - - - Titolo, Data - - - - - - - Titolo, Numero - - - - - - - Numero, Data - - - - - - - Numero, Titolo - - - - - - - - - - - Annulla - - - - - - - OK - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - diff --git a/SPEx/spex/userInterface/compiledUI/avanzatetitolo.py b/SPEx/spex/userInterface/compiledUI/avanzatetitolo.py deleted file mode 100644 index 47f1772..0000000 --- a/SPEx/spex/userInterface/compiledUI/avanzatetitolo.py +++ /dev/null @@ -1,104 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'avanzatetitolo.ui' -# -# Created by: PyQt5 UI code generator 5.12.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_advtitolo(object): - def setupUi(self, advtitolo): - advtitolo.setObjectName("advtitolo") - advtitolo.resize(480, 400) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) - sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) - sizePolicy.setHeightForWidth(advtitolo.sizePolicy().hasHeightForWidth()) - advtitolo.setSizePolicy(sizePolicy) - self.gridLayout = QtWidgets.QGridLayout(advtitolo) - self.gridLayout.setObjectName("gridLayout") - spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) - self.gridLayout.addItem(spacerItem, 3, 2, 1, 1) - self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo) - font = QtGui.QFont() - font.setPointSize(11) - self.lbl_titoloschermata.setFont(font) - self.lbl_titoloschermata.setObjectName("lbl_titoloschermata") - self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2) - self.verticalLayout = QtWidgets.QVBoxLayout() - self.verticalLayout.setObjectName("verticalLayout") - self.spn_data = QtWidgets.QSpinBox(advtitolo) - self.spn_data.setMinimum(0) - self.spn_data.setMaximum(3) - self.spn_data.setObjectName("spn_data") - self.verticalLayout.addWidget(self.spn_data) - self.spn_titolo = QtWidgets.QSpinBox(advtitolo) - self.spn_titolo.setMinimum(0) - self.spn_titolo.setMaximum(3) - self.spn_titolo.setObjectName("spn_titolo") - self.verticalLayout.addWidget(self.spn_titolo) - self.spn_numero = QtWidgets.QSpinBox(advtitolo) - self.spn_numero.setMinimum(0) - self.spn_numero.setMaximum(3) - self.spn_numero.setObjectName("spn_numero") - self.verticalLayout.addWidget(self.spn_numero) - self.gridLayout.addLayout(self.verticalLayout, 3, 1, 1, 1) - self.lbl_istruzioni = QtWidgets.QLabel(advtitolo) - font = QtGui.QFont() - font.setPointSize(10) - self.lbl_istruzioni.setFont(font) - self.lbl_istruzioni.setObjectName("lbl_istruzioni") - self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 2) - self.verticalLayout_2 = QtWidgets.QVBoxLayout() - self.verticalLayout_2.setObjectName("verticalLayout_2") - self.lbl_data = QtWidgets.QLabel(advtitolo) - font = QtGui.QFont() - font.setPointSize(10) - self.lbl_data.setFont(font) - self.lbl_data.setObjectName("lbl_data") - self.verticalLayout_2.addWidget(self.lbl_data) - self.lbl_titolo = QtWidgets.QLabel(advtitolo) - font = QtGui.QFont() - font.setPointSize(10) - self.lbl_titolo.setFont(font) - self.lbl_titolo.setObjectName("lbl_titolo") - self.verticalLayout_2.addWidget(self.lbl_titolo) - self.lbl_numero = QtWidgets.QLabel(advtitolo) - font = QtGui.QFont() - font.setPointSize(10) - self.lbl_numero.setFont(font) - self.lbl_numero.setObjectName("lbl_numero") - self.verticalLayout_2.addWidget(self.lbl_numero) - self.gridLayout.addLayout(self.verticalLayout_2, 3, 0, 1, 1) - spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.gridLayout.addItem(spacerItem1, 4, 0, 1, 1) - self.line = QtWidgets.QFrame(advtitolo) - self.line.setFrameShape(QtWidgets.QFrame.HLine) - self.line.setFrameShadow(QtWidgets.QFrame.Sunken) - self.line.setObjectName("line") - self.gridLayout.addWidget(self.line, 1, 0, 1, 2) - self.btn_avanti = QtWidgets.QPushButton(advtitolo) - self.btn_avanti.setObjectName("btn_avanti") - self.gridLayout.addWidget(self.btn_avanti, 5, 2, 1, 1) - self.btn_indietro = QtWidgets.QPushButton(advtitolo) - self.btn_indietro.setObjectName("btn_indietro") - self.gridLayout.addWidget(self.btn_indietro, 5, 1, 1, 1) - - self.retranslateUi(advtitolo) - QtCore.QMetaObject.connectSlotsByName(advtitolo) - - def retranslateUi(self, advtitolo): - _translate = QtCore.QCoreApplication.translate - advtitolo.setWindowTitle(_translate("advtitolo", "Form")) - self.lbl_titoloschermata.setText(_translate("advtitolo", "Modifica ordine elementi nome file")) - self.lbl_istruzioni.setText(_translate("advtitolo", "Indica la posizione dell\'elemento nel nome del file")) - self.lbl_data.setText(_translate("advtitolo", "Data")) - self.lbl_titolo.setText(_translate("advtitolo", "Titolo")) - self.lbl_numero.setText(_translate("advtitolo", "Numero")) - self.btn_avanti.setText(_translate("advtitolo", "Avanti")) - self.btn_indietro.setText(_translate("advtitolo", "Indietro")) - - diff --git a/SPEx/spex/userInterface/compiledUI/avanzatetitolo2.py b/SPEx/spex/userInterface/compiledUI/avanzatetitolo2.py deleted file mode 100644 index de85462..0000000 --- a/SPEx/spex/userInterface/compiledUI/avanzatetitolo2.py +++ /dev/null @@ -1,116 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'avanzatetitolo2.ui' -# -# Created by: PyQt5 UI code generator 5.12.1 -# -# WARNING! All changes made in this file will be lost! - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_advtitolo2(object): - def setupUi(self, advtitolo2): - advtitolo2.setObjectName("advtitolo2") - advtitolo2.resize(495, 456) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) - sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) - sizePolicy.setHeightForWidth(advtitolo2.sizePolicy().hasHeightForWidth()) - advtitolo2.setSizePolicy(sizePolicy) - self.gridLayout = QtWidgets.QGridLayout(advtitolo2) - self.gridLayout.setObjectName("gridLayout") - self.line = QtWidgets.QFrame(advtitolo2) - self.line.setFrameShape(QtWidgets.QFrame.HLine) - self.line.setFrameShadow(QtWidgets.QFrame.Sunken) - self.line.setObjectName("line") - self.gridLayout.addWidget(self.line, 1, 0, 1, 2) - spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) - self.gridLayout.addItem(spacerItem, 4, 0, 1, 1) - self.lbl_titoloschermata = QtWidgets.QLabel(advtitolo2) - font = QtGui.QFont() - font.setPointSize(11) - self.lbl_titoloschermata.setFont(font) - self.lbl_titoloschermata.setObjectName("lbl_titoloschermata") - self.gridLayout.addWidget(self.lbl_titoloschermata, 0, 0, 1, 2) - self.lbl_istruzioni = QtWidgets.QLabel(advtitolo2) - font = QtGui.QFont() - font.setPointSize(10) - self.lbl_istruzioni.setFont(font) - self.lbl_istruzioni.setObjectName("lbl_istruzioni") - self.gridLayout.addWidget(self.lbl_istruzioni, 2, 0, 1, 3) - self.verticalLayout_2 = QtWidgets.QVBoxLayout() - self.verticalLayout_2.setObjectName("verticalLayout_2") - self.rad_dtn = QtWidgets.QRadioButton(advtitolo2) - self.rad_dtn.setObjectName("rad_dtn") - self.verticalLayout_2.addWidget(self.rad_dtn) - self.rad_dnt = QtWidgets.QRadioButton(advtitolo2) - self.rad_dnt.setObjectName("rad_dnt") - self.verticalLayout_2.addWidget(self.rad_dnt) - self.rad_tdn = QtWidgets.QRadioButton(advtitolo2) - self.rad_tdn.setObjectName("rad_tdn") - self.verticalLayout_2.addWidget(self.rad_tdn) - self.rad_tnd = QtWidgets.QRadioButton(advtitolo2) - self.rad_tnd.setObjectName("rad_tnd") - self.verticalLayout_2.addWidget(self.rad_tnd) - self.rad_ndt = QtWidgets.QRadioButton(advtitolo2) - self.rad_ndt.setObjectName("rad_ndt") - self.verticalLayout_2.addWidget(self.rad_ndt) - self.rad_ntd = QtWidgets.QRadioButton(advtitolo2) - self.rad_ntd.setObjectName("rad_ntd") - self.verticalLayout_2.addWidget(self.rad_ntd) - self.rad_dt = QtWidgets.QRadioButton(advtitolo2) - self.rad_dt.setObjectName("rad_dt") - self.verticalLayout_2.addWidget(self.rad_dt) - self.rad_dn = QtWidgets.QRadioButton(advtitolo2) - self.rad_dn.setObjectName("rad_dn") - self.verticalLayout_2.addWidget(self.rad_dn) - self.rad_td = QtWidgets.QRadioButton(advtitolo2) - self.rad_td.setObjectName("rad_td") - self.verticalLayout_2.addWidget(self.rad_td) - self.rad_tn = QtWidgets.QRadioButton(advtitolo2) - self.rad_tn.setObjectName("rad_tn") - self.verticalLayout_2.addWidget(self.rad_tn) - self.rad_nd = QtWidgets.QRadioButton(advtitolo2) - self.rad_nd.setObjectName("rad_nd") - self.verticalLayout_2.addWidget(self.rad_nd) - self.rad_nt = QtWidgets.QRadioButton(advtitolo2) - self.rad_nt.setObjectName("rad_nt") - self.verticalLayout_2.addWidget(self.rad_nt) - self.gridLayout.addLayout(self.verticalLayout_2, 3, 0, 1, 1) - self.horizontalLayout = QtWidgets.QHBoxLayout() - self.horizontalLayout.setObjectName("horizontalLayout") - self.btn_annulla = QtWidgets.QPushButton(advtitolo2) - self.btn_annulla.setObjectName("btn_annulla") - self.horizontalLayout.addWidget(self.btn_annulla) - self.btn_ok = QtWidgets.QPushButton(advtitolo2) - self.btn_ok.setObjectName("btn_ok") - self.horizontalLayout.addWidget(self.btn_ok) - self.gridLayout.addLayout(self.horizontalLayout, 5, 2, 1, 1) - spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) - self.gridLayout.addItem(spacerItem1, 5, 0, 1, 1) - - self.retranslateUi(advtitolo2) - QtCore.QMetaObject.connectSlotsByName(advtitolo2) - - def retranslateUi(self, advtitolo2): - _translate = QtCore.QCoreApplication.translate - advtitolo2.setWindowTitle(_translate("advtitolo2", "Form")) - self.lbl_titoloschermata.setText(_translate("advtitolo2", "Modifica ordine elementi nome file")) - self.lbl_istruzioni.setText(_translate("advtitolo2", "Scegli l\'ordine degli elementi nel nome file")) - self.rad_dtn.setText(_translate("advtitolo2", "Data, Titolo, Numero ")) - self.rad_dnt.setText(_translate("advtitolo2", "Data, Numero, Titolo")) - self.rad_tdn.setText(_translate("advtitolo2", "Titolo, Data, Numero")) - self.rad_tnd.setText(_translate("advtitolo2", "Titolo, Numero, Data")) - self.rad_ndt.setText(_translate("advtitolo2", "Numero, Data, Titolo")) - self.rad_ntd.setText(_translate("advtitolo2", "Numero, Titolo, Data")) - self.rad_dt.setText(_translate("advtitolo2", "Data, Titolo")) - self.rad_dn.setText(_translate("advtitolo2", "Data, Numero")) - self.rad_td.setText(_translate("advtitolo2", "Titolo, Data")) - self.rad_tn.setText(_translate("advtitolo2", "Titolo, Numero")) - self.rad_nd.setText(_translate("advtitolo2", "Numero, Data")) - self.rad_nt.setText(_translate("advtitolo2", "Numero, Titolo")) - self.btn_annulla.setText(_translate("advtitolo2", "Annulla")) - self.btn_ok.setText(_translate("advtitolo2", "OK")) - - diff --git a/SPEx/spex/userInterface/resources/icons/banana.ico b/SPEx/spex/userInterface/resources/icons/banana.ico deleted file mode 100644 index 7f8d32a..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/banana.ico and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-add-folder-80.png b/SPEx/spex/userInterface/resources/icons/icons8-add-folder-80.png deleted file mode 100644 index 04d94b5..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-add-folder-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-arrow-80-back.png b/SPEx/spex/userInterface/resources/icons/icons8-arrow-80-back.png deleted file mode 100644 index 0513d39..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-arrow-80-back.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-arrow-80.png b/SPEx/spex/userInterface/resources/icons/icons8-arrow-80.png deleted file mode 100644 index 003e273..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-arrow-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-banana-split-80.png b/SPEx/spex/userInterface/resources/icons/icons8-banana-split-80.png deleted file mode 100644 index 9cf9dd4..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-banana-split-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-documents-folder-80.png b/SPEx/spex/userInterface/resources/icons/icons8-documents-folder-80.png deleted file mode 100644 index 9c7f085..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-documents-folder-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-downloads-folder-80.png b/SPEx/spex/userInterface/resources/icons/icons8-downloads-folder-80.png deleted file mode 100644 index 3109773..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-downloads-folder-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-globe-earth-80.png b/SPEx/spex/userInterface/resources/icons/icons8-globe-earth-80.png deleted file mode 100644 index 89063b5..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-globe-earth-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-info-80.png b/SPEx/spex/userInterface/resources/icons/icons8-info-80.png deleted file mode 100644 index aff6837..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-info-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-save-80.png b/SPEx/spex/userInterface/resources/icons/icons8-save-80.png deleted file mode 100644 index 4aaec54..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-save-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-smartphone-ram-100.png b/SPEx/spex/userInterface/resources/icons/icons8-smartphone-ram-100.png deleted file mode 100644 index 548fc3c..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-smartphone-ram-100.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/icons8-user-manual-80.png b/SPEx/spex/userInterface/resources/icons/icons8-user-manual-80.png deleted file mode 100644 index 9c0921f..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/icons8-user-manual-80.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/logo.png b/SPEx/spex/userInterface/resources/icons/logo.png deleted file mode 100644 index 31f7ded..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/logo.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/logo.svg b/SPEx/spex/userInterface/resources/icons/logo.svg deleted file mode 100644 index 8436201..0000000 --- a/SPEx/spex/userInterface/resources/icons/logo.svg +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SPEx - - - - diff --git a/SPEx/spex/userInterface/resources/icons/logo2.png b/SPEx/spex/userInterface/resources/icons/logo2.png deleted file mode 100644 index 0388c76..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/logo2.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/logo2.svg b/SPEx/spex/userInterface/resources/icons/logo2.svg deleted file mode 100644 index 492cb7e..0000000 --- a/SPEx/spex/userInterface/resources/icons/logo2.svg +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SPEx/spex/userInterface/resources/icons/logo3.png b/SPEx/spex/userInterface/resources/icons/logo3.png deleted file mode 100644 index c470a02..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/logo3.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/logo3.svg b/SPEx/spex/userInterface/resources/icons/logo3.svg deleted file mode 100644 index b6b864c..0000000 --- a/SPEx/spex/userInterface/resources/icons/logo3.svg +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SPEx/spex/userInterface/resources/icons/logo4.png b/SPEx/spex/userInterface/resources/icons/logo4.png deleted file mode 100644 index afbdf84..0000000 Binary files a/SPEx/spex/userInterface/resources/icons/logo4.png and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/icons/logo4.svg b/SPEx/spex/userInterface/resources/icons/logo4.svg deleted file mode 100644 index f40a25a..0000000 --- a/SPEx/spex/userInterface/resources/icons/logo4.svg +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SPEx/spex/userInterface/resources/resources.qrc b/SPEx/spex/userInterface/resources/resources.qrc deleted file mode 100644 index a01715a..0000000 --- a/SPEx/spex/userInterface/resources/resources.qrc +++ /dev/null @@ -1,31 +0,0 @@ - - - icons/banana.ico - icons/icons8-add-folder-80.png - icons/icons8-arrow-80.png - icons/icons8-arrow-80-back.png - icons/icons8-banana-split-80.png - icons/icons8-documents-folder-80.png - icons/icons8-downloads-folder-80.png - icons/icons8-globe-earth-80.png - icons/icons8-info-80.png - icons/icons8-save-80.png - icons/icons8-smartphone-ram-100.png - icons/icons8-user-manual-80.png - icons/logo.png - icons/logo2.png - icons/logo3.png - icons/logo4.png - - - translations/about_en.qm - translations/advopt_en.qm - translations/avanzatetitolo3_en.qm - translations/guimain_en.qm - translations/libconfload_en.qm - translations/libsplit_en.qm - translations/mainwindow_en.qm - translations/selezout_en.qm - translations/titolow_en.qm - - diff --git a/SPEx/spex/userInterface/resources/translations/about_en.qm b/SPEx/spex/userInterface/resources/translations/about_en.qm deleted file mode 100644 index ccb1bbb..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/about_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/about_en.ts b/SPEx/spex/userInterface/resources/translations/about_en.ts deleted file mode 100644 index 003d484..0000000 --- a/SPEx/spex/userInterface/resources/translations/about_en.ts +++ /dev/null @@ -1,54 +0,0 @@ - - - - - about - - - About SPEx - About SPEx - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:20pt; font-weight:600;">About SPEx<br /></span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Versione {ver}</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt;"><br /></span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">SPEx (Split Parse &amp; Extract) e' un tool utile per gli specialisti di linguistica dei corpora che intendono rifinire il loro corpus, eliminando tutti gli elementi non </span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">necessari e dividendo in file singoli le raccolte di</span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;"> &quot;articoli&quot; scaricate da database online quali </span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt; font-style:italic;">Lexis Uni</span><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">.</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Puoi tranquillamente suggerire SPEx ad un tuo collega: ci fa molto piacere! Ricordati solo di mandarci una mail con scopo e impressioni di utilizzo: questo ci aiuta a tenere traccia di quanti ricercatori stanno usando SPEx e pensare a sviluppi futuri di questo tool. </span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt;"><br /></span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">SPEx non e' soggetto ad alcun tipo di licenza e viene distribuito senza alcuna garanzia.<br />Essendo un progetto &quot;del tempo libero&quot;, bug e proposte di espansione verranno sicuramente presi in considerazione, anche se le tempistiche potrebbero variare.</span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Contatti:</span><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt;"><br /></span><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">12parsec.software@gmail.com</span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Download:<br /></span><a href="https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8"><span style=" font-family:'MS Shell Dlg 2'; font-size:7pt; text-decoration: underline; color:#0000ff;">https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:20pt; font-weight:600;">About SPEx<br /></span><span style=" font-size:12pt;">Versione {ver}</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">SPEx (Split Parse &amp; Extract) e' un tool, utile ai linguisti che devono costruire un corpus, che ha come funzione principale dividere e ripulire da elementi non necessari raccolte di &quot;articoli&quot; scaricati da database online quali </span><span style=" font-size:12pt; font-style:italic;">LexisNexis</span><span style=" font-size:12pt;">.</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Pui tranquillamente suggerire SPEx ad un tuo collega, ci fa molto piacere! Ricordati solo di mandarci (o farci mandare) una mail con scopo e impressioni di utilizzo: questo ci aiuta a tenere traccia di quanti ricercatori stanno usando SPEx e pensare a sviluppi futuri di questo tool. </span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">SPEx non e' soggetto ad alcun tipo di licenza e viene distribuito senza alcuna garanzia.<br />Essendo un progetto &quot;del tempo libero&quot;, bug e proposte di espansione verranno sicuramente presi in considerazione ma non possiamo dirvi nulla riguardo alle tempistiche.</span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Contatti:</span><br /><span style=" font-size:10pt;">12parsec.software@gmail.com</span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Download:<br /></span><a href="https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8"><span style=" text-decoration: underline; color:#0000ff;">https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:20pt; font-weight:600;">About SPEx<br /></span><span style=" font-size:12pt;">Versione {ver}</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">SPEx (Split Parse &amp; Extract) is a useful tool for corpus linguists who wish to refine their corpora, by eliminating unnecessary elements and divide in single files the sets of &quot;articles&quot; downloaded from online databases such as </span><span style=" font-size:12pt; font-style:italic;">Nexis Uni</span><span style=" font-size:12pt;">.</span></p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">We would be immensely grateful if you could suggest SPEx to your colleagues! Just remember to send us an email telling us what you think of the program, as this will help us to trace how many researchers are using SPEx and think of possible future developments of this tool. </span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;"> You don't need any type of licence to use SPEx. This software is provided "as is", without any warranty.<br />Being a &quot;spare time&quot; project, bugs and expansion proposals will certainly be taken into consideration, although time frames may vary.</span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Contacts:</span><br /><span style=" font-size:10pt;">12parsec.software@gmail.com</span></p> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt;">Download:<br /></span><a href="https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8"><span style=" text-decoration: underline; color:#0000ff;">https://drive.google.com/open?id=10zUm7uHk9st36PVotMwh9wqOeXU3xrr8</span></a></p></body></html> - - - diff --git a/SPEx/spex/userInterface/resources/translations/advopt_en.qm b/SPEx/spex/userInterface/resources/translations/advopt_en.qm deleted file mode 100644 index a3a9f3d..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/advopt_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/advopt_en.ts b/SPEx/spex/userInterface/resources/translations/advopt_en.ts deleted file mode 100644 index 77c0e5c..0000000 --- a/SPEx/spex/userInterface/resources/translations/advopt_en.ts +++ /dev/null @@ -1,32 +0,0 @@ - - - - - editconf - - - Opzioni Avanzate - Advanced Options - - - - ATTENZIONE!! Quello che scrivi qui potrebbe rompere tutto! - WARNING!! What you write here may break everything! - - - - Da grandi poteri derivano grandi responsabilita' - With great power comes great responsibility - - - - Cancel - Cancel - - - - OK - OK - - - diff --git a/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.qm b/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.qm deleted file mode 100644 index 0642a49..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.ts b/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.ts deleted file mode 100644 index e1454af..0000000 --- a/SPEx/spex/userInterface/resources/translations/avanzatetitolo3_en.ts +++ /dev/null @@ -1,78 +0,0 @@ - - - - - advtitolo3 - - - Avanzate Titolo - Title - Advanced Options - - - - (Terzo Elemento) - (Third Element) - - - - - - Numero - Number - - - - - - Data - Date - - - - - - Titolo - Title - - - - Secondo Elemento - Second Element - - - - Seleziona l'ordine degli elementi nel nomi file - Select the order of the elements in the file name - - - - Prefisso Titolo - Title Prefix - - - - Primo elemento - First Element - - - - Modifica ordine elementi nome file - Modify the order of the elements in the file name - - - - Annulla - Cancel - - - - OK - OK - - - - Suffisso Titolo - Title suffix - - - diff --git a/SPEx/spex/userInterface/resources/translations/guimain_en.qm b/SPEx/spex/userInterface/resources/translations/guimain_en.qm deleted file mode 100644 index 0c1aaf9..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/guimain_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/guimain_en.ts b/SPEx/spex/userInterface/resources/translations/guimain_en.ts deleted file mode 100644 index 8f1d7ef..0000000 --- a/SPEx/spex/userInterface/resources/translations/guimain_en.ts +++ /dev/null @@ -1,196 +0,0 @@ - - - - bananaAdvOpt - - - AdvancedOptions: Configurazione non accettata - Advanced Options: Configuration not accepted - - - - Avanzate Globali - Global Advanced Options - - - - Parametri inseriti validi, configurazione accettata - Valid input parameters, configuration accepted - - - - bananaMain - - - Impostazioni Titolo - Title Options - - - - Selezione Output - Select Output - - - - MainWindow: Configurazione non accettata - MainWindow: Configuration not accepted - - - - Prossima Tab - Next Tab - - - - Tab Precedente - Former Tab - - - - Apri Carica Preset - Open Load Preset - - - - Carica Preset - Load Preset - - - - Riempio tutte le tab - Fill all Tabs - - - - Apri Salva Preset - Open Save Preset - - - - Apri Opzioni Avanzate - Open Advanced Options - - - - Apri Opzioni Lingua - Open Language Options - - - - Apri Finestra About - Open About Window - - - - Seleziona Cartella Sorgente - Select Input Folder - - - - Selezionata Cartella Sorgente: {} - SelInput Folder Selected: {} - - - - Seleziona Cartella Destinazione - Select Output Folder - - - - Selezionata Cartella Destinazione: {} - Output Folder Selected: {} - - - - Apro in directory: {} - Opening in directory:{} - - - - Lingua - Language - - - - Disponibili - Available - - - - bananaSelezOut - - - SelezUscita: Configurazione non accettata - SelectOutput: Configuration not accepted - - - - Applico Impostazioni File Uscita - Applying Output File Options - - - - Sto SPLITTANDO, attendi.. - SPLITTING, please wait.. - - - - Sto Splittando.. - Splitting.. - - - - FINITO! - DONE! - - - - bananaTitolo - - - Titolo: Configurazione non accettata - Title: Configuration not accepted - - - - Mostro la finestra avanzate titolo - Show advanced options window - - - - Applico impostazioni Titolo - Applying Title options - - - - bananaTitoloAvanzate - - - AvanzateTitolo: Configurazione non accettata - Title Advanced Options: Configuration not accepted - - - - Avanzate Titolo Accettate - Title Advanced Options Accepted - - - - Avanzate Titolo Rifiutate - Title Advanced Options Rejected - - - - init - - - Impostazioni Titolo - Title Settings - - - - Selezione Output - Output Selection - - - diff --git a/SPEx/spex/userInterface/resources/translations/libconfload_en.qm b/SPEx/spex/userInterface/resources/translations/libconfload_en.qm deleted file mode 100644 index 1eed840..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/libconfload_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/libconfload_en.ts b/SPEx/spex/userInterface/resources/translations/libconfload_en.ts deleted file mode 100644 index 8fb0464..0000000 --- a/SPEx/spex/userInterface/resources/translations/libconfload_en.ts +++ /dev/null @@ -1,68 +0,0 @@ - - - - bananaCONF - - - Cerco le configurazioni in: [{}] - Searching configurations in [{}] - - - - Non mi e' stata fornita una directory per i file di configurazione - Directory for configuration files not provided - - - - Carico i file di configurazione - Loading configuration files - - - - Caricato correttamente: {} - Correactly loaded: {} - - - - Impossibile leggere la configurazione:{} - Controlla il file a riga: {} e colonna:{} - Cannot read configuration: {} - Check files for rows: {} and colums: {} - - - - Impossibile aprire il file: {} - Cannot opaen file: {} - - - - Eccezione inaspettata: {} - Unexpected exception: {} - - - - Non ho trovato alcun file di configurazione! - No configuration file could be found! - - - - Salvo la configurazione: {} - Saving configuation: {} - - - - Impossibile salvare il file: {} - [{}] - Cannot save file: {} - [{}] - - - - Errore imprevisto nella scrittura del file: {} - Unexpected error while writing file - - - - Parametro di configurazione non valido! [{}] - Configuration parameter not valid! [{}] - - - diff --git a/SPEx/spex/userInterface/resources/translations/libsplit_en.qm b/SPEx/spex/userInterface/resources/translations/libsplit_en.qm deleted file mode 100644 index 427a3e6..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/libsplit_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/libsplit_en.ts b/SPEx/spex/userInterface/resources/translations/libsplit_en.ts deleted file mode 100644 index 56bc259..0000000 --- a/SPEx/spex/userInterface/resources/translations/libsplit_en.ts +++ /dev/null @@ -1,161 +0,0 @@ - - - - bananaSPLITTER - - - Nuovo SPLITTER su file: {} - New SPLITTER on file: {} - - - - Controllo se ci sono dei duplicati.. - Checking for duplicates.. - - - - Salto il controllo dei duplicati.. - Skipping check for duplicates.. - - - - Non posso sovrascrivere i vecchi file, eliminali manualmente! - Cannot overwrite old files, delete them manually! - - - - L'elaborazione del file ha richiesto {:4.2f} sec - File elaboration took {:4.2f} sec - - - - Il file [{}] contiene caratteri non compatibili con la codifica scelta! [{}] - The [{}] file contains characters not compatible with the chosen codification! [{}] - - - - Carico il contenuto.. - Loading content.. - - - - Impossibile aprire il file: {}! [{}] - Cannto open file: {}! [{}] - - - - Elimino righe vuote e caratteri inutili.. - Deleting all blank lines and useless characters.. - - - - Errore inaspettato durante l'eliminazione delle righe vuote! - Unexpected error while deleting blank lines! - - - - Individuo il contenuto.. - Identifying content.. - - - - Ho trovato una riga ambigua.. potrebbe essere una data ma non so: [{}] - Ambiguous line found..could be a date but not sure: [{}] - - - - E' successo qualcosa mentre stavo cercando il nome della pubblicazione,controlla i file di uscita! [{}] - Soemthing happen while seraching for the publication name, chek output files! [{}] - - - - Errore inaspettato, contatta il tuo sviluppatore di fiducia! - Unexpected error, please contact your trusted developer! - - - - Ho individuato una separatore valido prima che si chiusesse l'articolo precedente, controlla i tuoi file in uscita! -L'errore dovrebbe essere intorno all'articolo {} ma non sono sicuro! -[{}] - Valid separator found before the previous article ended, check output files! -The error should be around article {} but I'm not sure! -[{}] - - - - Stato Interno Sconosciuto - Internal Status Not Recognized - - - - Nel file ho trovato {0} articoli.. - Found {0} articles int he file.. - - - - Attentione, LexisNexis ne ha saltati {} !!! - Warning, LexisNexis skipped {} !!! - - - - Il conto dei documenti non torna! LexisNexis ne ha saltato qualcuno! - Precedente:{0}-Attuale:{1} - Something doesn't add up! LexisNexis skipped some articles! - Previous: {0}-Current:{1} - - - - Ho individuato una separatore valido prima che si chiusesse l'articolo precedente, controlla i tuoi file in uscita! -L'errore dovrebbe essere intorno all'articolo {} ma non sono sicuro! -[{}] - Found a valid separator before the previous article ended, check output files! -The error should be around article {} but I'm not sure! -[{}] - - - - Duplicato: {} - Duplicate: {} - - - - Ho rimosso {} duplicati di {} articoli.. - Removed {} duplicates of {} articles.. - - - - Salvo gli articoli in file separati... - Saving articles in separate files... - - - - Persorso: {0} - Path: {} - - - - Qualcosa e' andato storto, non riesco a scrivere il file: {} - Something went wrong, cannot write file: {} - - - - Ho salvato meno file rispetto a quelli trovati! - Saved fewer files than found! - - - - Salvo gli articoli in un singolo file vicino agli originali... - Saving article in a single file near the originals... - - - - Sto operando sul file: {}.. - Working on file: {}.. - - - - Non e' stato fornito il nome di alcun file da splittare! - The name of the file to split was not provided! - - - diff --git a/SPEx/spex/userInterface/resources/translations/mainwindow_en.qm b/SPEx/spex/userInterface/resources/translations/mainwindow_en.qm deleted file mode 100644 index 3a43d0a..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/mainwindow_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/mainwindow_en.ts b/SPEx/spex/userInterface/resources/translations/mainwindow_en.ts deleted file mode 100644 index a9438ff..0000000 --- a/SPEx/spex/userInterface/resources/translations/mainwindow_en.ts +++ /dev/null @@ -1,130 +0,0 @@ - - - - - mainwin - - - bananaSPLIT - bananaSPLIT - - - - Finestra dei messaggi - Communications window - - - - Preset corrente: - Current preset: - - - - - - ... - ... - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:6.6pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:7pt;"><br /></p></body></html> - - - - - Selezione Input - Select Input - - - - - -> - -> - - - - Cartella sorgente - Input Folder - - - - Cartella destinazione - Output Folder - - - - File disponibili per la conversione - Files available for conversion - - - - Versione dei File - File Version - - - - Nuova - New (since 2019) - - - - Vecchia - Old - - - - Avanti - OK - - - - File - File - - - - - Opzioni - Options - - - - Help - Help - - - - Carica Preset - Load Preset - - - - Salva Preset - Save Preset - - - - Lingua Interfaccia - Interface Language - - - - Avanzate - Advanced Options - - - - Manuale - Manual - - - - About SPEx - About SPEx - - - diff --git a/SPEx/spex/userInterface/resources/translations/selezout_en.qm b/SPEx/spex/userInterface/resources/translations/selezout_en.qm deleted file mode 100644 index e374de2..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/selezout_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/selezout_en.ts b/SPEx/spex/userInterface/resources/translations/selezout_en.ts deleted file mode 100644 index 67b3fd2..0000000 --- a/SPEx/spex/userInterface/resources/translations/selezout_en.ts +++ /dev/null @@ -1,78 +0,0 @@ - - - - - selezout - - - Seleziona Linuga e Output - Select Language and Output - - - - Seleziona la lingua degli articoli - Select article language - - - - Seleziona il tipo di file da salvare - Select file type - - - - Bodyfile + File singoli - Bodyfile + Single files - - - - Bodyfile - Bodyfile - - - - File singoli - Single files - - - - Altre Opzioni - Other Options - - - - Tenta rimozione duplicati - Attempt duplicates removal - - - - Includi titolo all'interno del file - Include title inside file - - - - Rimuovi interruzioni parola (a capo) - Non so se รจ giusto - Delete line breaks - - - - Svuota cartella di destinazione - Empty output folder - - - - Caratteri speciali da rimuovere - Special characters to remove - - - - Indietro - Back - - - - SPLITTA! - SPLIT! - - - diff --git a/SPEx/spex/userInterface/resources/translations/titolow_en.qm b/SPEx/spex/userInterface/resources/translations/titolow_en.qm deleted file mode 100644 index 9f134b9..0000000 Binary files a/SPEx/spex/userInterface/resources/translations/titolow_en.qm and /dev/null differ diff --git a/SPEx/spex/userInterface/resources/translations/titolow_en.ts b/SPEx/spex/userInterface/resources/translations/titolow_en.ts deleted file mode 100644 index 992d8fd..0000000 --- a/SPEx/spex/userInterface/resources/translations/titolow_en.ts +++ /dev/null @@ -1,106 +0,0 @@ - - - - - titolo - - - Nomi file di Uscita - Output file name - - - - Numero di caratteri - Character number - - - Avanzate Titolo - Advanced Options (Title) - - - - Opzioni Avanzate (Titolo) - Advanced Options (Title) - - - - Indietro - Back - - - - Avanti - Next - - - - YYYY MM DD, es. 2000 12 31 (jpn) - YYYY MM DD, eg. 2000 12 31 (Jpn) - - - - DD MM YYYY, es. 31 12 2000 (ita) - DD MM YYYY, eg. 31 12 2000 (Ita) - - - - MM DD YYYY, es. 12 31 2000 (us) - MM DD YYYY, eg. 12 31 2000 (US) - - - - Impostazioni nome file in uscita - Filename options - - - - Data - Date - - - - Titolo articolo - Article title - - - - Spazio - Space - - - - , - , - - - - + - + - - - - - - - - - - - _ - _ - - - - Altro: - Other: - - - - Separatore - Separator - - - - Numero documento - Document number - - -