adds some missing language keys

This commit is contained in:
hneemann 2020-06-09 09:05:36 +02:00
parent 1afc9d66b7
commit f6ddd29682
2 changed files with 10 additions and 0 deletions

View File

@ -1568,6 +1568,11 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
<string name="cli_help_svg_ieee">Verwendung der IEEE Symbole.</string>
<string name="cli_errorCreatingSVG">Fehler bei der Erzeugung der SVG Datei!</string>
<string name="cli_help_stats">Erzeugt eine CSV Datei welche die Schaltungsstatistik enthält.
Aufgeführt sind alle verwendeten Komponenten.
</string>
<string name="cli_help_stats_dig">Name der Schaltung.</string>
<string name="cli_help_stats_csv">Name der Ausgabedatei.</string>
<string name="cli_errorCreatingStats">Fehler bei der Erzeugung der CSV Datei!</string>
<string name="menu_window">Fenster</string>

View File

@ -1530,6 +1530,11 @@
<string name="cli_help_svg_ieee">Use of the IEEE symbols.</string>
<string name="cli_errorCreatingSVG">Error while creating the SVG file!</string>
<string name="cli_help_stats">Creates a CSV file which contains the circuit statistics.
All components used are listed.
</string>
<string name="cli_help_stats_dig">File name of the circuit.</string>
<string name="cli_help_stats_csv">Name of the csv file to be created.</string>
<string name="cli_errorCreatingStats">Error while creating the stats file!</string>
<string name="menu_window">Windows</string>