Compare commits

...

4 Commits

Author SHA1 Message Date
plc-user 6586fa3f91 adjust English translation 2025-06-01 11:14:57 +02:00
plc-user 7244e4a59c use symbolic links to collect all licenses in one directory and adjust sourcecode 2025-06-01 11:03:49 +02:00
plc-user 1868f91ff8 use symbolic links to collect all licenses in one directory and adjust sourcecode 2025-06-01 11:01:32 +02:00
plc-user 0b1491b59a fix typo in German translation 2025-06-01 08:52:46 +02:00
10 changed files with 36 additions and 33 deletions
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -1416,7 +1416,7 @@ Bemerkung: diese Optionen verhindern NICHT das automatische Nummerieren.</transl
<message> <message>
<location filename="../sources/ui/dynamicelementtextmodel.cpp" line="236"/> <location filename="../sources/ui/dynamicelementtextmodel.cpp" line="236"/>
<source>Police</source> <source>Police</source>
<translation>Schiftart</translation> <translation>Schriftart</translation>
</message> </message>
<message> <message>
<location filename="../sources/ui/dynamicelementtextmodel.cpp" line="282"/> <location filename="../sources/ui/dynamicelementtextmodel.cpp" line="282"/>
@@ -1606,7 +1606,7 @@ Bemerkung: diese Optionen verhindern NICHT das automatische Nummerieren.</transl
<message> <message>
<location filename="../sources/editor/ui/dynamictextfieldeditor.ui" line="209"/> <location filename="../sources/editor/ui/dynamictextfieldeditor.ui" line="209"/>
<source>Police</source> <source>Police</source>
<translation>Schiftart</translation> <translation>Schriftart</translation>
</message> </message>
<message> <message>
<location filename="../sources/editor/ui/dynamictextfieldeditor.ui" line="199"/> <location filename="../sources/editor/ui/dynamictextfieldeditor.ui" line="199"/>
@@ -4155,7 +4155,7 @@ Veuillez utiliser l&apos;éditeur avancé pour cela.</source>
<location filename="../sources/ui/inditextpropertieswidget.cpp" line="412"/> <location filename="../sources/ui/inditextpropertieswidget.cpp" line="412"/>
<location filename="../sources/ui/inditextpropertieswidget.cpp" line="460"/> <location filename="../sources/ui/inditextpropertieswidget.cpp" line="460"/>
<source>Police</source> <source>Police</source>
<translation>Schiftart</translation> <translation>Schriftart</translation>
</message> </message>
<message> <message>
<location filename="../sources/ui/inditextpropertieswidget.ui" line="146"/> <location filename="../sources/ui/inditextpropertieswidget.ui" line="146"/>
BIN
View File
Binary file not shown.
+2 -1
View File
@@ -1193,7 +1193,8 @@ Note: these options DO NOT allow or block auto numberings, only their update pol
<location filename="../sources/qetgraphicsitem/diagramtextitem.cpp" line="489"/> <location filename="../sources/qetgraphicsitem/diagramtextitem.cpp" line="489"/>
<source> <source>
&lt;Shift&gt; to move</source> &lt;Shift&gt; to move</source>
<translation type="unfinished"></translation> <translation>
&lt;Shift&gt; to move</translation>
</message> </message>
</context> </context>
<context> <context>
+1
View File
@@ -0,0 +1 @@
../fonts/liberation-fonts.LICENSE
+1
View File
@@ -0,0 +1 @@
../fonts/liberation-fonts.NOTICE
+1
View File
@@ -0,0 +1 @@
../fonts/osifont.LICENSE
+1
View File
@@ -0,0 +1 @@
../fonts/osifont.NOTICE
+4 -6
View File
@@ -754,8 +754,8 @@
<file>fonts/LiberationSerif-Bold.ttf</file> <file>fonts/LiberationSerif-Bold.ttf</file>
<file>fonts/LiberationSerif-Italic.ttf</file> <file>fonts/LiberationSerif-Italic.ttf</file>
<file>fonts/LiberationSerif-BoldItalic.ttf</file> <file>fonts/LiberationSerif-BoldItalic.ttf</file>
<file>fonts/liberation-fonts.NOTICE</file> <file>licenses/liberation-fonts.NOTICE</file>
<file>fonts/liberation-fonts.LICENSE</file> <file>licenses/liberation-fonts.LICENSE</file>
<!-- "osifont" Font Software is licensed under the GNU GENERAL PUBLIC LICENSE, Version 3 <!-- "osifont" Font Software is licensed under the GNU GENERAL PUBLIC LICENSE, Version 3
As a special exception, if you create a document which uses this font, and embed this font or unaltered As a special exception, if you create a document which uses this font, and embed this font or unaltered
@@ -764,13 +764,11 @@
the document might be covered by the GNU General Public License. If you modify this font, you may extend the document might be covered by the GNU General Public License. If you modify this font, you may extend
this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so,
delete this exception statement from your version. delete this exception statement from your version.
See the file "fonts/osifont.LICENSE" for license information. --> See the file "fonts/osifont.LICENSE" for license information. -->
<file>fonts/osifont.ttf</file> <file>fonts/osifont.ttf</file>
<file>fonts/osifont-italic.ttf</file> <file>fonts/osifont-italic.ttf</file>
<file>fonts/osifont.NOTICE</file> <file>licenses/osifont.NOTICE</file>
<file>fonts/osifont.LICENSE</file> <file>licenses/osifont.LICENSE</file>
<file>licenses/QElectroTech.NOTICE</file> <file>licenses/QElectroTech.NOTICE</file>
<file>licenses/QElectroTech.LICENSE</file> <file>licenses/QElectroTech.LICENSE</file>
+2 -2
View File
@@ -443,8 +443,8 @@ std::tuple<QString, QString> QET::licenses(const QString &name)
const QMap<QString, QString> licenses = { const QMap<QString, QString> licenses = {
{"QElectroTech", ":/licenses/QElectroTech"}, {"QElectroTech", ":/licenses/QElectroTech"},
{"QET-Elements", ":/licenses/QET-Elements"}, {"QET-Elements", ":/licenses/QET-Elements"},
{"liberation-fonts", ":/fonts/liberation-fonts"}, {"liberation-fonts", ":/licenses/liberation-fonts"},
{"osifont", ":/fonts/osifont"} {"osifont", ":/licenses/osifont"}
}; };
// Get base path for the license files // Get base path for the license files