Updated translations files

This commit is contained in:
Valentino Orlandi 2022-06-25 19:50:19 +02:00
parent 67732665e9
commit b6cf9682d4
Signed by: elB4RTO
GPG Key ID: 1719E976DB2D4E71
11 changed files with 701 additions and 30 deletions

View File

@ -15,8 +15,10 @@ find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets LinguistTools)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets LinguistTools)
set(TS_FILES
Craplog_en_EN.ts
Craplog_it_IT.ts
translations/Craplog_en_EN.ts
translations/Craplog_es_ES.ts
translations/Craplog_fr_FR.ts
translations/Craplog_it_IT.ts
)
set(PROJECT_SOURCES

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_EN"></TS>

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="es_ES"></TS>

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr_FR"></TS>

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="it_IT"></TS>

View File

@ -60,6 +60,7 @@ MainWindow::MainWindow(QWidget *parent)
this->ui->listLogFiles->header()->resizeSection(0,200);
this->ui->listLogFiles->header()->resizeSection(1,100);
this->on_buttonRefreshList_clicked();
}
MainWindow::~MainWindow()

View File

@ -67,7 +67,7 @@
</sizepolicy>
</property>
<attribute name="title">
<string></string>
<string notr="true"></string>
</attribute>
<attribute name="toolTip">
<string>Parse logs to create statistics</string>
@ -164,7 +164,7 @@
<string>Inspect a log file</string>
</property>
<property name="text">
<string></string>
<string notr="true"></string>
</property>
</widget>
</item>
@ -173,6 +173,9 @@
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="toolTip">
<string notr="true"/>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
@ -326,7 +329,7 @@ hr { height: 1px; border-width: 0; }
<string>Refresh the list</string>
</property>
<property name="text">
<string></string>
<string notr="true"></string>
</property>
<property name="flat">
<bool>true</bool>
@ -372,6 +375,73 @@ hr { height: 1px; border-width: 0; }
<attribute name="toolTip">
<string>Define the options to apply while parsing logs</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="minimumSize">
<size>
<width>704</width>
<height>377</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>702</width>
<height>375</height>
</rect>
</property>
<widget class="QRadioButton" name="radioButton_DefaultSettings">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>281</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>use default configuration</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_CustomSettings">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>281</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>use custom settings</string>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="LogBoxStart">
<property name="geometry">
@ -404,21 +474,11 @@ hr { height: 1px; border-width: 0; }
</sizepolicy>
</property>
<attribute name="title">
<string></string>
<string notr="true"></string>
</attribute>
<attribute name="toolTip">
<string>View your statisticsView your statistics</string>
</attribute>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>43</x>
<y>39</y>
<width>691</width>
<height>531</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="Up">
<property name="sizePolicy">
@ -428,7 +488,7 @@ hr { height: 1px; border-width: 0; }
</sizepolicy>
</property>
<attribute name="title">
<string></string>
<string notr="true"></string>
</attribute>
<attribute name="toolTip">
<string>Update Craplog</string>
@ -442,7 +502,7 @@ hr { height: 1px; border-width: 0; }
</sizepolicy>
</property>
<attribute name="title">
<string></string>
<string notr="true"></string>
</attribute>
<attribute name="toolTip">
<string>Configure Craplog</string>

View File

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US">
<context>
<name>MainWindow</name>
<message>
<location filename="../mainwindow.ui" line="20"/>
<source>Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="70"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="73"/>
<source>Parse logs to create statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="106"/>
<source>Files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="109"/>
<source>Select which log files to use</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="121"/>
<source>Toggle/untoggle selection for all files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="124"/>
<source>All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="164"/>
<source>Inspect a log file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="167"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="180"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Noto Sans&apos;; font-size:16pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;Select a file from the list&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;to inspect its content&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="240"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="250"/>
<source>Size</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="326"/>
<source>Refresh the list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="329"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="370"/>
<source>Options</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="373"/>
<source>Define the options to apply while parsing logs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="414"/>
<source>use default configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="435"/>
<source>use custom settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="459"/>
<source>Start</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="474"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="477"/>
<source>View your statisticsView your statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="488"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="491"/>
<source>Update Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="502"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="505"/>
<source>Configure Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="526"/>
<source>Utilities</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="534"/>
<source>Block-note</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="es_ES">
<context>
<name>MainWindow</name>
<message>
<location filename="../mainwindow.ui" line="20"/>
<source>Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="70"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="73"/>
<source>Parse logs to create statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="106"/>
<source>Files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="109"/>
<source>Select which log files to use</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="121"/>
<source>Toggle/untoggle selection for all files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="124"/>
<source>All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="164"/>
<source>Inspect a log file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="167"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="180"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Noto Sans&apos;; font-size:16pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;Select a file from the list&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;to inspect its content&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="240"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="250"/>
<source>Size</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="326"/>
<source>Refresh the list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="329"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="370"/>
<source>Options</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="373"/>
<source>Define the options to apply while parsing logs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="414"/>
<source>use default configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="435"/>
<source>use custom settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="459"/>
<source>Start</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="474"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="477"/>
<source>View your statisticsView your statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="488"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="491"/>
<source>Update Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="502"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="505"/>
<source>Configure Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="526"/>
<source>Utilities</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="534"/>
<source>Block-note</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr_FR">
<context>
<name>MainWindow</name>
<message>
<location filename="../mainwindow.ui" line="20"/>
<source>Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="70"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="73"/>
<source>Parse logs to create statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="106"/>
<source>Files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="109"/>
<source>Select which log files to use</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="121"/>
<source>Toggle/untoggle selection for all files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="124"/>
<source>All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="164"/>
<source>Inspect a log file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="167"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="180"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Noto Sans&apos;; font-size:16pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;Select a file from the list&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;to inspect its content&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="240"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="250"/>
<source>Size</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="326"/>
<source>Refresh the list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="329"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="370"/>
<source>Options</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="373"/>
<source>Define the options to apply while parsing logs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="414"/>
<source>use default configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="435"/>
<source>use custom settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="459"/>
<source>Start</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="474"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="477"/>
<source>View your statisticsView your statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="488"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="491"/>
<source>Update Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="502"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="505"/>
<source>Configure Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="526"/>
<source>Utilities</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="534"/>
<source>Block-note</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="it_IT">
<context>
<name>MainWindow</name>
<message>
<location filename="../mainwindow.ui" line="20"/>
<source>Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="70"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="73"/>
<source>Parse logs to create statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="106"/>
<source>Files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="109"/>
<source>Select which log files to use</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="121"/>
<source>Toggle/untoggle selection for all files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="124"/>
<source>All</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="164"/>
<source>Inspect a log file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="167"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="180"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Noto Sans&apos;; font-size:16pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:14pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot;-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:13pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;Select a file from the list&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:14pt; color:#6d6d6d;&quot;&gt;to inspect its content&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="240"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="250"/>
<source>Size</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="326"/>
<source>Refresh the list</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="329"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="370"/>
<source>Options</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="373"/>
<source>Define the options to apply while parsing logs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="414"/>
<source>use default configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="435"/>
<source>use custom settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="459"/>
<source>Start</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="474"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="477"/>
<source>View your statisticsView your statistics</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="488"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="491"/>
<source>Update Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="502"/>
<source></source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="505"/>
<source>Configure Craplog</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="526"/>
<source>Utilities</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.ui" line="534"/>
<source>Block-note</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>