Starting to translate object properties and comments!
This commit is contained in:
parent
5cab1b99c6
commit
8754519dbc
11 changed files with 792 additions and 315 deletions
|
@ -161,8 +161,8 @@
|
||||||
<translation>Name + Wert</translation>
|
<translation>Name + Wert</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Neues %1objekt erstellen</translation>
|
<translation>+ Neues %1objekt erstellen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -269,37 +269,37 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>Laden der Datei '%1'.</translation>
|
<translation>Laden der Datei '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation>Unbekannter Objekttyp: %1.</translation>
|
<translation>Unbekannter Objekttyp: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation>Ungültige Datei angegeben.</translation>
|
<translation>Ungültige Datei angegeben.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation>Die Datei konnte nicht gespeichert werden: </translation>
|
<translation>Die Datei konnte nicht gespeichert werden: </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation>Geladene Datei '%1'.</translation>
|
<translation>Geladene Datei '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation>Grafik in die Zwischenablage kopiert!</translation>
|
<translation>Grafik in die Zwischenablage kopiert!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation>&Aktualisieren</translation>
|
<translation>&Aktualisieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation>LogarithmPlotter &aktualisieren</translation>
|
<translation>LogarithmPlotter &aktualisieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -366,101 +366,114 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation>Zoom auf X</translation>
|
<translation>Zoom auf X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation>Zoom auf Y</translation>
|
<translation>Zoom auf Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation>Minimum X</translation>
|
<translation>Minimum X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation>Maximum Y</translation>
|
<translation>Maximum Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation>Maximum X</translation>
|
<translation>Maximum X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation>Minimum Y</translation>
|
<translation>Minimum Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation>X-Achsen-Schritt</translation>
|
<translation>X-Achsen-Schritt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation>Y-Achsen-Schritt</translation>
|
<translation>Y-Achsen-Schritt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation>Linienbreite</translation>
|
<translation>Linienbreite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation>Textgröße (px)</translation>
|
<translation>Textgröße (px)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation>Label der X-Achse</translation>
|
<translation>Label der X-Achse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation>Label der Y-Achse</translation>
|
<translation>Label der Y-Achse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation>Logarithmische Skala in X</translation>
|
<translation>Logarithmische Skala in X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation>X-Teilung anzeigen</translation>
|
<translation>X-Teilung anzeigen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation>Y-Teilung anzeigen</translation>
|
<translation>Y-Teilung anzeigen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation>Kopieren in die Zwischenablage</translation>
|
<translation>Kopieren in die Zwischenablage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation>Grafik speichern</translation>
|
<translation>Grafik speichern</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation>Grafik speichern unter</translation>
|
<translation>Grafik speichern unter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation>Grafik laden</translation>
|
<translation>Grafik laden</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -500,27 +513,27 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Neu %1 %2 erstellt.</translation>
|
<translation>Neu %1 %2 erstellt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 gelöscht.</translation>
|
<translation>%1 %2 gelöscht.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
<translation>%1 von %2 %3 wurde von "%4" auf "%5" geändert.</translation>
|
<translation>%1 von %2 %3 wurde von "%4" auf "%5" geändert.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 angezeigt.</translation>
|
<translation>%1 %2 angezeigt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 ausgeblendet.</translation>
|
<translation>%1 %2 ausgeblendet.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -528,45 +541,55 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation>↑ Über</translation>
|
<translation>↑ Über</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation>↓ Unter</translation>
|
<translation>↓ Unter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation>← Links</translation>
|
<translation>← Links</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation>→ Rechts</translation>
|
<translation>→ Rechts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation>↖ Oben links</translation>
|
<translation>↖ Oben links</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation>↗ Oben rechts</translation>
|
<translation>↗ Oben rechts</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation>↙ Unten links</translation>
|
<translation>↙ Unten links</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation>↘ Unten rechts</translation>
|
<translation>↘ Unten rechts</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -594,6 +617,49 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>Punkte</translation>
|
<translation>Punkte</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -161,8 +161,8 @@
|
||||||
<translation>name + value</translation>
|
<translation>name + value</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Create new %1</translation>
|
<translation>+ Create new %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -269,37 +269,37 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>Loading file '%1'.</translation>
|
<translation>Loading file '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation>Unknown object type: %1.</translation>
|
<translation>Unknown object type: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation>Invalid file provided.</translation>
|
<translation>Invalid file provided.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation>Could not save file: </translation>
|
<translation>Could not save file: </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation>Loaded file '%1'.</translation>
|
<translation>Loaded file '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation>Copied plot screenshot to clipboard!</translation>
|
<translation>Copied plot screenshot to clipboard!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation>&Update</translation>
|
<translation>&Update</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation>&Update LogarithmPlotter</translation>
|
<translation>&Update LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -366,101 +366,114 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation>X Zoom</translation>
|
<translation>X Zoom</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation>Y Zoom</translation>
|
<translation>Y Zoom</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation>Min X</translation>
|
<translation>Min X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation>Max Y</translation>
|
<translation>Max Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation>Max X</translation>
|
<translation>Max X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation>Min Y</translation>
|
<translation>Min Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation>X Axis Step</translation>
|
<translation>X Axis Step</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation>Y Axis Step</translation>
|
<translation>Y Axis Step</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation>Line width</translation>
|
<translation>Line width</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation>Text size (px)</translation>
|
<translation>Text size (px)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation>X Label</translation>
|
<translation>X Label</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation>Y Label</translation>
|
<translation>Y Label</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation>X Log scale</translation>
|
<translation>X Log scale</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation>Show X graduation</translation>
|
<translation>Show X graduation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation>Show Y graduation</translation>
|
<translation>Show Y graduation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation>Copy to clipboard</translation>
|
<translation>Copy to clipboard</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation>Save plot</translation>
|
<translation>Save plot</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation>Save plot as</translation>
|
<translation>Save plot as</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation>Load plot</translation>
|
<translation>Load plot</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -500,27 +513,27 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>New %1 %2 created.</translation>
|
<translation>New %1 %2 created.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 deleted.</translation>
|
<translation>%1 %2 deleted.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
<translation>%1 of %2 %3 changed from "%4" to "%5".</translation>
|
<translation>%1 of %2 %3 changed from "%4" to "%5".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 shown.</translation>
|
<translation>%1 %2 shown.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 hidden.</translation>
|
<translation>%1 %2 hidden.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -528,45 +541,55 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation>↑ Above</translation>
|
<translation>↑ Above</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation>↓ Below</translation>
|
<translation>↓ Below</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation>← Left</translation>
|
<translation>← Left</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation>→ Right</translation>
|
<translation>→ Right</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation>↖ Above left</translation>
|
<translation>↖ Above left</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation>↗ Above right</translation>
|
<translation>↗ Above right</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation>↙ Below left</translation>
|
<translation>↙ Below left</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation>↘ Below right</translation>
|
<translation>↘ Below right</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation>Application</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation>Function</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -594,6 +617,49 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>Points</translation>
|
<translation>Points</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation>Expression</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation>Definition domain</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation>Destination domain</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation>Label position</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation>Display mode</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation>Label X position</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation>Show points</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation>Show dashed lines</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -161,8 +161,8 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -268,37 +268,37 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -365,101 +365,114 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -499,27 +512,27 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -527,45 +540,55 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -593,6 +616,49 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -162,8 +162,8 @@
|
||||||
<translation>nom + valeur</translation>
|
<translation>nom + valeur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translatorcomment>Traduction non litéralle pour éviter les problèmes de genre.</translatorcomment>
|
<translatorcomment>Traduction non litéralle pour éviter les problèmes de genre.</translatorcomment>
|
||||||
<translation>+ Créer un nouvel objet %1</translation>
|
<translation>+ Créer un nouvel objet %1</translation>
|
||||||
|
@ -277,37 +277,37 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>Chargement du fichier '%1'.</translation>
|
<translation>Chargement du fichier '%1'.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation>Type d'objet inconnu : %1.</translation>
|
<translation>Type d'objet inconnu : %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation>Fichier fourni invalide.</translation>
|
<translation>Fichier fourni invalide.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation>Impossible de sauvegarder le fichier : </translation>
|
<translation>Impossible de sauvegarder le fichier : </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation>Fichier '%1' chargé.</translation>
|
<translation>Fichier '%1' chargé.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation>Image du graphe copiée dans le presse-papiers !</translation>
|
<translation>Image du graphe copiée dans le presse-papiers !</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation>&Mise à jour</translation>
|
<translation>&Mise à jour</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation>&Mettre à jour LogarithmPlotter</translation>
|
<translation>&Mettre à jour LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -374,101 +374,114 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation>Zoom en X</translation>
|
<translation>Zoom en X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation>Zoom en Y</translation>
|
<translation>Zoom en Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation>Min X</translation>
|
<translation>Min X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation>Max Y</translation>
|
<translation>Max Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation>Max X</translation>
|
<translation>Max X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation>Min Y</translation>
|
<translation>Min Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation>Pas de l'axe X</translation>
|
<translation>Pas de l'axe X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation>Pas de l'axe Y</translation>
|
<translation>Pas de l'axe Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation>Taille des lignes</translation>
|
<translation>Taille des lignes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation>Taille du texte (px)</translation>
|
<translation>Taille du texte (px)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation>Label de l'axe X</translation>
|
<translation>Label de l'axe X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation>Label de l'axe Y</translation>
|
<translation>Label de l'axe Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation>Échelle logarithmique en X</translation>
|
<translation>Échelle logarithmique en X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation>Montrer la graduation de l'axe X</translation>
|
<translation>Montrer la graduation de l'axe X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation>Montrer la graduation de l'axe Y</translation>
|
<translation>Montrer la graduation de l'axe Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation>Copier vers le presse-papiers</translation>
|
<translation>Copier vers le presse-papiers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation>Sauvegarder le graphe</translation>
|
<translation>Sauvegarder le graphe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation>Sauvegarder le graphe sous</translation>
|
<translation>Sauvegarder le graphe sous</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation>Charger un graphe</translation>
|
<translation>Charger un graphe</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -508,27 +521,27 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Nouveau %1 %2 créé(e).</translation>
|
<translation>Nouveau %1 %2 créé(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 supprimé(e).</translation>
|
<translation>%1 %2 supprimé(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
<translation>%1 de %2 %3 modifiée de "%4" à "%5".</translation>
|
<translation>%1 de %2 %3 modifiée de "%4" à "%5".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 affiché(e).</translation>
|
<translation>%1 %2 affiché(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 cachée(e).</translation>
|
<translation>%1 %2 cachée(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -536,45 +549,55 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation>↑ Au dessus</translation>
|
<translation>↑ Au dessus</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation>↓ En dessous</translation>
|
<translation>↓ En dessous</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation>← À gauche</translation>
|
<translation>← À gauche</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation>→ À droite</translation>
|
<translation>→ À droite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation>↖ Au dessus à gauche</translation>
|
<translation>↖ Au dessus à gauche</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation>↗ Au dessus à droite</translation>
|
<translation>↗ Au dessus à droite</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation>↙ En dessous à gauche</translation>
|
<translation>↙ En dessous à gauche</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation>↘ En dessous à droite</translation>
|
<translation>↘ En dessous à droite</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -602,6 +625,49 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>Points</translation>
|
<translation>Points</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -161,8 +161,8 @@
|
||||||
<translation>név + érték</translation>
|
<translation>név + érték</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Új %1 létrehozása</translation>
|
<translation>+ Új %1 létrehozása</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -269,37 +269,37 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation>A(z) „%1” fájl betöltése folyamatban van.</translation>
|
<translation>A(z) „%1” fájl betöltése folyamatban van.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation>Ismeretlen objektumtípus: %1.</translation>
|
<translation>Ismeretlen objektumtípus: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation>A megadott fájl érvénytelen.</translation>
|
<translation>A megadott fájl érvénytelen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation>A fájl mentése nem sikerült: </translation>
|
<translation>A fájl mentése nem sikerült: </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation>A(z) „%1” fájl betöltve.</translation>
|
<translation>A(z) „%1” fájl betöltve.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation>Ábra képernyőkép vágólapra másolva!</translation>
|
<translation>Ábra képernyőkép vágólapra másolva!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation>&Frissítés</translation>
|
<translation>&Frissítés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation>A LogarithmPlotter &frissítése</translation>
|
<translation>A LogarithmPlotter &frissítése</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -366,101 +366,114 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation>X-nagyítás</translation>
|
<translation>X-nagyítás</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation>Y-nagyítás</translation>
|
<translation>Y-nagyítás</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation>Legkisebb X</translation>
|
<translation>Legkisebb X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation>Legnagyobb Y</translation>
|
<translation>Legnagyobb Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation>Legnagyobb X</translation>
|
<translation>Legnagyobb X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation>Legkisebb Y</translation>
|
<translation>Legkisebb Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation>X tengely lépésköze</translation>
|
<translation>X tengely lépésköze</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation>Y tengely lépésköze</translation>
|
<translation>Y tengely lépésköze</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation>Vonalvastagság</translation>
|
<translation>Vonalvastagság</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation>Szövegméret (képpont)</translation>
|
<translation>Szövegméret (képpont)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation>X címke</translation>
|
<translation>X címke</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation>Y címke</translation>
|
<translation>Y címke</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation>X tengely logaritmikus skálával</translation>
|
<translation>X tengely logaritmikus skálával</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation>X érettségi megjelenítése</translation>
|
<translation>X érettségi megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation>Y érettségi megjelenítése</translation>
|
<translation>Y érettségi megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation>Másolás a vágólapra</translation>
|
<translation>Másolás a vágólapra</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation>Ábra mentése</translation>
|
<translation>Ábra mentése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation>Ábra mentése másként</translation>
|
<translation>Ábra mentése másként</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation>Ábra betöltése</translation>
|
<translation>Ábra betöltése</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -500,27 +513,27 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Új %1 %2 létrehozva.</translation>
|
<translation>Új %1 %2 létrehozva.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 törölve.</translation>
|
<translation>%1 %2 törölve.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<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>
|
<translation>%1/%2 %3 megváltozott. Régi érték: %4, új érték: %5.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 megjelenítve.</translation>
|
<translation>%1 %2 megjelenítve.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 rejtve.</translation>
|
<translation>%1 %2 rejtve.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -528,45 +541,55 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation>↑ Felett</translation>
|
<translation>↑ Felett</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation>↓ Alatt</translation>
|
<translation>↓ Alatt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation>← Balra</translation>
|
<translation>← Balra</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation>→ Jobbra</translation>
|
<translation>→ Jobbra</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation>↖ Felett, balra</translation>
|
<translation>↖ Felett, balra</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation>↗ Felett, jobbra</translation>
|
<translation>↗ Felett, jobbra</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation>↙ Alatt, balra</translation>
|
<translation>↙ Alatt, balra</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation>↘ Alatt, jobbra</translation>
|
<translation>↘ Alatt, jobbra</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -594,6 +617,49 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation>Pontok</translation>
|
<translation>Pontok</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -161,8 +161,8 @@
|
||||||
<translation>navn + veri</translation>
|
<translation>navn + veri</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Opprett nytt %1</translation>
|
<translation>+ Opprett nytt %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -269,37 +269,37 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation>Laster inn «%1»-fil.</translation>
|
<translation>Laster inn «%1»-fil.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation>Ukjent objekttype: %1.</translation>
|
<translation>Ukjent objekttype: %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation>Ugyldig fil angitt.</translation>
|
<translation>Ugyldig fil angitt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation>Kunne ikke lagre fil: </translation>
|
<translation>Kunne ikke lagre fil: </translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation>Lastet inn filen «%1».</translation>
|
<translation>Lastet inn filen «%1».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation>Kopierte plott-skjermavbildning til utklippstavlen!</translation>
|
<translation>Kopierte plott-skjermavbildning til utklippstavlen!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation>&Oppdater</translation>
|
<translation>&Oppdater</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation>&Installer ny versjon av LogartimePlotter</translation>
|
<translation>&Installer ny versjon av LogartimePlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -366,101 +366,114 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation>X-forstørrelse</translation>
|
<translation>X-forstørrelse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation>Y-forstørrelse</translation>
|
<translation>Y-forstørrelse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation>Min. X</translation>
|
<translation>Min. X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation>Maks. Y</translation>
|
<translation>Maks. Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation>Maks. X</translation>
|
<translation>Maks. X</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation>Min. Y</translation>
|
<translation>Min. Y</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation>X-aksesteg</translation>
|
<translation>X-aksesteg</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation>Y-aksesteg</translation>
|
<translation>Y-aksesteg</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation>Linjebredde</translation>
|
<translation>Linjebredde</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation>Tekststørrelse (piksler)</translation>
|
<translation>Tekststørrelse (piksler)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation>Navn på X-akse</translation>
|
<translation>Navn på X-akse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation>Navn på Y-akse</translation>
|
<translation>Navn på Y-akse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation>Logaritmisk skala i x</translation>
|
<translation>Logaritmisk skala i x</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation type="unfinished">Vis X-inndeling</translation>
|
<translation type="unfinished">Vis X-inndeling</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation type="unfinished">Vis Y-inndeling</translation>
|
<translation type="unfinished">Vis Y-inndeling</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation>Kopier til utklippstavle</translation>
|
<translation>Kopier til utklippstavle</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation>Lagre plott</translation>
|
<translation>Lagre plott</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation>Lagre plott som</translation>
|
<translation>Lagre plott som</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation>Last inn plott</translation>
|
<translation>Last inn plott</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -500,27 +513,27 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Ny %1 %2 opprettet.</translation>
|
<translation>Ny %1 %2 opprettet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 slettet.</translation>
|
<translation>%1 %2 slettet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
<translation>%1 av %2 %3 endret fra «%4» til «%5».</translation>
|
<translation>%1 av %2 %3 endret fra «%4» til «%5».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 vist.</translation>
|
<translation>%1 %2 vist.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 skjult.</translation>
|
<translation>%1 %2 skjult.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -528,45 +541,55 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -594,6 +617,49 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation>Punkter</translation>
|
<translation>Punkter</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -161,8 +161,8 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="184"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="187"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="200"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="207"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -268,37 +268,37 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="242"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="240"/>
|
||||||
<source>Unknown object type: %1.</source>
|
<source>Unknown object type: %1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="256"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="259"/>
|
||||||
<source>Invalid file provided.</source>
|
<source>Invalid file provided.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="260"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="263"/>
|
||||||
<source>Could not save file: </source>
|
<source>Could not save file: </source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="265"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="268"/>
|
||||||
<source>Loaded file '%1'.</source>
|
<source>Loaded file '%1'.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="294"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="297"/>
|
||||||
<source>Copied plot screenshot to clipboard!</source>
|
<source>Copied plot screenshot to clipboard!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="305"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="308"/>
|
||||||
<source>&Update</source>
|
<source>&Update</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/LogarithmPlotter.qml" line="310"/>
|
||||||
<source>&Update LogarithmPlotter</source>
|
<source>&Update LogarithmPlotter</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -365,101 +365,114 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>Settings</name>
|
<name>Settings</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="73"/>
|
||||||
<source>X Zoom</source>
|
<source>X Zoom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="88"/>
|
||||||
<source>Y Zoom</source>
|
<source>Y Zoom</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="105"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="104"/>
|
||||||
<source>Min X</source>
|
<source>Min X</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="124"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="123"/>
|
||||||
<source>Max Y</source>
|
<source>Max Y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="139"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="138"/>
|
||||||
<source>Max X</source>
|
<source>Max X</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="158"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="157"/>
|
||||||
<source>Min Y</source>
|
<source>Min Y</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="175"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="174"/>
|
||||||
<source>X Axis Step</source>
|
<source>X Axis Step</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="189"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="188"/>
|
||||||
<source>Y Axis Step</source>
|
<source>Y Axis Step</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="203"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="202"/>
|
||||||
<source>Line width</source>
|
<source>Line width</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="218"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="217"/>
|
||||||
<source>Text size (px)</source>
|
<source>Text size (px)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="233"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="232"/>
|
||||||
<source>X Label</source>
|
<source>X Label</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="259"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="258"/>
|
||||||
<source>Y Label</source>
|
<source>Y Label</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="287"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="286"/>
|
||||||
<source>X Log scale</source>
|
<source>X Log scale</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="297"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="296"/>
|
||||||
<source>Show X graduation</source>
|
<source>Show X graduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="307"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="306"/>
|
||||||
<source>Show Y graduation</source>
|
<source>Show Y graduation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="318"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="317"/>
|
||||||
<source>Copy to clipboard</source>
|
<source>Copy to clipboard</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="327"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="326"/>
|
||||||
<source>Save plot</source>
|
<source>Save plot</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="336"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="335"/>
|
||||||
<source>Save plot as</source>
|
<source>Save plot as</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="345"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Settings.qml" line="344"/>
|
||||||
<source>Load plot</source>
|
<source>Load plot</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>comment</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="47"/>
|
||||||
|
<source>Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="54"/>
|
||||||
|
<source>The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -499,27 +512,27 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>historylib</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="77"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="78"/>
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="94"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="95"/>
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="133"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="146"/>
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="147"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="160"/>
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="162"/>
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -527,45 +540,55 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>parameters</name>
|
<name>parameters</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="61"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
||||||
<source>above</source>
|
<source>above</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="62"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
||||||
<source>below</source>
|
<source>below</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="63"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
||||||
<source>left</source>
|
<source>left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="64"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
||||||
<source>right</source>
|
<source>right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="65"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
||||||
<source>above-left</source>
|
<source>above-left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="66"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
||||||
<source>above-right</source>
|
<source>above-right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="67"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
||||||
<source>below-left</source>
|
<source>below-left</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="68"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="69"/>
|
||||||
<source>below-right</source>
|
<source>below-right</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="73"/>
|
||||||
|
<source>application</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/parameters.js" line="74"/>
|
||||||
|
<source>function</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>phasebode</name>
|
<name>phasebode</name>
|
||||||
|
@ -593,6 +616,49 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>prop</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="44"/>
|
||||||
|
<source>expression</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="45"/>
|
||||||
|
<source>definitionDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="46"/>
|
||||||
|
<source>destinationDomain</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="51"/>
|
||||||
|
<source>labelPosition</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="52"/>
|
||||||
|
<source>displayMode</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="53"/>
|
||||||
|
<source>labelX</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="58"/>
|
||||||
|
<source>drawPoints</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/objs/function.js" line="59"/>
|
||||||
|
<source>drawDashedLines</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -101,7 +101,8 @@ D.Dialog {
|
||||||
Item {
|
Item {
|
||||||
height: customPropComment.height + customPropText.height + customPropCheckBox.height + customPropCombo.height + customPropListDict.height
|
height: customPropComment.height + customPropText.height + customPropCheckBox.height + customPropCombo.height + customPropListDict.height
|
||||||
width: dlgProperties.width
|
width: dlgProperties.width
|
||||||
property string label: Utils.camelCase2readable(modelData[0])
|
property string label: qsTranslate('prop',modelData[0])
|
||||||
|
property string icon: Utils.camelCase2readable(modelData[0])
|
||||||
|
|
||||||
// Item for comments
|
// Item for comments
|
||||||
Label {
|
Label {
|
||||||
|
@ -109,7 +110,9 @@ D.Dialog {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: visible ? implicitHeight : 0
|
height: visible ? implicitHeight : 0
|
||||||
visible: modelData[0].startsWith('comment')
|
visible: modelData[0].startsWith('comment')
|
||||||
text: visible ? (modelData[1].replace(/\{name\}/g, objEditor.obj.name)) : ''
|
// Translated text with object name.
|
||||||
|
property string trText: visible ? qsTranslate('comment', modelData[1]) : ''
|
||||||
|
text: trText// trText.contains("%1") ? trText.arg(objEditor.obj.name).toString() : trText
|
||||||
//color: sysPalette.windowText
|
//color: sysPalette.windowText
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
|
@ -120,7 +123,7 @@ D.Dialog {
|
||||||
height: visible ? 30 : 0
|
height: visible ? 30 : 0
|
||||||
width: parent.width
|
width: parent.width
|
||||||
label: parent.label
|
label: parent.label
|
||||||
icon: `icons/settings/custom/${parent.label}.svg`
|
icon: `icons/settings/custom/${parent.icon}.svg`
|
||||||
isDouble: modelData[1] == 'number'
|
isDouble: modelData[1] == 'number'
|
||||||
visible: paramTypeIn(modelData[1], ['Expression', 'Domain', 'string', 'number'])
|
visible: paramTypeIn(modelData[1], ['Expression', 'Domain', 'string', 'number'])
|
||||||
defValue: visible ? {
|
defValue: visible ? {
|
||||||
|
@ -156,7 +159,7 @@ D.Dialog {
|
||||||
height: visible ? 20 : 0
|
height: visible ? 20 : 0
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: parent.label
|
text: parent.label
|
||||||
icon: visible ? `icons/settings/custom/${parent.label}.svg` : ''
|
//icon: visible ? `icons/settings/custom/${parent.icon}.svg` : ''
|
||||||
|
|
||||||
checked: visible ? objEditor.obj[modelData[0]] : false
|
checked: visible ? objEditor.obj[modelData[0]] : false
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
@ -176,19 +179,19 @@ D.Dialog {
|
||||||
width: dlgProperties.width
|
width: dlgProperties.width
|
||||||
height: visible ? 30 : 0
|
height: visible ? 30 : 0
|
||||||
label: parent.label
|
label: parent.label
|
||||||
icon: visible ? `icons/settings/custom/${parent.label}.svg` : ''
|
icon: visible ? `icons/settings/custom/${parent.icon}.svg` : ''
|
||||||
// True to select an object of type, false for enums.
|
// True to select an object of type, false for enums.
|
||||||
property bool selectObjMode: paramTypeIn(modelData[1], ['ObjectType'])
|
property bool selectObjMode: paramTypeIn(modelData[1], ['ObjectType'])
|
||||||
property bool isRealObject: !selectedObj || (modelData[1].objType != "ExecutableObject" && modelData[1].objType != "DrawableObject")
|
property bool isRealObject: !selectObjMode || (modelData[1].objType != "ExecutableObject" && modelData[1].objType != "DrawableObject")
|
||||||
|
|
||||||
|
// Base, untranslated version of the model.
|
||||||
property var baseModel: visible ?
|
property var baseModel: visible ?
|
||||||
(selectObjMode ? Objects.getObjectsName(modelData[1].objType)
|
(selectObjMode ?
|
||||||
.concat(
|
Objects.getObjectsName(modelData[1].objType).concat(isRealObject ? [qsTr("+ Create new %1").arg(modelData[1].objType)] : []) :
|
||||||
isRealObject ? [qsTr("+ Create new %1").arg(modelData[1].objType)] : [])
|
modelData[1].values)
|
||||||
: modelData[1].values)
|
|
||||||
: []
|
: []
|
||||||
// Translate the model if necessary.
|
// Translated verison of the model.
|
||||||
model: selectObjMode ? baseModel : baseModel.map(x => qsTr(x))
|
model: selectObjMode ? baseModel : modelData[1].translatedValues
|
||||||
visible: paramTypeIn(modelData[1], ['ObjectType', 'Enum'])
|
visible: paramTypeIn(modelData[1], ['ObjectType', 'Enum'])
|
||||||
currentIndex: baseModel.indexOf(selectObjMode ? objEditor.obj[modelData[0]].name : objEditor.obj[modelData[0]])
|
currentIndex: baseModel.indexOf(selectObjMode ? objEditor.obj[modelData[0]].name : objEditor.obj[modelData[0]])
|
||||||
|
|
||||||
|
@ -238,7 +241,7 @@ D.Dialog {
|
||||||
|
|
||||||
visible: paramTypeIn(modelData[1], ['List', 'Dict'])
|
visible: paramTypeIn(modelData[1], ['List', 'Dict'])
|
||||||
label: parent.label
|
label: parent.label
|
||||||
//icon: `icons/settings/custom/${parent.label}.svg`
|
//icon: `icons/settings/custom/${parent.icon}.svg`
|
||||||
dictionaryMode: paramTypeIn(modelData[1], ['Dict'])
|
dictionaryMode: paramTypeIn(modelData[1], ['Dict'])
|
||||||
keyType: dictionaryMode ? modelData[1].keyType : 'string'
|
keyType: dictionaryMode ? modelData[1].keyType : 'string'
|
||||||
valueType: visible ? modelData[1].valueType : 'string'
|
valueType: visible ? modelData[1].valueType : 'string'
|
||||||
|
|
|
@ -193,7 +193,7 @@ ListView {
|
||||||
|
|
||||||
D.ColorDialog {
|
D.ColorDialog {
|
||||||
id: pickColor
|
id: pickColor
|
||||||
color: obj.color.arg(obj.name)
|
color: obj.color
|
||||||
title: qsTr("Pick new color for %1 %2").arg(Objects.types[objType].displayType())
|
title: qsTr("Pick new color for %1 %2").arg(Objects.types[objType].displayType())
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
history.addToHistory(new HistoryLib.EditedProperty(
|
history.addToHistory(new HistoryLib.EditedProperty(
|
||||||
|
|
|
@ -28,7 +28,7 @@ class Function extends Common.ExecutableObject {
|
||||||
static type(){return 'Function'}
|
static type(){return 'Function'}
|
||||||
static displayType(){return qsTr('Function')}
|
static displayType(){return qsTr('Function')}
|
||||||
static displayTypeMultiple(){return qsTr('Functions')}
|
static displayTypeMultiple(){return qsTr('Functions')}
|
||||||
static properties() {return {
|
/*static properties() {return {
|
||||||
'expression': 'Expression',
|
'expression': 'Expression',
|
||||||
'definitionDomain': 'Domain',
|
'definitionDomain': 'Domain',
|
||||||
'destinationDomain': 'Domain',
|
'destinationDomain': 'Domain',
|
||||||
|
@ -39,19 +39,25 @@ class Function extends Common.ExecutableObject {
|
||||||
'comment2': 'The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)',
|
'comment2': 'The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)',
|
||||||
'drawPoints': 'boolean',
|
'drawPoints': 'boolean',
|
||||||
'drawDashedLines': 'boolean'
|
'drawDashedLines': 'boolean'
|
||||||
}}
|
|
||||||
/*static properties() {return {
|
|
||||||
[QT_TR_NOOP('expression')]: 'Expression',
|
|
||||||
[QT_TR_NOOP('definitionDomain')]: 'Domain',
|
|
||||||
[QT_TR_NOOP('destinationDomain')]: 'Domain',
|
|
||||||
'comment1': 'Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}',
|
|
||||||
[QT_TR_NOOP('labelPosition')]: P.Enum.Position,
|
|
||||||
[QT_TR_NOOP('displayMode')]: new P.Enum('application', 'function'),
|
|
||||||
[QT_TR_NOOP('labelX')]: 'number',
|
|
||||||
'comment2': 'The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)',
|
|
||||||
[QT_TR_NOOP('drawPoints')]: 'boolean',
|
|
||||||
[QT_TR_NOOP('drawDashedLines')]: 'boolean'
|
|
||||||
}}*/
|
}}*/
|
||||||
|
static properties() {return {
|
||||||
|
[QT_TRANSLATE_NOOP('prop','expression')]: 'Expression',
|
||||||
|
[QT_TRANSLATE_NOOP('prop','definitionDomain')]: 'Domain',
|
||||||
|
[QT_TRANSLATE_NOOP('prop','destinationDomain')]: 'Domain',
|
||||||
|
'comment1': QT_TRANSLATE_NOOP(
|
||||||
|
'comment',
|
||||||
|
'Ex: R+* (ℝ⁺*), N (ℕ), Z-* (ℤ⁻*), ]0;1[, {3;4;5}'
|
||||||
|
),
|
||||||
|
[QT_TRANSLATE_NOOP('prop','labelPosition')]: P.Enum.Position,
|
||||||
|
[QT_TRANSLATE_NOOP('prop','displayMode')]: P.Enum.FunctionDisplayType,
|
||||||
|
[QT_TRANSLATE_NOOP('prop','labelX')]: 'number',
|
||||||
|
'comment2': QT_TRANSLATE_NOOP(
|
||||||
|
'comment',
|
||||||
|
'The following parameters are used when the definition domain is a non-continuous set. (Ex: ℕ, ℤ, sets like {0;3}...)'
|
||||||
|
),
|
||||||
|
[QT_TRANSLATE_NOOP('prop','drawPoints')]: 'boolean',
|
||||||
|
[QT_TRANSLATE_NOOP('prop','drawDashedLines')]: 'boolean'
|
||||||
|
}}
|
||||||
|
|
||||||
constructor(name = null, visible = true, color = null, labelContent = 'name + value',
|
constructor(name = null, visible = true, color = null, labelContent = 'name + value',
|
||||||
expression = 'x', definitionDomain = 'RPE', destinationDomain = 'R',
|
expression = 'x', definitionDomain = 'RPE', destinationDomain = 'R',
|
||||||
|
|
|
@ -20,6 +20,7 @@ class Enum {
|
||||||
constructor(...values) {
|
constructor(...values) {
|
||||||
this.type = 'Enum'
|
this.type = 'Enum'
|
||||||
this.values = values
|
this.values = values
|
||||||
|
this.translatedValues = values.map(x => qsTr(x))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,7 +56,7 @@ class Dictionary {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Common parameters of them:
|
// Common parameters for Enums
|
||||||
|
|
||||||
Enum.Position = new Enum(
|
Enum.Position = new Enum(
|
||||||
QT_TR_NOOP('above'),
|
QT_TR_NOOP('above'),
|
||||||
|
@ -67,3 +68,8 @@ Enum.Position = new Enum(
|
||||||
QT_TR_NOOP('below-left'),
|
QT_TR_NOOP('below-left'),
|
||||||
QT_TR_NOOP('below-right')
|
QT_TR_NOOP('below-right')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Enum.FunctionDisplayType = new Enum(
|
||||||
|
QT_TR_NOOP('application'),
|
||||||
|
QT_TR_NOOP('function')
|
||||||
|
);
|
||||||
|
|
Loading…
Reference in a new issue