mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -04:00
added a missing language key
This commit is contained in:
parent
cee5d2dc72
commit
e52ea13573
@ -643,7 +643,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
|
||||
circuitComponent.getCircuit().clearState();
|
||||
JOptionPane.showMessageDialog(Main.this, Lang.get("msg_frequency_N", frequency));
|
||||
} catch (Exception e1) {
|
||||
new ErrorMessage("SpeedTestError").addCause(e1).show();
|
||||
new ErrorMessage(Lang.get("msg_speedTestError")).addCause(e1).show();
|
||||
}
|
||||
}
|
||||
}.setToolTip(Lang.get("menu_speedTest_tt"));
|
||||
|
@ -790,6 +790,7 @@ Die Icons stammen aus dem Tango Desktop Project.</string>
|
||||
<string name="msg_isLocked">Die Bearbeitung der Schaltung ist gesperrt. Sie können die Sperrung unter
|
||||
"{0}->{1}->{2}" aufheben.
|
||||
Das kopieren von Elementen und die Konfiguration von Dioden und FG-FETs mit der Taste [P] ist auch im gesperrten Zustand möglich.</string>
|
||||
<string name="msg_speedTestError">Fehler bei der Ausführung des Geschwindigkeitstests!</string>
|
||||
|
||||
<string name="ok">Ok</string>
|
||||
<string name="rot_0">0°</string>
|
||||
|
@ -779,6 +779,7 @@ The icons are taken from the Tango Desktop Project.</string>
|
||||
<string name="msg_isLocked">The editing of the circuit is disabled. You can remove the lock at
|
||||
"{0} -> {1} -> {2}".
|
||||
However, copying of components and the configuration of diodes and FG-FETs with the [P] key is also possible in the locked mode.</string>
|
||||
<string name="msg_speedTestError">Error during speed test!</string>
|
||||
|
||||
<string name="ok">Ok</string>
|
||||
<string name="rot_0">0°</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user