Adding new category for object properties unpopulated
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Adding new translations
This commit is contained in:
parent
7f548796f2
commit
47a9f63d66
8 changed files with 547 additions and 301 deletions
|
@ -169,8 +169,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation>+ Neues %1objekt erstellen</translation>
|
||||
</message>
|
||||
|
@ -178,42 +178,42 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation>Eigenschaften von %1 %2 bearbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation>LogarithmPlotter - Ungültiger Objektname</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation>Ein Objekt mit dem Namen '%1' existiert bereits.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation>Name</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation>Etikett</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation>leer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation>Name</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation>Name + Wert</translation>
|
||||
</message>
|
||||
|
@ -249,6 +249,39 @@
|
|||
<translation type="vanished">+ Neues %1objekt erstellen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished">Funktionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished">Objekte</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -734,7 +767,7 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -762,12 +795,12 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation>%1 von %2 %3 wurde von "%4" auf "%5" geändert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation>%1 von %2 wurde von %3 auf %4 geändert.</translation>
|
||||
</message>
|
||||
|
@ -900,17 +933,17 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
|||
<translation>Ende des Ausdrucks</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation>Kein Objekt mit Namen %1 gefunden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation>Kein Objekt mit dem Namen %1 gefunden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation>Ein Objekt kann nicht von sich selbst abhängen.</translation>
|
||||
</message>
|
||||
|
@ -918,12 +951,12 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation>LogarithmPlotter - Analysefehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -1052,114 +1085,114 @@ Bitte vergewissern Sie sich, dass Ihre LaTeX-Installation korrekt ist, und melde
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation>↑ Über</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation>↓ Unter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation>← Links</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation>→ Rechts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation>↖ Oben links</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation>↗ Oben rechts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation>↙ Unten links</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation>↘ Unten rechts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation>>|< Zentrum</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation>↑ Über</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation>↓ Unter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation>↖ Oben links</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation>↗ Oben rechts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation>↙ Unten links</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation>↘ Unten rechts</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation>Anwendung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation>Funktion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation>Hoch</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation>Tief</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation>Neben dem Ziel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation>Mit Etikett</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation>Versteckt</translation>
|
||||
</message>
|
||||
|
|
|
@ -169,8 +169,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation>+ Create new %1</translation>
|
||||
</message>
|
||||
|
@ -178,42 +178,42 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation>Edit properties of %1 %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation>LogarithmPlotter - Invalid object name</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation>An object with the name '%1' already exists.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation>Name</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation>Label content</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation>null</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation>name</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation>name + value</translation>
|
||||
</message>
|
||||
|
@ -249,6 +249,39 @@
|
|||
<translation type="vanished">+ Create new %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished">Functions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished">Objects</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -734,7 +767,7 @@ These settings can be changed at any time from the "Settings" menu.</t
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -762,12 +795,12 @@ These settings can be changed at any time from the "Settings" menu.</t
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation>%1 of %2 %3 changed from "%4" to "%5".</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation>%1 of %2 changed from %3 to %4.</translation>
|
||||
</message>
|
||||
|
@ -900,17 +933,17 @@ These settings can be changed at any time from the "Settings" menu.</t
|
|||
<translation>End of expression</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation>No object found with names %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation>No object found with name %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation>Object cannot be dependent on itself.</translation>
|
||||
</message>
|
||||
|
@ -918,12 +951,12 @@ These settings can be changed at any time from the "Settings" menu.</t
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation>LogarithmPlotter - Parsing error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -1052,114 +1085,114 @@ Please make sure your LaTeX installation is correct and report a bug if so.</tra
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation>↑ Above</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation>↓ Below</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation>← Left</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation>→ Right</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation>↖ Above left</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation>↗ Above right</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation>↙ Below left</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation>↘ Below right</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation>>|< Center</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation>↑ Top</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation>↓ Bottom</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation>↖ Top left</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation>↗ Top right</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation>↙ Bottom left</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation>↘ Bottom right</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation>Application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation>Function</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation>High</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation>Low</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation>Next to target</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation>With label</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation>Hidden</translation>
|
||||
</message>
|
||||
|
|
|
@ -169,8 +169,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -178,46 +178,79 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -682,7 +715,7 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -710,12 +743,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -848,17 +881,17 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -866,12 +899,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -961,114 +994,114 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -170,8 +170,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation>+ Créer un nouvel objet %1</translation>
|
||||
</message>
|
||||
|
@ -179,42 +179,42 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation>Changer les propriétés de %1 %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation>LogarithmPlotter - Nom d'objet invalide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation>Un objet portant le nom '%1' existe déjà.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation>Nom</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation>Étiquette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation>vide</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation>nom</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation>nom + valeur</translation>
|
||||
</message>
|
||||
|
@ -251,6 +251,39 @@
|
|||
<translation type="vanished">+ Créer un nouvel objet %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished">Fonctions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished">Objets</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -743,7 +776,7 @@ These settings can always be changed at any time from the "Settings" m
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -771,12 +804,12 @@ These settings can always be changed at any time from the "Settings" m
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation>%1 de %2 %3 modifiée de "%4" à "%5".</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation>%1 de %2 modifiée de %3 à %4.</translation>
|
||||
</message>
|
||||
|
@ -909,17 +942,17 @@ These settings can always be changed at any time from the "Settings" m
|
|||
<translation>Fin de la formule</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation>Aucun objet trouvé ayant pour noms %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation>Aucun objet avec le nom %1 n'a été trouvé.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation>Un objet ne peut pas dépendre de lui-même.</translation>
|
||||
</message>
|
||||
|
@ -927,12 +960,12 @@ These settings can always be changed at any time from the "Settings" m
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation>LogarithmPlotter - Erreur de syntaxe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -1061,114 +1094,114 @@ Vérifiez que votre installation de LaTeX est correcte et signalez un bogue si c
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation>↑ Au dessus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation>↓ En dessous</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation>← À gauche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation>→ À droite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation>↖ Au dessus à gauche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation>↗ Au dessus à droite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation>↙ En dessous à gauche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation>↘ En dessous à droite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation>>|< Centré</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation>↑ Au dessus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation>↓ En dessous</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation>↖ Au dessus à gauche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation>↗ Au dessus à droite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation>↙ En dessous à gauche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation>↘ En dessous à droite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation>Application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation>Fonction</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation>Haut</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation>Bas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation>A côté de la cible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation>Avec l'étiquette</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation>Caché</translation>
|
||||
</message>
|
||||
|
|
|
@ -169,8 +169,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation type="unfinished">+ Új %1 létrehozása</translation>
|
||||
</message>
|
||||
|
@ -178,42 +178,42 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation type="unfinished">%1 %2 tulajdonságainak szerkesztése</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation type="unfinished">Név</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation type="unfinished">Címke tartalom</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation type="unfinished">üres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation type="unfinished">név</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation type="unfinished">név + érték</translation>
|
||||
</message>
|
||||
|
@ -249,6 +249,39 @@
|
|||
<translation type="vanished">+ Új %1 létrehozása</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished">Függvények</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished">Tárgyak</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -734,7 +767,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -762,12 +795,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation>%1/%2 %3 megváltozott. Régi érték: %4, új érték: %5.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation>%1/%2 megváltozott. Régi érték: %3, új érték: %4.</translation>
|
||||
</message>
|
||||
|
@ -900,17 +933,17 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -918,12 +951,12 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -1045,114 +1078,114 @@ Kérjük, ellenőrizze, hogy a LaTeX telepítése helyes-e, és ha igen, jelents
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation>↑ Felett</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation>↓ Alatt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation>← Balra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation>→ Jobbra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation>↖ Felett, balra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation>↗ Felett, jobbra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation>↙ Alatt, balra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation>↘ Alatt, jobbra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation>>|< Középre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation>↑ Felső</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation>↓ Alsó</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation>↖ Bal felső</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation>↗ Jobb felső</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation>↙ Bal alsó</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation>↘ Jobb alsó</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation>Alkalmazás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation>Függvény</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation>Magas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation>Alul</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation>Cél mellé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation>Címkével</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation>Rejtett</translation>
|
||||
</message>
|
||||
|
|
|
@ -169,8 +169,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation type="unfinished">+ Opprett nytt %1</translation>
|
||||
</message>
|
||||
|
@ -178,42 +178,42 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation type="unfinished">Rediger egenskaper for %1 %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation type="unfinished">Navn</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation type="unfinished">Etikett-innhold</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation type="unfinished">NULL</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation type="unfinished">navn</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation type="unfinished">navn + veri</translation>
|
||||
</message>
|
||||
|
@ -249,6 +249,39 @@
|
|||
<translation type="vanished">+ Opprett nytt %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished">Funksjoner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished">Objekter</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -734,7 +767,7 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -762,12 +795,12 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation type="unfinished">%1 av %2 %3 endret fra «%4» til «%5».</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -900,17 +933,17 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -918,12 +951,12 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -1036,114 +1069,114 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -169,8 +169,8 @@
|
|||
<context>
|
||||
<name>CustomPropertyList</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="178"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="196"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="179"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/CustomPropertyList.qml" line="197"/>
|
||||
<source>+ Create new %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -178,46 +178,79 @@
|
|||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="69"/>
|
||||
<source>Edit properties of %1 %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<source>LogarithmPlotter - Invalid object name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="82"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="85"/>
|
||||
<source>An object with the name '%1' already exists.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="93"/>
|
||||
<source>Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="118"/>
|
||||
<source>Label content</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>null</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml" line="119"/>
|
||||
<source>name + value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ExpressionEditor</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="292"/>
|
||||
<source>Object Properties</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="307"/>
|
||||
<source>Variables</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="321"/>
|
||||
<source>Constants</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="335"/>
|
||||
<source>Functions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="349"/>
|
||||
<source>Executable Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="363"/>
|
||||
<source>Objects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>FileDialog</name>
|
||||
<message>
|
||||
|
@ -682,7 +715,7 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="87"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ComboBoxSetting.qml" line="119"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="124"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ListSetting.qml" line="116"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/TextSetting.qml" line="101"/>
|
||||
<source>%1: </source>
|
||||
|
@ -710,12 +743,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<context>
|
||||
<name>editproperty</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="108"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="116"/>
|
||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="115"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="123"/>
|
||||
<source>%1 of %2 changed from %3 to %4.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -848,17 +881,17 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="232"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="418"/>
|
||||
<source>No object found with names %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="234"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="420"/>
|
||||
<source>No object found with name %1.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="237"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="423"/>
|
||||
<source>Object cannot be dependent on itself.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -866,12 +899,12 @@ These settings can be changed at any time from the "Settings" menu.</s
|
|||
<context>
|
||||
<name>expression</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="130"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="136"/>
|
||||
<source>LogarithmPlotter - Parsing error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="133"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Setting/ExpressionEditor.qml" line="139"/>
|
||||
<source>Error while parsing expression for property %1:
|
||||
%2
|
||||
|
||||
|
@ -961,114 +994,114 @@ Please make sure your latex installation is correct and report a bug if so.</sou
|
|||
<context>
|
||||
<name>parameters</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<source>above</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="70"/>
|
||||
<source>below</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="71"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="83"/>
|
||||
<source>left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="77"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="72"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="84"/>
|
||||
<source>right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<source>above-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<source>above-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<source>below-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="76"/>
|
||||
<source>below-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<source>center</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<source>top</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="75"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="82"/>
|
||||
<source>bottom</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="78"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<source>top-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="79"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<source>top-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="80"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="87"/>
|
||||
<source>bottom-left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="81"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="88"/>
|
||||
<source>bottom-right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="85"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="92"/>
|
||||
<source>application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="86"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="93"/>
|
||||
<source>function</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="90"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<source>high</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="91"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<source>low</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="96"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="103"/>
|
||||
<source>Next to target</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="97"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="104"/>
|
||||
<source>With label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="98"/>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="105"/>
|
||||
<source>Hidden</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -255,8 +255,8 @@ Item {
|
|||
visible: currentToken != null && identifierTokenTypes.includes(currentToken.type)
|
||||
|
||||
// Focus handling.
|
||||
readonly property var lists: [variablesList, constantsList, functionsList, executableObjectsList, objectsList]
|
||||
readonly property int itemCount: variablesList.model.length, constantsList.model.length + functionsList.model.length + executableObjectsList.model.length + objectsList.model.length
|
||||
readonly property var lists: [objectPropertiesList, variablesList, constantsList, functionsList, executableObjectsList, objectsList]
|
||||
readonly property int itemCount: objectPropertiesList.model.length + variablesList.model.length, constantsList.model.length + functionsList.model.length + executableObjectsList.model.length + objectsList.model.length
|
||||
property int itemSelected: 0
|
||||
|
||||
/*!
|
||||
|
@ -286,11 +286,26 @@ Item {
|
|||
editor.cursorPosition = startPos+autotext.autocomplete.length+autotext.cursorFinalOffset
|
||||
}
|
||||
|
||||
AutocompletionCategory {
|
||||
id: objectPropertiesList
|
||||
|
||||
category: qsTr("Object Properties")
|
||||
itemStartIndex: 0
|
||||
itemSelected: parent.itemSelected
|
||||
categoryItems: []
|
||||
property var objectName: null
|
||||
autocompleteGenerator: (item) => {return {
|
||||
'text': item, 'annotation': Objects.currentObjectsByName[objectName].constructor.properties()[item],
|
||||
'autocomplete': item + " ", 'cursorFinalOffset': 0
|
||||
}}
|
||||
baseText: parent.visible ? parent.currentToken.value : ""
|
||||
}
|
||||
|
||||
AutocompletionCategory {
|
||||
id: variablesList
|
||||
|
||||
category: qsTr("Variables")
|
||||
itemStartIndex: 0
|
||||
itemStartIndex: objectPropertiesList.model.length
|
||||
itemSelected: parent.itemSelected
|
||||
categoryItems: control.variables
|
||||
autocompleteGenerator: (item) => {return {
|
||||
|
@ -304,7 +319,7 @@ Item {
|
|||
id: constantsList
|
||||
|
||||
category: qsTr("Constants")
|
||||
itemStartIndex: variablesList.model.length
|
||||
itemStartIndex: variablesList.itemStartIndex + variablesList.model.length
|
||||
itemSelected: parent.itemSelected
|
||||
categoryItems: Parsing.CONSTANTS_LIST
|
||||
autocompleteGenerator: (item) => {return {
|
||||
|
@ -318,7 +333,7 @@ Item {
|
|||
id: functionsList
|
||||
|
||||
category: qsTr("Functions")
|
||||
itemStartIndex: variablesList.model.length + constantsList.model.length
|
||||
itemStartIndex: constantsList.itemStartIndex + constantsList.model.length
|
||||
itemSelected: parent.itemSelected
|
||||
categoryItems: Parsing.FUNCTIONS_LIST
|
||||
autocompleteGenerator: (item) => {return {
|
||||
|
@ -332,7 +347,7 @@ Item {
|
|||
id: executableObjectsList
|
||||
|
||||
category: qsTr("Executable Objects")
|
||||
itemStartIndex: variablesList.model.length + constantsList.model.length + functionsList.model.length
|
||||
itemStartIndex: functionsList.itemStartIndex + functionsList.model.length
|
||||
itemSelected: parent.itemSelected
|
||||
categoryItems: Objects.getObjectsName("ExecutableObject").filter(obj => obj != self)
|
||||
autocompleteGenerator: (item) => {return {
|
||||
|
@ -346,7 +361,7 @@ Item {
|
|||
id: objectsList
|
||||
|
||||
category: qsTr("Objects")
|
||||
itemStartIndex: executableObjectsList.model.length + variablesList.model.length + constantsList.model.length + functionsList.model.length
|
||||
itemStartIndex: executableObjectsList.itemStartIndex + executableObjectsList.model.length
|
||||
itemSelected: parent.itemSelected
|
||||
categoryItems: Object.keys(Objects.currentObjectsByName).filter(obj => obj != self)
|
||||
autocompleteGenerator: (item) => {return {
|
||||
|
|
Loading…
Reference in a new issue