mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Added missing translations
This commit is contained in:
@ -66,10 +66,10 @@ public class UncertifiedBoardWarning extends javax.swing.JDialog {
|
|||||||
jLabel1.setText("<html><body>" + _("This board comes from an uncertified manufacturer.") + "<br>" + _("We won't be able to provide any support if it doesn't work as expected.") + "</body></html>");
|
jLabel1.setText("<html><body>" + _("This board comes from an uncertified manufacturer.") + "<br>" + _("We won't be able to provide any support if it doesn't work as expected.") + "</body></html>");
|
||||||
jLabel1.setVerticalAlignment(javax.swing.SwingConstants.TOP);
|
jLabel1.setVerticalAlignment(javax.swing.SwingConstants.TOP);
|
||||||
|
|
||||||
dontShowMeAgain.setText("Don't show me again");
|
dontShowMeAgain.setText(_("Don't show me again"));
|
||||||
dontShowMeAgain.setName("dontShowMeAgain"); // NOI18N
|
dontShowMeAgain.setName("dontShowMeAgain"); // NOI18N
|
||||||
|
|
||||||
ok.setText("OK");
|
ok.setText(_("OK"));
|
||||||
ok.addActionListener(new java.awt.event.ActionListener() {
|
ok.addActionListener(new java.awt.event.ActionListener() {
|
||||||
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
okActionPerformed(evt);
|
okActionPerformed(evt);
|
||||||
|
Reference in New Issue
Block a user