Compare commits
3 commits
73877a0dd4
...
719d56127d
Author | SHA1 | Date | |
---|---|---|---|
719d56127d | |||
2d12291075 | |||
3119c3f9dc |
25 changed files with 1210 additions and 687 deletions
|
@ -24,7 +24,6 @@ from PySide2 import __version__ as PySide2_version
|
||||||
|
|
||||||
from os import chdir, path
|
from os import chdir, path
|
||||||
from json import loads
|
from json import loads
|
||||||
from webbrowser import open as openWeb
|
|
||||||
from sys import version as sys_version
|
from sys import version as sys_version
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
from urllib.error import HTTPError, URLError
|
from urllib.error import HTTPError, URLError
|
||||||
|
@ -142,10 +141,6 @@ class Helper(QObject):
|
||||||
"""
|
"""
|
||||||
return QCoreApplication.translate('main',"Built with PySide2 (Qt) v{} and python v{}").format(PySide2_version, sys_version.split("\n")[0])
|
return QCoreApplication.translate('main',"Built with PySide2 (Qt) v{} and python v{}").format(PySide2_version, sys_version.split("\n")[0])
|
||||||
|
|
||||||
@Slot(str)
|
|
||||||
def openUrl(self, url):
|
|
||||||
openWeb(url)
|
|
||||||
|
|
||||||
@Slot()
|
@Slot()
|
||||||
def fetchChangelog(self):
|
def fetchChangelog(self):
|
||||||
changelog_cache_path = path.join(path.dirname(path.realpath(__file__)), "CHANGELOG.md")
|
changelog_cache_path = path.join(path.dirname(path.realpath(__file__)), "CHANGELOG.md")
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>Über LogarithmPlotter</translation>
|
<translation>Über LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,107 +28,107 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation>&Datei</translation>
|
<translation>&Datei</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation>&Laden…</translation>
|
<translation>&Laden…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation>&Speichern</translation>
|
<translation>&Speichern</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation>Speichern &Unter…</translation>
|
<translation>Speichern &Unter…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation>&Ausfahrt</translation>
|
<translation>&Ausfahrt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation>&Bearbeiten</translation>
|
<translation>&Bearbeiten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation>&Lösen</translation>
|
<translation>&Lösen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation>&Wiederherstellen</translation>
|
<translation>&Wiederherstellen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation>Grafik &Kopieren</translation>
|
<translation>Grafik &Kopieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation>&Erstellen</translation>
|
<translation>&Erstellen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>&Einstellungen</translation>
|
<translation>&Einstellungen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation>Beim Starten auf Updates prüfen</translation>
|
<translation>Beim Starten auf Updates prüfen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translation>Wiederherstellen-Stapel automatisch zurücksetzen</translation>
|
<translation>Wiederherstellen-Stapel automatisch zurücksetzen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation>&Hilfe</translation>
|
<translation>&Hilfe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation>&Quellcode</translation>
|
<translation>&Quellcode</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation>Fehler &Melden</translation>
|
<translation>Fehler &Melden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation>&Changelog</translation>
|
<translation>&Changelog</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation>&Hilfe beim Übersetzen!</translation>
|
<translation>&Hilfe beim Übersetzen!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation>&Übrigens</translation>
|
<translation>&Übrigens</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation>Änderungen speichern?</translation>
|
<translation>Änderungen speichern?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation>Diese Grafik enthält ungespeicherte Änderungen. Dadurch gehen alle ungespeicherten Daten verloren. Fortfahren?</translation>
|
<translation>Diese Grafik enthält ungespeicherte Änderungen. Dadurch gehen alle ungespeicherten Daten verloren. Fortfahren?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -179,8 +179,8 @@
|
||||||
<translation>Name + Wert</translation>
|
<translation>Name + Wert</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Neues %1objekt erstellen</translation>
|
<translation>+ Neues %1objekt erstellen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -241,17 +241,17 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation>Wiederherstellen ></translation>
|
<translation>Wiederherstellen ></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation>> Aktueller Stand</translation>
|
<translation>> Aktueller Stand</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation>< Rückgängig</translation>
|
<translation>< Rückgängig</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -330,7 +330,7 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation>+ Neu erstellen:</translation>
|
<translation>+ Neu erstellen:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -338,37 +338,37 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation>Alle %1 ausblenden</translation>
|
<translation>Alle %1 ausblenden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation>Alle %1 anzeigen</translation>
|
<translation>Alle %1 anzeigen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation>Ausblenden %1 %2</translation>
|
<translation>Ausblenden %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation>Anzeigen %1 %2</translation>
|
<translation>Anzeigen %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation>Position von %1 %2 einstellen</translation>
|
<translation>Position von %1 %2 einstellen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation>%1 %2 löschen</translation>
|
<translation>%1 %2 löschen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation>Neue Farbe für %1 %2 auswählen</translation>
|
<translation>Neue Farbe für %1 %2 auswählen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -487,16 +487,25 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation>Changelog konnte nicht geholt werden: Server-Fehler {}.</translation>
|
<translation>Changelog konnte nicht geholt werden: Server-Fehler {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation>Changelog konnte nicht geholt werden: {}.</translation>
|
<translation>Changelog konnte nicht geholt werden: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -530,6 +539,37 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>%1: </translation>
|
<translation>%1: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished">Neu %1 %2 erstellt.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished">%1 %2 gelöscht.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished">%1 von %2 %3 wurde von "%4" auf "%5" geändert.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -569,35 +609,37 @@ 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="89"/>
|
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Neu %1 %2 erstellt.</translation>
|
<translation type="vanished">Neu %1 %2 erstellt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 gelöscht.</translation>
|
<translation type="vanished">%1 %2 gelöscht.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<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 type="vanished">%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="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 angezeigt.</translation>
|
<translation type="vanished">%1 %2 angezeigt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 ausgeblendet.</translation>
|
<translation type="vanished">%1 %2 ausgeblendet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
<source>Name of %1 %2 changed to %3.</source>
|
||||||
<translation>Der Name von %1 %2 wurde in %3 geändert.</translation>
|
<translation type="vanished">Der Name von %1 %2 wurde in %3 geändert.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>name</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
|
<source>%1 %2 renamed to %3.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -895,9 +937,8 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>Initialisierungswerte</translation>
|
<translation>Initialisierungswerte</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
<source>color</source>
|
||||||
<translation>Farbe</translation>
|
<translation type="vanished">Farbe</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -980,6 +1021,21 @@ Diese Einstellungen können jederzeit über das Menü "Einstellungen"
|
||||||
<translation>Es konnten keine Aktualisierungsinformationen abgerufen werden:{}.</translation>
|
<translation>Es konnten keine Aktualisierungsinformationen abgerufen werden:{}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished">%1 %2 angezeigt.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished">%1 %2 ausgeblendet.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>About LogarithmPlotter</translation>
|
<translation>About LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,107 +28,107 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation>&File</translation>
|
<translation>&File</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation>&Load…</translation>
|
<translation>&Load…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation>&Save</translation>
|
<translation>&Save</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation>Save &As…</translation>
|
<translation>Save &As…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation>&Quit</translation>
|
<translation>&Quit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation>&Edit</translation>
|
<translation>&Edit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation>&Undo</translation>
|
<translation>&Undo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation>&Redo</translation>
|
<translation>&Redo</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation>&Copy plot</translation>
|
<translation>&Copy plot</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation>&Create</translation>
|
<translation>&Create</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>&Settings</translation>
|
<translation>&Settings</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation>Check for updates on startup</translation>
|
<translation>Check for updates on startup</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translation>Reset redo stack automatically</translation>
|
<translation>Reset redo stack automatically</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation>&Help</translation>
|
<translation>&Help</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation>&Source code</translation>
|
<translation>&Source code</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation>&Report a bug</translation>
|
<translation>&Report a bug</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation>&Changelog</translation>
|
<translation>&Changelog</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation>&Help translating!</translation>
|
<translation>&Help translating!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation>&About</translation>
|
<translation>&About</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation>Save unsaved changes?</translation>
|
<translation>Save unsaved changes?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</translation>
|
<translation>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -179,8 +179,8 @@
|
||||||
<translation>name + value</translation>
|
<translation>name + value</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Create new %1</translation>
|
<translation>+ Create new %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -241,17 +241,17 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation>Redo ></translation>
|
<translation>Redo ></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation>> Now</translation>
|
<translation>> Now</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation>< Undo</translation>
|
<translation>< Undo</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -330,7 +330,7 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation>+ Create new:</translation>
|
<translation>+ Create new:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -338,37 +338,37 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation>Hide all %1</translation>
|
<translation>Hide all %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation>Show all %1</translation>
|
<translation>Show all %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation>Hide %1 %2</translation>
|
<translation>Hide %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation>Show %1 %2</translation>
|
<translation>Show %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation>Set %1 %2 position</translation>
|
<translation>Set %1 %2 position</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation>Delete %1 %2</translation>
|
<translation>Delete %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation>Pick new color for %1 %2</translation>
|
<translation>Pick new color for %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -487,16 +487,25 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation>Could not fetch changelog: Server error {}.</translation>
|
<translation>Could not fetch changelog: Server error {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation>Could not fetch changelog: {}.</translation>
|
<translation>Could not fetch changelog: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -530,6 +539,37 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>%1: </translation>
|
<translation>%1: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished">New %1 %2 created.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished">%1 %2 deleted.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished">%1 of %2 %3 changed from "%4" to "%5".</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -569,35 +609,37 @@ 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="89"/>
|
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>New %1 %2 created.</translation>
|
<translation type="vanished">New %1 %2 created.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 deleted.</translation>
|
<translation type="vanished">%1 %2 deleted.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<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 type="vanished">%1 of %2 %3 changed from "%4" to "%5".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 shown.</translation>
|
<translation type="vanished">%1 %2 shown.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 hidden.</translation>
|
<translation type="vanished">%1 %2 hidden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
<source>Name of %1 %2 changed to %3.</source>
|
||||||
<translation>Name of %1 %2 changed to %3.</translation>
|
<translation type="vanished">Name of %1 %2 changed to %3.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>name</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
|
<source>%1 %2 renamed to %3.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -895,9 +937,8 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>Initialisation values</translation>
|
<translation>Initialisation values</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
<source>color</source>
|
||||||
<translation>Color</translation>
|
<translation type="vanished">Color</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -980,6 +1021,21 @@ These settings can be changed at any time from the "Settings" menu.</t
|
||||||
<translation>Could not fetch update information: {}.</translation>
|
<translation>Could not fetch update information: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished">%1 %2 shown.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished">%1 %2 hidden.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>Sobre LogarithmPlotter</translation>
|
<translation>Sobre LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,107 +28,107 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -179,8 +179,8 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -240,17 +240,17 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -329,7 +329,7 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -337,37 +337,37 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -486,16 +486,25 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -529,6 +538,37 @@ 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>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -566,36 +606,11 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
<source>New %1 %2 created.</source>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
<translation type="unfinished"></translation>
|
<source>%1 %2 renamed to %3.</source>
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
@ -893,11 +908,6 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
|
@ -979,6 +989,21 @@ 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>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>À propos de LogarithmPlotter</translation>
|
<translation>À propos de LogarithmPlotter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,108 +28,108 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation>&Fichier</translation>
|
<translation>&Fichier</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation>&Ouvrir…</translation>
|
<translation>&Ouvrir…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation>&Sauvegarder</translation>
|
<translation>&Sauvegarder</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation>Sauvegarde &Sous…</translation>
|
<translation>Sauvegarde &Sous…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation>&Quitter</translation>
|
<translation>&Quitter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation>&Édition</translation>
|
<translation>&Édition</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation>&Annuler</translation>
|
<translation>&Annuler</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation>&Rétablir</translation>
|
<translation>&Rétablir</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation>&Copier le graphe</translation>
|
<translation>&Copier le graphe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation>&Créer</translation>
|
<translation>&Créer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>&Paramètres</translation>
|
<translation>&Paramètres</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation>Vérifier la présence de mise à jour au démarrage</translation>
|
<translation>Vérifier la présence de mise à jour au démarrage</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translatorcomment>Légèrement long, et pas forcément très compréhensible.</translatorcomment>
|
<translatorcomment>Légèrement long, et pas forcément très compréhensible.</translatorcomment>
|
||||||
<translation>Réinitialiser la pile d'action "Rétablir" automatiquement</translation>
|
<translation>Réinitialiser la pile d'action "Rétablir" automatiquement</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation>&Aide</translation>
|
<translation>&Aide</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation>&Code source</translation>
|
<translation>&Code source</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation>&Rapport de bug</translation>
|
<translation>&Rapport de bug</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation>&Historique des modifications</translation>
|
<translation>&Historique des modifications</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation>&Aider à la traduction !</translation>
|
<translation>&Aider à la traduction !</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation>&À propos</translation>
|
<translation>&À propos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation>Sauvegarder les modifications ?</translation>
|
<translation>Sauvegarder les modifications ?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation>Ce graphe contient des modifications non sauvegardées. En faisant cela, toutes les données non sauvegardées seront perdues. Continuer ?</translation>
|
<translation>Ce graphe contient des modifications non sauvegardées. En faisant cela, toutes les données non sauvegardées seront perdues. Continuer ?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -180,8 +180,8 @@
|
||||||
<translation>nom + valeur</translation>
|
<translation>nom + valeur</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<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>
|
||||||
|
@ -249,17 +249,17 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation>Rétablir ></translation>
|
<translation>Rétablir ></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation>> État actuel</translation>
|
<translation>> État actuel</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation>< Annuler</translation>
|
<translation>< Annuler</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -338,7 +338,7 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation>+ Créer :</translation>
|
<translation>+ Créer :</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -346,37 +346,37 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation>Cacher tous les %1</translation>
|
<translation>Cacher tous les %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation>Montrer tous les %1</translation>
|
<translation>Montrer tous les %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation>Cacher l'objet %1 %2</translation>
|
<translation>Cacher l'objet %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation>Montrer l'objet %1 %2</translation>
|
<translation>Montrer l'objet %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation>Définir la position de l'objet %1 %2</translation>
|
<translation>Définir la position de l'objet %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation>Supprimer l'objet %1 %2</translation>
|
<translation>Supprimer l'objet %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation>Choisissez une nouvelle couleur pour %1 %2</translation>
|
<translation>Choisissez une nouvelle couleur pour %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -495,16 +495,25 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation>Impossible de récupérer l'historique des modifications : Erreur de serveur {}.</translation>
|
<translation>Impossible de récupérer l'historique des modifications : Erreur de serveur {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation>Impossible de récupérer l'historique des modifications : {}.</translation>
|
<translation>Impossible de récupérer l'historique des modifications : {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -539,6 +548,37 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>%1 : </translation>
|
<translation>%1 : </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished">Nouvel objet %1 %2 créé.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished">%1 %2 supprimé(e).</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished">%1 de %2 %3 modifiée de "%4" à "%5".</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -578,35 +618,37 @@ 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="89"/>
|
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Nouvel objet %1 %2 créé.</translation>
|
<translation type="vanished">Nouvel objet %1 %2 créé.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 supprimé(e).</translation>
|
<translation type="vanished">%1 %2 supprimé(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<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 type="vanished">%1 de %2 %3 modifiée de "%4" à "%5".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 affiché(e).</translation>
|
<translation type="vanished">%1 %2 affiché(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 cachée(e).</translation>
|
<translation type="vanished">%1 %2 cachée(e).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
<source>Name of %1 %2 changed to %3.</source>
|
||||||
<translation>Le nom de %1 %2 a été changé en %3.</translation>
|
<translation type="vanished">Le nom de %1 %2 a été changé en %3.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>name</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
|
<source>%1 %2 renamed to %3.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -904,9 +946,8 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>Valeurs d'initialisation</translation>
|
<translation>Valeurs d'initialisation</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
<source>color</source>
|
||||||
<translation>Couleur</translation>
|
<translation type="vanished">Couleur</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -989,6 +1030,21 @@ These settings can always be changed at any time from the "Settings" m
|
||||||
<translation>Impossible de récupérer les informations de mise à jour. {}.</translation>
|
<translation>Impossible de récupérer les informations de mise à jour. {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished">%1 %2 affiché(e).</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished">%1 %2 cachée(e).</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>LogarithmPlotter névjegye</translation>
|
<translation>LogarithmPlotter névjegye</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,107 +28,107 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation>&Fájl</translation>
|
<translation>&Fájl</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation>&Betöltés…</translation>
|
<translation>&Betöltés…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation>&Mentés</translation>
|
<translation>&Mentés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation>Me&ntés másként…</translation>
|
<translation>Me&ntés másként…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation>&Kilépés</translation>
|
<translation>&Kilépés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation>S&zerkesztés</translation>
|
<translation>S&zerkesztés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation>&Visszavonás</translation>
|
<translation>&Visszavonás</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation>&Ismétlés</translation>
|
<translation>&Ismétlés</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation>Ábra má&solása</translation>
|
<translation>Ábra má&solása</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation>&Létrehozás</translation>
|
<translation>&Létrehozás</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>&Beállítások</translation>
|
<translation>&Beállítások</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation>Frissítések keresése indításkor</translation>
|
<translation>Frissítések keresése indításkor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translation>Ismétlési verem önműködő visszaállítása</translation>
|
<translation>Ismétlési verem önműködő visszaállítása</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation>&Súgó</translation>
|
<translation>&Súgó</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation>&Forráskód</translation>
|
<translation>&Forráskód</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation>&Hiba bejelentése</translation>
|
<translation>&Hiba bejelentése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation>&Változásnapló</translation>
|
<translation>&Változásnapló</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation>&Segítség a fordításban!</translation>
|
<translation>&Segítség a fordításban!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation>&Névjegy</translation>
|
<translation>&Névjegy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation>Menti a változtatásokat?</translation>
|
<translation>Menti a változtatásokat?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation>Ez az ábra nem mentett változtatásokat tartalmaz. Ezzel az összes nem mentett adat elveszik. Folytatja?</translation>
|
<translation>Ez az ábra nem mentett változtatásokat tartalmaz. Ezzel az összes nem mentett adat elveszik. Folytatja?</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -179,8 +179,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="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<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>
|
||||||
|
@ -241,17 +241,17 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation>Ismétlés ></translation>
|
<translation>Ismétlés ></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation>> Most</translation>
|
<translation>> Most</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation>< Visszavonás</translation>
|
<translation>< Visszavonás</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -330,7 +330,7 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation>+ Új létrehozása:</translation>
|
<translation>+ Új létrehozása:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -338,37 +338,37 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation>Összes %1 elrejtése</translation>
|
<translation>Összes %1 elrejtése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation>Összes %1 megjelenítése</translation>
|
<translation>Összes %1 megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation>%1 %2 elrejtése</translation>
|
<translation>%1 %2 elrejtése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation>%1 %2 megjelenítése</translation>
|
<translation>%1 %2 megjelenítése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation>%1 %2 helye beállítása</translation>
|
<translation>%1 %2 helye beállítása</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation>%1 %2 törlése</translation>
|
<translation>%1 %2 törlése</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation>Válasszon új színt a következőhöz: %1 %2</translation>
|
<translation>Válasszon új színt a következőhöz: %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -487,16 +487,25 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation>Nem sikerült lekérni a változásnaplót: Kiszolgálóhiba: {}.</translation>
|
<translation>Nem sikerült lekérni a változásnaplót: Kiszolgálóhiba: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation>Nem sikerült lekérni a változásnaplót: {}.</translation>
|
<translation>Nem sikerült lekérni a változásnaplót: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -530,6 +539,37 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation>%1: </translation>
|
<translation>%1: </translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished">Új %1 %2 létrehozva.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished">%1 %2 törölve.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished">%1/%2 %3 megváltozott. Régi érték: %4, új érték: %5.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -569,34 +609,32 @@ 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="89"/>
|
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Új %1 %2 létrehozva.</translation>
|
<translation type="vanished">Új %1 %2 létrehozva.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 törölve.</translation>
|
<translation type="vanished">%1 %2 törölve.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<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 type="vanished">%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="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 megjelenítve.</translation>
|
<translation type="vanished">%1 %2 megjelenítve.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 rejtve.</translation>
|
<translation type="vanished">%1 %2 rejtve.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
|
<source>%1 %2 renamed to %3.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
@ -894,11 +932,6 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation>Kezdeményezési értékek</translation>
|
<translation>Kezdeményezési értékek</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
|
@ -980,6 +1013,21 @@ Ezek a beállítások bármikor módosíthatók a „Beállítások” menüben.
|
||||||
<translation>Nem sikerült lekérni a frissítési adatokat: {}.</translation>
|
<translation>Nem sikerült lekérni a frissítési adatokat: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished">%1 %2 megjelenítve.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished">%1 %2 rejtve.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation>Om</translation>
|
<translation>Om</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,107 +28,107 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation>&Fil</translation>
|
<translation>&Fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation>&Last inn …</translation>
|
<translation>&Last inn …</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation>&Lagre</translation>
|
<translation>&Lagre</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation>Lagre &som …</translation>
|
<translation>Lagre &som …</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation>&Avslutt</translation>
|
<translation>&Avslutt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation>&Rediger</translation>
|
<translation>&Rediger</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation>&Angre</translation>
|
<translation>&Angre</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation>&Gjenta</translation>
|
<translation>&Gjenta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation>&Kopier plott</translation>
|
<translation>&Kopier plott</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation>&Opprett</translation>
|
<translation>&Opprett</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>&Innstillinger</translation>
|
<translation>&Innstillinger</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation>Se etter nye versjoner ved programstart</translation>
|
<translation>Se etter nye versjoner ved programstart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translation type="unfinished">Tilbakestill angrehistorikk automatisk</translation>
|
<translation type="unfinished">Tilbakestill angrehistorikk automatisk</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation>&Hjelp</translation>
|
<translation>&Hjelp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation>&Om</translation>
|
<translation>&Om</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -179,8 +179,8 @@
|
||||||
<translation>navn + veri</translation>
|
<translation>navn + veri</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation>+ Opprett nytt %1</translation>
|
<translation>+ Opprett nytt %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -241,17 +241,17 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation>Angre ></translation>
|
<translation>Angre ></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation>> Nå</translation>
|
<translation>> Nå</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation>< Angre</translation>
|
<translation>< Angre</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -330,7 +330,7 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation>+ Opprett ny:</translation>
|
<translation>+ Opprett ny:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -338,37 +338,37 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation>Skjul alle %1</translation>
|
<translation>Skjul alle %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation>Vis alle %1</translation>
|
<translation>Vis alle %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation>Skjul %1 %2</translation>
|
<translation>Skjul %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation>Vis %1 %2</translation>
|
<translation>Vis %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation type="unfinished">Sett %1 %2 posisjon</translation>
|
<translation type="unfinished">Sett %1 %2 posisjon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation>Slett %1 %2</translation>
|
<translation>Slett %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation>Velg ny farge for %1 %2</translation>
|
<translation>Velg ny farge for %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -487,16 +487,25 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -530,6 +539,37 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished">Ny %1 %2 opprettet.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished">%1 %2 slettet.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished">%1 av %2 %3 endret fra «%4» til «%5».</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -569,34 +609,32 @@ 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="89"/>
|
|
||||||
<source>New %1 %2 created.</source>
|
<source>New %1 %2 created.</source>
|
||||||
<translation>Ny %1 %2 opprettet.</translation>
|
<translation type="vanished">Ny %1 %2 opprettet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
<source>%1 %2 deleted.</source>
|
||||||
<translation>%1 %2 slettet.</translation>
|
<translation type="vanished">%1 %2 slettet.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<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 type="vanished">%1 av %2 %3 endret fra «%4» til «%5».</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
<source>%1 %2 shown.</source>
|
||||||
<translation>%1 %2 vist.</translation>
|
<translation type="vanished">%1 %2 vist.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
<source>%1 %2 hidden.</source>
|
||||||
<translation>%1 %2 skjult.</translation>
|
<translation type="vanished">%1 %2 skjult.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
|
<source>%1 %2 renamed to %3.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
@ -894,11 +932,6 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
|
@ -980,6 +1013,21 @@ Disse innstillingene kan endres når som helst fra «Innstillinger»-menyen.</tr
|
||||||
<translation>Kunne ikke hente info om hvorvidt det er nye versjoner: {}.</translation>
|
<translation>Kunne ikke hente info om hvorvidt det er nye versjoner: {}.</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished">%1 %2 vist.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished">%1 %2 skjult.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/Popup/About.qml" line="32"/>
|
||||||
<location filename="../logarithmplotter.py" line="111"/>
|
<location filename="../logarithmplotter.py" line="112"/>
|
||||||
<source>About LogarithmPlotter</source>
|
<source>About LogarithmPlotter</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -28,107 +28,107 @@
|
||||||
<context>
|
<context>
|
||||||
<name>AppMenuBar</name>
|
<name>AppMenuBar</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="37"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="38"/>
|
||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="40"/>
|
||||||
<source>&Load...</source>
|
<source>&Load...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="46"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="47"/>
|
||||||
<source>&Save</source>
|
<source>&Save</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="52"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="53"/>
|
||||||
<source>Save &As...</source>
|
<source>Save &As...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="60"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="61"/>
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="74"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="75"/>
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="76"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="77"/>
|
||||||
<source>&Undo</source>
|
<source>&Undo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="85"/>
|
||||||
<source>&Redo</source>
|
<source>&Redo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="93"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="94"/>
|
||||||
<source>&Copy plot</source>
|
<source>&Copy plot</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="101"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="102"/>
|
||||||
<source>&Create</source>
|
<source>&Create</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="123"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="124"/>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="126"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="127"/>
|
||||||
<source>Check for updates on startup</source>
|
<source>Check for updates on startup</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="135"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="136"/>
|
||||||
<source>Reset redo stack automaticly</source>
|
<source>Reset redo stack automaticly</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="144"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="145"/>
|
||||||
<source>&Help</source>
|
<source>&Help</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="146"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="147"/>
|
||||||
<source>&Source code</source>
|
<source>&Source code</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="151"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="152"/>
|
||||||
<source>&Report a bug</source>
|
<source>&Report a bug</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="156"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="157"/>
|
||||||
<source>&Changelog</source>
|
<source>&Changelog</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="161"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="162"/>
|
||||||
<source>&Help translating!</source>
|
<source>&Help translating!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="167"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="168"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="176"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="177"/>
|
||||||
<source>Save unsaved changes?</source>
|
<source>Save unsaved changes?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="178"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/AppMenuBar.qml" line="179"/>
|
||||||
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
<source>This plot contains unsaved changes. By doing this, all unsaved data will be lost. Continue?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -179,8 +179,8 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="211"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="212"/>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="231"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/EditorDialog.qml" line="233"/>
|
||||||
<source>+ Create new %1</source>
|
<source>+ Create new %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -240,17 +240,17 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>HistoryBrowser</name>
|
<name>HistoryBrowser</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="84"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="81"/>
|
||||||
<source>Redo ></source>
|
<source>Redo ></source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="103"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="100"/>
|
||||||
<source>> Now</source>
|
<source>> Now</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="132"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml" line="129"/>
|
||||||
<source>< Undo</source>
|
<source>< Undo</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -329,7 +329,7 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectCreationGrid</name>
|
<name>ObjectCreationGrid</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="39"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectCreationGrid.qml" line="41"/>
|
||||||
<source>+ Create new:</source>
|
<source>+ Create new:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -337,37 +337,37 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>ObjectLists</name>
|
<name>ObjectLists</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Hide all %1</source>
|
<source>Hide all %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="73"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="74"/>
|
||||||
<source>Show all %1</source>
|
<source>Show all %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="110"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
||||||
<source>Hide %1 %2</source>
|
<source>Hide %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="111"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="112"/>
|
||||||
<source>Show %1 %2</source>
|
<source>Show %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="149"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="158"/>
|
||||||
<source>Set %1 %2 position</source>
|
<source>Set %1 %2 position</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="174"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="183"/>
|
||||||
<source>Delete %1 %2</source>
|
<source>Delete %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="207"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/ObjectLists/ObjectLists.qml" line="216"/>
|
||||||
<source>Pick new color for %1 %2</source>
|
<source>Pick new color for %1 %2</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -486,16 +486,25 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<context>
|
<context>
|
||||||
<name>changelog</name>
|
<name>changelog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="49"/>
|
<location filename="../helper.py" line="48"/>
|
||||||
<source>Could not fetch changelog: Server error {}.</source>
|
<source>Could not fetch changelog: Server error {}.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../helper.py" line="51"/>
|
<location filename="../helper.py" line="50"/>
|
||||||
<source>Could not fetch update: {}.</source>
|
<source>Could not fetch update: {}.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>color</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="43"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/color.js" line="53"/>
|
||||||
|
<source>%1 %2's color changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>comment</name>
|
<name>comment</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -529,6 +538,37 @@ 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>create</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="53"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/create.js" line="57"/>
|
||||||
|
<source>New %1 %2 created.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>delete</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="42"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/delete.js" line="46"/>
|
||||||
|
<source>%1 %2 deleted.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>editproperty</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="106"/>
|
||||||
|
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/editproperty.js" line="113"/>
|
||||||
|
<source>%1 of %2 changed from %3 to %4.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>function</name>
|
<name>function</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -566,36 +606,11 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>historylib</name>
|
<name>name</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="89"/>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="51"/>
|
||||||
<source>New %1 %2 created.</source>
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/name.js" line="57"/>
|
||||||
<translation type="unfinished"></translation>
|
<source>%1 %2 renamed to %3.</source>
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="110"/>
|
|
||||||
<source>%1 %2 deleted.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="188"/>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="266"/>
|
|
||||||
<source>%1 of %2 %3 changed from "%4" to "%5".</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="217"/>
|
|
||||||
<source>%1 %2 shown.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="219"/>
|
|
||||||
<source>%1 %2 hidden.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="250"/>
|
|
||||||
<source>Name of %1 %2 changed to %3.</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
@ -893,11 +908,6 @@ These settings can be changed at any time from the "Settings" menu.</s
|
||||||
<source>baseValues</source>
|
<source>baseValues</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/historylib.js" line="267"/>
|
|
||||||
<source>color</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>repartition</name>
|
<name>repartition</name>
|
||||||
|
@ -979,6 +989,21 @@ 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>visibility</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 shown.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="46"/>
|
||||||
|
<location filename="../qml/eu/ad5001/LogarithmPlotter/js/history/visibility.js" line="52"/>
|
||||||
|
<source>%1 %2 hidden.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>xcursor</name>
|
<name>xcursor</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
|
@ -146,12 +146,12 @@ MenuBar {
|
||||||
Action {
|
Action {
|
||||||
text: qsTr("&Source code")
|
text: qsTr("&Source code")
|
||||||
icon.name: 'software-sources'
|
icon.name: 'software-sources'
|
||||||
onTriggered: Helper.openUrl("https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues")
|
onTriggered: Qt.openUrlExternally("https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues")
|
||||||
}
|
}
|
||||||
Action {
|
Action {
|
||||||
text: qsTr("&Report a bug")
|
text: qsTr("&Report a bug")
|
||||||
icon.name: 'tools-report-bug'
|
icon.name: 'tools-report-bug'
|
||||||
onTriggered: Helper.openUrl("https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues")
|
onTriggered: Qt.openUrlExternally("https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues")
|
||||||
}
|
}
|
||||||
Action {
|
Action {
|
||||||
text: qsTr("&Changelog")
|
text: qsTr("&Changelog")
|
||||||
|
@ -161,7 +161,7 @@ MenuBar {
|
||||||
Action {
|
Action {
|
||||||
text: qsTr("&Help translating!")
|
text: qsTr("&Help translating!")
|
||||||
icon.name: 'translator'
|
icon.name: 'translator'
|
||||||
onTriggered: Helper.openUrl("https://hosted.weblate.org/engage/logarithmplotter/")
|
onTriggered: Qt.openUrlExternally("https://hosted.weblate.org/engage/logarithmplotter/")
|
||||||
}
|
}
|
||||||
MenuSeparator { }
|
MenuSeparator { }
|
||||||
Action {
|
Action {
|
||||||
|
|
|
@ -20,6 +20,7 @@ import QtQuick 2.12
|
||||||
import QtQml 2.12
|
import QtQml 2.12
|
||||||
import "../js/objects.js" as Objects
|
import "../js/objects.js" as Objects
|
||||||
import "../js/historylib.js" as HistoryLib
|
import "../js/historylib.js" as HistoryLib
|
||||||
|
import "../js/history/common.js" as HistoryCommon
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmltype History
|
\qmltype History
|
||||||
|
@ -209,5 +210,6 @@ Item {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
HistoryLib.history = historyObj
|
HistoryLib.history = historyObj
|
||||||
|
HistoryCommon.themeTextColor = sysPalette.windowText
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,11 +43,6 @@ ScrollView {
|
||||||
*/
|
*/
|
||||||
property int actionWidth: width-20
|
property int actionWidth: width-20
|
||||||
|
|
||||||
/*!
|
|
||||||
\qmlproperty int HistoryBrowser::actionHeight
|
|
||||||
Height of the actions.
|
|
||||||
*/
|
|
||||||
property int actionHeight: 40
|
|
||||||
/*!
|
/*!
|
||||||
\qmlproperty int HistoryBrowser::darkTheme
|
\qmlproperty int HistoryBrowser::darkTheme
|
||||||
true when the system is running with a dark theme, false otherwise.
|
true when the system is running with a dark theme, false otherwise.
|
||||||
|
@ -72,7 +67,7 @@ ScrollView {
|
||||||
HistoryItem {
|
HistoryItem {
|
||||||
id: redoButton
|
id: redoButton
|
||||||
width: actionWidth
|
width: actionWidth
|
||||||
height: actionHeight
|
//height: actionHeight
|
||||||
isRedo: true
|
isRedo: true
|
||||||
idx: index
|
idx: index
|
||||||
darkTheme: historyBrowser.darkTheme
|
darkTheme: historyBrowser.darkTheme
|
||||||
|
@ -96,7 +91,7 @@ ScrollView {
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: redoColumn.bottom
|
anchors.top: redoColumn.bottom
|
||||||
width: actionWidth
|
width: actionWidth
|
||||||
height: actionHeight
|
height: 40
|
||||||
color: sysPalette.highlight
|
color: sysPalette.highlight
|
||||||
Text {
|
Text {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
@ -120,7 +115,7 @@ ScrollView {
|
||||||
HistoryItem {
|
HistoryItem {
|
||||||
id: undoButton
|
id: undoButton
|
||||||
width: actionWidth
|
width: actionWidth
|
||||||
height: actionHeight
|
//height: actionHeight
|
||||||
isRedo: false
|
isRedo: false
|
||||||
idx: index
|
idx: index
|
||||||
darkTheme: historyBrowser.darkTheme
|
darkTheme: historyBrowser.darkTheme
|
||||||
|
|
|
@ -59,13 +59,27 @@ Button {
|
||||||
*/
|
*/
|
||||||
readonly property var historyAction: isRedo ? history.redoStack[idx] : history.undoStack[history.undoCount-idx-1]
|
readonly property var historyAction: isRedo ? history.redoStack[idx] : history.undoStack[history.undoCount-idx-1]
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\qmlproperty int HistoryItem::actionHeight
|
||||||
|
Base height of the action.
|
||||||
|
*/
|
||||||
|
readonly property int actionHeight: 40
|
||||||
|
/*!
|
||||||
|
\qmlproperty color HistoryItem::clr
|
||||||
|
Color of the history action.
|
||||||
|
*/
|
||||||
|
readonly property color clr: historyAction.color(darkTheme)
|
||||||
|
|
||||||
|
height: Math.max(actionHeight, label.height + 15)
|
||||||
|
|
||||||
|
|
||||||
LinearGradient {
|
LinearGradient {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
start: Qt.point(0, 0)
|
start: Qt.point(0, 0)
|
||||||
end: Qt.point(parent.width, 0)
|
end: Qt.point(parent.width, 0)
|
||||||
gradient: Gradient {
|
gradient: Gradient {
|
||||||
GradientStop { position: 0.1; color: "transparent" }
|
GradientStop { position: 0.1; color: "transparent" }
|
||||||
GradientStop { position: 1.5; color: historyAction.color(darkTheme) }
|
GradientStop { position: 1.5; color: clr }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,7 +88,7 @@ Button {
|
||||||
width: 18
|
width: 18
|
||||||
height: 18
|
height: 18
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: (parent.height-height)/2
|
anchors.leftMargin: 6
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
color: sysPalette.windowText
|
color: sysPalette.windowText
|
||||||
|
@ -85,19 +99,21 @@ Button {
|
||||||
id: label
|
id: label
|
||||||
anchors.left: icon.right
|
anchors.left: icon.right
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.leftMargin: 4
|
anchors.leftMargin: 6
|
||||||
anchors.rightMargin: (parent.height-height)/2
|
anchors.rightMargin: 20
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
text: historyAction.getReadableString()
|
text: historyAction.getHTMLString().replace(/\$\{tag_color\}/g, clr)
|
||||||
|
textFormat: Text.RichText
|
||||||
clip: true
|
clip: true
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
|
|
||||||
//text: historyAction.getReadableString()
|
//text: historyAction.getReadableString()
|
||||||
|
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
ToolTip.delay: 200
|
ToolTip.delay: 200
|
||||||
ToolTip.text: label.text
|
ToolTip.text: historyAction.getReadableString()
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if(isRedo)
|
if(isRedo)
|
||||||
|
@ -105,6 +121,14 @@ Button {
|
||||||
else
|
else
|
||||||
history.undoMultipleDefered(+idx+1)
|
history.undoMultipleDefered(+idx+1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
color: sysPalette. window
|
||||||
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
height: 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -334,7 +334,7 @@ ApplicationWindow {
|
||||||
Action {
|
Action {
|
||||||
text: qsTr("&Update LogarithmPlotter")
|
text: qsTr("&Update LogarithmPlotter")
|
||||||
icon.name: 'update'
|
icon.name: 'update'
|
||||||
onTriggered: Helper.openUrl("https://dev.apps.ad5001.eu/logarithmplotter")
|
onTriggered: Qt.openUrlExternally("https://dev.apps.ad5001.eu/logarithmplotter")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -215,9 +215,8 @@ ListView {
|
||||||
color: obj.color
|
color: obj.color
|
||||||
title: qsTr("Pick new color for %1 %2").arg(Objects.types[objType].displayType()).arg(obj.name)
|
title: qsTr("Pick new color for %1 %2").arg(Objects.types[objType].displayType()).arg(obj.name)
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
history.addToHistory(new HistoryLib.EditedProperty(
|
history.addToHistory(new HistoryLib.ColorChanged(
|
||||||
obj.name, objType, "color",
|
obj.name, objType, obj.color, color.toString()
|
||||||
obj.color, color.toString()
|
|
||||||
))
|
))
|
||||||
obj.color = color.toString()
|
obj.color = color.toString()
|
||||||
controlRow.obj = Objects.currentObjects[objType][index]
|
controlRow.obj = Objects.currentObjects[objType][index]
|
||||||
|
|
|
@ -98,7 +98,7 @@ This program is free software: you can redistribute it and/or modify it under th
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br>
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br>
|
||||||
<br>
|
<br>
|
||||||
You should have received a copy of the GNU General Public License along with this program. If not, see <a href='http://www.gnu.org/licenses/'>http://www.gnu.org/licenses/</a>."
|
You should have received a copy of the GNU General Public License along with this program. If not, see <a href='http://www.gnu.org/licenses/'>http://www.gnu.org/licenses/</a>."
|
||||||
onLinkActivated: Helper.openUrl(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
@ -108,6 +108,6 @@ You should have received a copy of the GNU General Public License along with thi
|
||||||
anchors.topMargin: 10
|
anchors.topMargin: 10
|
||||||
text: qsTr('Report a bug')
|
text: qsTr('Report a bug')
|
||||||
icon.name: 'bug'
|
icon.name: 'bug'
|
||||||
onClicked: Helper.openUrl('https://git.ad5001.eu/Ad5001/LogarithmPlotter')
|
onClicked: Qt.openUrlExternally('https://git.ad5001.eu/Ad5001/LogarithmPlotter')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,7 @@ Popup {
|
||||||
textFormat: TextEdit.MarkdownText
|
textFormat: TextEdit.MarkdownText
|
||||||
|
|
||||||
text: qsTr("Fetching changelog...")
|
text: qsTr("Fetching changelog...")
|
||||||
onLinkActivated: Helper.openUrl(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -137,11 +137,8 @@ Popup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Component.onCompleted: if(Helper.getSetting("last_install_greet") != Helper.getVersion()) {
|
||||||
running: Helper.getSetting("last_install_greet") != Helper.getVersion()
|
greetingPopup.open()
|
||||||
repeat: false
|
|
||||||
interval: 50
|
|
||||||
onTriggered: greetingPopup.open()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onClosed: Helper.setSetting("last_install_greet", Helper.getVersion())
|
onClosed: Helper.setSetting("last_install_greet", Helper.getVersion())
|
||||||
|
|
|
@ -0,0 +1,62 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pragma library
|
||||||
|
|
||||||
|
.import "editproperty.js" as EP
|
||||||
|
.import "../objects.js" as Objects
|
||||||
|
|
||||||
|
|
||||||
|
class ColorChanged extends EP.EditedProperty {
|
||||||
|
// Action used everytime when an object's color is changed
|
||||||
|
type(){return 'ColorChanged'}
|
||||||
|
|
||||||
|
icon(){return 'appearance'}
|
||||||
|
|
||||||
|
|
||||||
|
constructor(targetName = "", targetType = "Point", oldColor = "black", newColor = "white") {
|
||||||
|
super(targetName, targetType, "color", oldColor, newColor)
|
||||||
|
}
|
||||||
|
|
||||||
|
export() {
|
||||||
|
return [this.targetName, this.targetType, this.previousValue, this.newValue]
|
||||||
|
}
|
||||||
|
|
||||||
|
color(darkVer=false){return darkVer ? 'purple' : 'plum'}
|
||||||
|
|
||||||
|
getReadableString() {
|
||||||
|
return qsTr("%1 %2's color changed from %3 to %4.")
|
||||||
|
.arg(Objects.types[this.targetType].displayType()).arg(this.targetName)
|
||||||
|
.arg(this.previousValue).arg(this.newValue)
|
||||||
|
}
|
||||||
|
|
||||||
|
formatColor(color) {
|
||||||
|
return `<span style="color: ${color}; font-family: monospace; padding: 2px;">██</span>`
|
||||||
|
}
|
||||||
|
|
||||||
|
getHTMLString() {
|
||||||
|
return qsTr("%1 %2's color changed from %3 to %4.")
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg('<b style="font-size: 15px;"> ' + this.targetName + " </b>")
|
||||||
|
.arg(this.formatColor(this.previousValue)).arg(this.formatColor(this.newValue))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
|
|
||||||
.pragma library
|
.pragma library
|
||||||
|
|
||||||
|
var themeTextColor;
|
||||||
|
|
||||||
|
|
||||||
class Action {
|
class Action {
|
||||||
// Type of the action done.
|
// Type of the action done.
|
||||||
|
@ -39,7 +41,18 @@ class Action {
|
||||||
return [this.targetName, this.targetType]
|
return [this.targetName, this.targetType]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// String used in the toolkit
|
||||||
getReadableString() {
|
getReadableString() {
|
||||||
return 'Unknown action'
|
return 'Unknown action'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Returns an HTML tag containing the icon of a type
|
||||||
|
getIconRichText(type) {
|
||||||
|
return `<img source="../icons/objects/${type}.svg" style="color: ${themeTextColor};" width=18 height=18></img>`
|
||||||
|
}
|
||||||
|
|
||||||
|
// String used in the preview
|
||||||
|
getHTMLString() {
|
||||||
|
return this.getReadableString()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,62 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pragma library
|
||||||
|
|
||||||
|
.import "../objects.js" as Objects
|
||||||
|
.import "common.js" as C
|
||||||
|
|
||||||
|
class CreateNewObject extends C.Action {
|
||||||
|
// Action used for the creation of an object
|
||||||
|
type(){return 'CreateNewObject'}
|
||||||
|
|
||||||
|
icon(){return 'create'}
|
||||||
|
|
||||||
|
color(darkVer=false){return darkVer ? 'green' : 'lime'}
|
||||||
|
|
||||||
|
constructor(targetName = "", targetType = "Point", properties = []) {
|
||||||
|
super(targetName, targetType)
|
||||||
|
this.targetProperties = properties
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
undo() {
|
||||||
|
var targetIndex = Objects.getObjectsName(this.targetType).indexOf(this.targetName)
|
||||||
|
Objects.currentObjects[this.targetType][targetIndex].delete()
|
||||||
|
Objects.currentObjects[this.targetType].splice(targetIndex, 1)
|
||||||
|
}
|
||||||
|
|
||||||
|
redo() {
|
||||||
|
Objects.createNewRegisteredObject(this.targetType, this.targetProperties)
|
||||||
|
}
|
||||||
|
|
||||||
|
export() {
|
||||||
|
return [this.targetName, this.targetType, this.targetProperties]
|
||||||
|
}
|
||||||
|
|
||||||
|
getReadableString() {
|
||||||
|
return qsTr("New %1 %2 created.").arg(Objects.types[this.targetType].displayType()).arg(this.targetName)
|
||||||
|
}
|
||||||
|
|
||||||
|
getHTMLString() {
|
||||||
|
return qsTr("New %1 %2 created.")
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg('<b style="font-size: 15px;">' + this.targetName + "</b>")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,50 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pragma library
|
||||||
|
|
||||||
|
.import "../objects.js" as Objects
|
||||||
|
.import "create.js" as Create
|
||||||
|
|
||||||
|
|
||||||
|
class DeleteObject extends Create.CreateNewObject {
|
||||||
|
// Action used at the deletion of an object. Basicly the same thing as creating a new object, except Redo & Undo are reversed.
|
||||||
|
type(){return 'DeleteObject'}
|
||||||
|
|
||||||
|
icon(){return 'delete'}
|
||||||
|
|
||||||
|
color(darkVer=false){return darkVer ? 'darkred' : 'salmon'}
|
||||||
|
|
||||||
|
undo() {
|
||||||
|
super.redo()
|
||||||
|
}
|
||||||
|
|
||||||
|
redo() {
|
||||||
|
super.undo()
|
||||||
|
}
|
||||||
|
|
||||||
|
getReadableString() {
|
||||||
|
return qsTr("%1 %2 deleted.").arg(Objects.types[this.targetType].displayType()).arg(this.targetName)
|
||||||
|
}
|
||||||
|
|
||||||
|
getHTMLString() {
|
||||||
|
return qsTr("%1 %2 deleted.")
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg('<b style="font-size: 15px;">' + this.targetName + "</b>")
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,121 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pragma library
|
||||||
|
|
||||||
|
.import "../objects.js" as Objects
|
||||||
|
.import "../mathlib.js" as MathLib
|
||||||
|
.import "../objs/common.js" as Common
|
||||||
|
.import "common.js" as C
|
||||||
|
|
||||||
|
class EditedProperty extends C.Action {
|
||||||
|
// Action used everytime an object's property has been changed
|
||||||
|
type(){return 'EditedProperty'}
|
||||||
|
|
||||||
|
icon(){return 'modify'}
|
||||||
|
|
||||||
|
color(darkVer=false){
|
||||||
|
return darkVer ? 'darkslateblue' : 'cyan';
|
||||||
|
}
|
||||||
|
|
||||||
|
constructor(targetName = "", targetType = "Point", targetProperty = "visible", previousValue = false, newValue = true, valueIsExpressionNeedingImport = false) {
|
||||||
|
super(targetName, targetType)
|
||||||
|
this.targetProperty = targetProperty
|
||||||
|
this.targetPropertyReadable = qsTranslate("prop", this.targetProperty)
|
||||||
|
this.previousValue = previousValue
|
||||||
|
this.newValue = newValue
|
||||||
|
this.propertyType = Objects.types[targetType].properties()[targetProperty]
|
||||||
|
if(valueIsExpressionNeedingImport) {
|
||||||
|
if(this.propertyType == "Expression") {
|
||||||
|
this.previousValue = new MathLib.Expression(this.previousValue);
|
||||||
|
this.newValue = new MathLib.Expression(this.newValue);
|
||||||
|
} else if(this.propertyType == "Domain") {
|
||||||
|
this.previousValue = MathLib.parseDomain(this.previousValue);
|
||||||
|
this.newValue = MathLib.parseDomain(this.newValue);
|
||||||
|
} else {
|
||||||
|
// Objects
|
||||||
|
this.previousValue = Objects.getObjectByName(this.previousValue);
|
||||||
|
this.newValue = Objects.getObjectByName(this.newValue);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
this.setReadableValues()
|
||||||
|
}
|
||||||
|
|
||||||
|
undo() {
|
||||||
|
Objects.getObjectByName(this.targetName, this.targetType)[this.targetProperty] = this.previousValue
|
||||||
|
}
|
||||||
|
|
||||||
|
redo() {
|
||||||
|
Objects.getObjectByName(this.targetName, this.targetType)[this.targetProperty] = this.newValue
|
||||||
|
}
|
||||||
|
|
||||||
|
export() {
|
||||||
|
if(this.previousValue instanceof MathLib.Expression) {
|
||||||
|
return [this.targetName, this.targetType, this.targetProperty, this.previousValue.toEditableString(), this.newValue.toEditableString(), true]
|
||||||
|
} else if(this.previousValue instanceof Common.DrawableObject) {
|
||||||
|
return [this.targetName, this.targetType, this.targetProperty, this.previousValue.name, this.newValue.name, true]
|
||||||
|
} else {
|
||||||
|
return [this.targetName, this.targetType, this.targetProperty, this.previousValue, this.newValue, false]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
setReadableValues() {
|
||||||
|
this.prev = "";
|
||||||
|
this.next = "";
|
||||||
|
if(this.propertyType instanceof Object) {
|
||||||
|
switch(this.propertyType.type) {
|
||||||
|
case "Enum":
|
||||||
|
this.prev = this.propertyType.translatedValues[this.propertyType.values.indexOf(this.previousValue)]
|
||||||
|
this.next = this.propertyType.translatedValues[this.propertyType.values.indexOf(this.newValue)]
|
||||||
|
break;
|
||||||
|
case "ObjectType":
|
||||||
|
this.prev = this.previousValue.name
|
||||||
|
this.next = this.newValue.name
|
||||||
|
break;
|
||||||
|
case "List":
|
||||||
|
this.prev = this.previousValue.join(",")
|
||||||
|
this.next = this.newValue.name.join(",")
|
||||||
|
break;
|
||||||
|
case "Dict":
|
||||||
|
this.prev = JSON.stringify(this.previousValue).replace("'", "\\'").replace('"', "'")
|
||||||
|
this.next = JSON.stringify(this.newValue).replace("'", "\\'").replace('"', "'")
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.prev = this.previousValue == null ? "null" : this.previousValue.toString()
|
||||||
|
this.next = this.newValue == null ? "null" : this.newValue.toString()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
getReadableString() {
|
||||||
|
return qsTr('%1 of %2 %3 changed from "%4" to "%5".')
|
||||||
|
.arg(this.targetPropertyReadable)
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg(this.targetName).arg(this.prev).arg(this.next)
|
||||||
|
}
|
||||||
|
|
||||||
|
getHTMLString() {
|
||||||
|
return qsTr('%1 of %2 changed from %3 to %4.')
|
||||||
|
.arg(this.targetPropertyReadable)
|
||||||
|
.arg('<b style="font-size: 15px;"> ' + this.targetName + ' </b>')
|
||||||
|
.arg('<tt style="background: rgba(128,128,128,0.1);"> '+this.prev+' </tt>')
|
||||||
|
.arg('<tt style="background: rgba(128,128,128,0.1);"> '+this.next+'</tt>')
|
||||||
|
// .arg('<b style="font-size: 15px;">' + Objects.types[this.targetType].displayType())
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,63 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pragma library
|
||||||
|
|
||||||
|
.import "editproperty.js" as EP
|
||||||
|
.import "../objects.js" as Objects
|
||||||
|
|
||||||
|
|
||||||
|
class NameChanged extends EP.EditedProperty {
|
||||||
|
// Action used everytime an object's property has been changed
|
||||||
|
type(){return 'NameChanged'}
|
||||||
|
|
||||||
|
icon(){return 'name'}
|
||||||
|
|
||||||
|
|
||||||
|
color(darkVer=false){return darkVer ? 'darkorange' : 'orange'}
|
||||||
|
|
||||||
|
constructor(targetName = "", targetType = "Point", newName = "") {
|
||||||
|
super(targetName, targetType, "name", targetName, newName)
|
||||||
|
}
|
||||||
|
|
||||||
|
export() {
|
||||||
|
return [this.targetName, this.targetType, this.newValue]
|
||||||
|
}
|
||||||
|
|
||||||
|
undo() {
|
||||||
|
Objects.getObjectByName(this.newValue, this.targetType)['name'] = this.previousValue
|
||||||
|
}
|
||||||
|
|
||||||
|
redo() {
|
||||||
|
Objects.getObjectByName(this.previousValue, this.targetType)['name'] = this.newValue
|
||||||
|
}
|
||||||
|
|
||||||
|
getReadableString() {
|
||||||
|
return qsTr('%1 %2 renamed to %3.')
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg(this.targetName).arg(this.newValue)
|
||||||
|
}
|
||||||
|
|
||||||
|
getHTMLString() {
|
||||||
|
return qsTr('%1 %2 renamed to %3.')
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg('<b style="font-size: 15px;">' + this.targetName + "</b>").arg('<b>'+this.newValue+'</b>')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,57 @@
|
||||||
|
/**
|
||||||
|
* LogarithmPlotter - 2D plotter software to make BODE plots, sequences and repartition functions.
|
||||||
|
* Copyright (C) 2022 Ad5001
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
.pragma library
|
||||||
|
|
||||||
|
.import "editproperty.js" as EP
|
||||||
|
.import "../objects.js" as Objects
|
||||||
|
|
||||||
|
|
||||||
|
class EditedVisibility extends EP.EditedProperty {
|
||||||
|
// Action used when an object's shown or hidden.
|
||||||
|
type(){return 'EditedVisibility'}
|
||||||
|
|
||||||
|
icon(){return 'visibility'}
|
||||||
|
|
||||||
|
color(darkVer=false){
|
||||||
|
return this.newValue ?
|
||||||
|
(darkVer ? 'darkgray' : 'whitesmoke') :
|
||||||
|
(darkVer ? 'dimgray' : 'lightgray')
|
||||||
|
}
|
||||||
|
|
||||||
|
constructor(targetName = "", targetType = "Point", newValue = true) {
|
||||||
|
super(targetName, targetType, "visible", !newValue, newValue)
|
||||||
|
}
|
||||||
|
|
||||||
|
export() {
|
||||||
|
return [this.targetName, this.targetType, this.newValue]
|
||||||
|
}
|
||||||
|
|
||||||
|
getReadableString() {
|
||||||
|
return (this.newValue ? qsTr('%1 %2 shown.') : qsTr('%1 %2 hidden.'))
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg(this.targetName)
|
||||||
|
}
|
||||||
|
|
||||||
|
getHTMLString() {
|
||||||
|
return (this.newValue ? qsTr('%1 %2 shown.') : qsTr('%1 %2 hidden.'))
|
||||||
|
.arg(Objects.types[this.targetType].displayType())
|
||||||
|
.arg('<b style="font-size: 15px;">' + this.targetName + "</b>")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -20,255 +20,24 @@
|
||||||
// Each type of event is repertoried as an action that can be listed for everything that's undoable.
|
// Each type of event is repertoried as an action that can be listed for everything that's undoable.
|
||||||
.pragma library
|
.pragma library
|
||||||
|
|
||||||
.import "objects.js" as Objects
|
.import "history/common.js" as Common
|
||||||
.import "parameters.js" as P
|
.import "history/create.js" as Create
|
||||||
.import "objs/common.js" as Common
|
.import "history/delete.js" as Delete
|
||||||
.import "utils.js" as Utils
|
.import "history/editproperty.js" as EP
|
||||||
.import "mathlib.js" as MathLib
|
.import "history/visibility.js" as V
|
||||||
|
.import "history/name.js" as Name
|
||||||
|
.import "history/color.js" as Color
|
||||||
|
|
||||||
var history = null;
|
var history = null;
|
||||||
|
|
||||||
class Action {
|
|
||||||
// Type of the action done.
|
|
||||||
type(){return 'Unknown'}
|
|
||||||
|
|
||||||
// Icon of the action to be used in history browser.
|
|
||||||
icon(){return 'unknown'}
|
|
||||||
|
|
||||||
// Color associated with the action.
|
|
||||||
color(darkVer=false){return darkVer ? 'black' : 'white'}
|
|
||||||
|
|
||||||
// TargetName is the name of the object that's targeted by the event.
|
|
||||||
constructor(targetName = "", targetType = "Point") {
|
|
||||||
this.targetName = targetName
|
|
||||||
this.targetType = targetType
|
|
||||||
}
|
|
||||||
|
|
||||||
undo() {}
|
|
||||||
|
|
||||||
redo() {}
|
|
||||||
|
|
||||||
export() {
|
|
||||||
return [this.targetName, this.targetType]
|
|
||||||
}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
return 'Unknown action'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class CreateNewObject extends Action {
|
var Action = Common.Action
|
||||||
// Action used for the creation of an object
|
var CreateNewObject = Create.CreateNewObject
|
||||||
type(){return 'CreateNewObject'}
|
var DeleteObject = Delete.DeleteObject
|
||||||
|
var EditedProperty = EP.EditedProperty
|
||||||
icon(){return 'create'}
|
var EditedVisibility = V.EditedVisibility
|
||||||
|
var NameChanged = Name.NameChanged
|
||||||
color(darkVer=false){return darkVer ? 'green' : 'lime'}
|
var ColorChanged = Color.ColorChanged
|
||||||
|
|
||||||
constructor(targetName = "", targetType = "Point", properties = []) {
|
|
||||||
super(targetName, targetType)
|
|
||||||
this.targetProperties = properties
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
undo() {
|
|
||||||
var targetIndex = Objects.getObjectsName(this.targetType).indexOf(this.targetName)
|
|
||||||
Objects.currentObjects[this.targetType][targetIndex].delete()
|
|
||||||
Objects.currentObjects[this.targetType].splice(targetIndex, 1)
|
|
||||||
}
|
|
||||||
|
|
||||||
redo() {
|
|
||||||
Objects.createNewRegisteredObject(this.targetType, this.targetProperties)
|
|
||||||
}
|
|
||||||
|
|
||||||
export() {
|
|
||||||
return [this.targetName, this.targetType, this.targetProperties]
|
|
||||||
}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
return qsTr("New %1 %2 created.").arg(Objects.types[this.targetType].displayType()).arg(this.targetName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class DeleteObject extends CreateNewObject {
|
|
||||||
// Action used at the deletion of an object. Basicly the same thing as creating a new object, except Redo & Undo are reversed.
|
|
||||||
type(){return 'DeleteObject'}
|
|
||||||
|
|
||||||
icon(){return 'delete'}
|
|
||||||
|
|
||||||
color(darkVer=false){return darkVer ? 'darkred' : 'salmon'}
|
|
||||||
|
|
||||||
undo() {
|
|
||||||
super.redo()
|
|
||||||
}
|
|
||||||
|
|
||||||
redo() {
|
|
||||||
super.undo()
|
|
||||||
}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
return qsTr("%1 %2 deleted.").arg(Objects.types[this.targetType].displayType()).arg(this.targetName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class EditedProperty extends Action {
|
|
||||||
// Action used everytime an object's property has been changed
|
|
||||||
type(){return 'EditedProperty'}
|
|
||||||
|
|
||||||
icon(){return 'modify'}
|
|
||||||
|
|
||||||
color(darkVer=false){return darkVer ? 'darkslateblue' : 'cyan'}
|
|
||||||
|
|
||||||
constructor(targetName = "", targetType = "Point", targetProperty = "visible", previousValue = false, newValue = true, valueIsExpressionNeedingImport = false) {
|
|
||||||
super(targetName, targetType)
|
|
||||||
this.targetProperty = targetProperty
|
|
||||||
this.targetPropertyReadable = qsTranslate("prop", this.targetProperty)
|
|
||||||
this.previousValue = previousValue
|
|
||||||
this.newValue = newValue
|
|
||||||
this.propertyType = Objects.types[targetType].properties()[targetProperty]
|
|
||||||
if(valueIsExpressionNeedingImport) {
|
|
||||||
if(this.propertyType == "Expression") {
|
|
||||||
this.previousValue = new MathLib.Expression(this.previousValue);
|
|
||||||
this.newValue = new MathLib.Expression(this.newValue);
|
|
||||||
} else if(this.propertyType == "Domain") {
|
|
||||||
this.previousValue = MathLib.parseDomain(this.previousValue);
|
|
||||||
this.newValue = MathLib.parseDomain(this.newValue);
|
|
||||||
} else {
|
|
||||||
// Objects
|
|
||||||
this.previousValue = Objects.getObjectByName(this.previousValue);
|
|
||||||
this.newValue = Objects.getObjectByName(this.newValue);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
undo() {
|
|
||||||
Objects.getObjectByName(this.targetName, this.targetType)[this.targetProperty] = this.previousValue
|
|
||||||
}
|
|
||||||
|
|
||||||
redo() {
|
|
||||||
Objects.getObjectByName(this.targetName, this.targetType)[this.targetProperty] = this.newValue
|
|
||||||
}
|
|
||||||
|
|
||||||
export() {
|
|
||||||
if(this.previousValue instanceof MathLib.Expression) {
|
|
||||||
return [this.targetName, this.targetType, this.targetProperty, this.previousValue.toEditableString(), this.newValue.toEditableString(), true]
|
|
||||||
} else if(this.previousValue instanceof Common.DrawableObject) {
|
|
||||||
return [this.targetName, this.targetType, this.targetProperty, this.previousValue.name, this.newValue.name, true]
|
|
||||||
} else {
|
|
||||||
return [this.targetName, this.targetType, this.targetProperty, this.previousValue, this.newValue, false]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
let prev = "";
|
|
||||||
let next = "";
|
|
||||||
if(this.propertyType instanceof Object) {
|
|
||||||
switch(this.propertyType.type) {
|
|
||||||
case "Enum":
|
|
||||||
prev = this.propertyType.translatedValues[this.propertyType.values.indexOf(this.previousValue)]
|
|
||||||
next = this.propertyType.translatedValues[this.propertyType.values.indexOf(this.newValue)]
|
|
||||||
break;
|
|
||||||
case "ObjectType":
|
|
||||||
prev = this.previousValue.name
|
|
||||||
next = this.newValue.name
|
|
||||||
break;
|
|
||||||
case "List":
|
|
||||||
prev = this.previousValue.join(",")
|
|
||||||
next = this.newValue.name.join(",")
|
|
||||||
break;
|
|
||||||
case "Dict":
|
|
||||||
prev = JSON.stringify(this.previousValue).replace("'", "\\'").replace('"', "'")
|
|
||||||
next = JSON.stringify(this.newValue).replace("'", "\\'").replace('"', "'")
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
prev = this.previousValue == null ? "null" : this.previousValue.toString()
|
|
||||||
next = this.newValue == null ? "null" : this.newValue.toString()
|
|
||||||
}
|
|
||||||
return qsTr('%1 of %2 %3 changed from "%4" to "%5".')
|
|
||||||
.arg(this.targetPropertyReadable)
|
|
||||||
.arg(Objects.types[this.targetType].displayType())
|
|
||||||
.arg(this.targetName).arg(prev).arg(next)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class EditedVisibility extends EditedProperty {
|
|
||||||
// Action used everytime an object's property has been changed
|
|
||||||
type(){return 'EditedVisibility'}
|
|
||||||
|
|
||||||
icon(){return 'visibility'}
|
|
||||||
|
|
||||||
color(darkVer=false){
|
|
||||||
return this.newValue ?
|
|
||||||
(darkVer ? 'darkgray' : 'whitesmoke') :
|
|
||||||
(darkVer ? 'dimgray' : 'lightgray')
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor(targetName = "", targetType = "Point", newValue = true) {
|
|
||||||
super(targetName, targetType, "visible", !newValue, newValue)
|
|
||||||
}
|
|
||||||
|
|
||||||
export() {
|
|
||||||
return [this.targetName, this.targetType, this.newValue]
|
|
||||||
}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
if(this.newValue) {
|
|
||||||
return qsTr('%1 %2 shown.').arg(this.targetType).arg(this.targetName)
|
|
||||||
} else {
|
|
||||||
return qsTr('%1 %2 hidden.').arg(this.targetType).arg(this.targetName)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class NameChanged extends EditedProperty {
|
|
||||||
// Action used everytime an object's property has been changed
|
|
||||||
type(){return 'NameChanged'}
|
|
||||||
|
|
||||||
icon(){return 'name'}
|
|
||||||
|
|
||||||
|
|
||||||
color(darkVer=false){return darkVer ? 'darkorange' : 'orange'}
|
|
||||||
|
|
||||||
constructor(targetName = "", targetType = "Point", newName = "") {
|
|
||||||
super(targetName, targetType, "name", targetName, newName)
|
|
||||||
}
|
|
||||||
|
|
||||||
export() {
|
|
||||||
return [this.targetName, this.targetType, this.newValue]
|
|
||||||
}
|
|
||||||
|
|
||||||
undo() {
|
|
||||||
Objects.getObjectByName(this.newValue, this.targetType)['name'] = this.previousValue
|
|
||||||
}
|
|
||||||
|
|
||||||
redo() {
|
|
||||||
Objects.getObjectByName(this.previousValue, this.targetType)['name'] = this.newValue
|
|
||||||
}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
return qsTr('Name of %1 %2 changed to %3.')
|
|
||||||
.arg(Objects.types[this.targetType].displayType())
|
|
||||||
.arg(this.targetName).arg(this.newValue)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class ColorChanged extends EditedProperty {
|
|
||||||
// Action used everytime an object's property has been changed
|
|
||||||
type(){return 'ColorChanged'}
|
|
||||||
|
|
||||||
icon(){return 'appearance'}
|
|
||||||
|
|
||||||
|
|
||||||
color(darkVer=false){return darkVer ? 'purple' : 'plum'}
|
|
||||||
|
|
||||||
getReadableString() {
|
|
||||||
return qsTr('%1 of %2 %3 changed from "%4" to "%5".')
|
|
||||||
.arg(QT_TRANSLATE_NOOP('prop','color'))
|
|
||||||
.arg(Objects.types[this.targetType].displayType())
|
|
||||||
.arg(this.targetName).arg(this.previousValue).arg(this.newValue)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var Actions = {
|
var Actions = {
|
||||||
"Action": Action,
|
"Action": Action,
|
||||||
|
|
Loading…
Reference in a new issue