Skip to content

Commit 57a931c

Browse files
authored
Merge pull request #11414 from cmaglie/i18n-update
Some small URL fix and updates to translations
2 parents 3f0699a + ba7140e commit 57a931c

File tree

134 files changed

+10050
-6484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+10050
-6484
lines changed

Diff for: app/src/processing/app/Editor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ private JMenu buildHelpMenu() {
11631163
menu.add(item);
11641164

11651165
item = new JMenuItem(tr("Visit Arduino.cc"));
1166-
item.addActionListener(event -> Base.openURL(tr("http://www.arduino.cc/")));
1166+
item.addActionListener(event -> Base.openURL("https://www.arduino.cc/"));
11671167
menu.add(item);
11681168

11691169
// macosx already has its own about menu

Diff for: app/src/processing/app/UpdateCheck.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
public class UpdateCheck implements Runnable {
5353
Base base;
54-
String downloadURL = tr("https://www.arduino.cc/latest.txt");
54+
String downloadURL = "https://www.arduino.cc/latest.txt";
5555

5656
static final long ONE_DAY = 24 * 60 * 60 * 1000;
5757

@@ -116,7 +116,7 @@ public void run() {
116116
options,
117117
options[0]);
118118
if (result == JOptionPane.YES_OPTION) {
119-
Base.openURL(tr("https://www.arduino.cc/en/Main/Software"));
119+
Base.openURL("https://www.arduino.cc/en/software");
120120
}
121121
}
122122
}

Diff for: arduino-core/src/processing/app/i18n/Resources_ach.po

+89-55
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@ msgstr ""
116116
msgid "A newer {0} package is available"
117117
msgstr ""
118118

119+
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:97
120+
msgid ""
121+
"A package index has an invalid signature and needs to be updated.\n"
122+
"Please open the Board Manager from the menu\n"
123+
"\n"
124+
" Tools -> Board -> Board Manager\n"
125+
"\n"
126+
"to update it"
127+
msgstr ""
128+
119129
#: ../../../../../app/src/processing/app/Base.java:2307
120130
msgid "A subfolder of your sketchbook is not a valid library"
121131
msgstr ""
@@ -148,10 +158,6 @@ msgstr ""
148158
msgid "Afrikaans"
149159
msgstr ""
150160

151-
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:248
152-
msgid "Aggressively cache compiled core"
153-
msgstr ""
154-
155161
#: ../../../processing/app/Preferences.java:96
156162
msgid "Albanian"
157163
msgstr ""
@@ -169,10 +175,6 @@ msgid ""
169175
"the old version. Use Open to re-open the sketch and try again.\n"
170176
msgstr ""
171177

172-
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
173-
msgid "An error occurred while updating libraries index!"
174-
msgstr ""
175-
176178
#: ../../../processing/app/BaseNoGui.java:528
177179
msgid "An error occurred while uploading the sketch"
178180
msgstr ""
@@ -228,14 +230,6 @@ msgstr ""
228230
msgid "Arduino"
229231
msgstr ""
230232

231-
#: ../../../processing/app/I18n.java:83
232-
msgid "Arduino ARM (32-bits) Boards"
233-
msgstr ""
234-
235-
#: ../../../processing/app/I18n.java:82
236-
msgid "Arduino AVR Boards"
237-
msgstr ""
238-
239233
#: Editor.java:2137
240234
msgid ""
241235
"Arduino can only open its own sketches\n"
@@ -373,6 +367,10 @@ msgstr ""
373367
msgid "Board: "
374368
msgstr ""
375369

370+
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:97
371+
msgid "Boards"
372+
msgstr ""
373+
376374
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
377375
msgid "Boards Manager"
378376
msgstr ""
@@ -624,6 +622,11 @@ msgstr ""
624622
msgid "Could not replace {0}"
625623
msgstr ""
626624

625+
#: ../../../../../arduino-core/src/cc/arduino/packages/DiscoveryManager.java:93
626+
#, java-format
627+
msgid "Could not start discovery '{0}': {1}"
628+
msgstr ""
629+
627630
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
628631
#, java-format
629632
msgid "Could not write preferences file: {0}"
@@ -692,6 +695,11 @@ msgstr ""
692695
msgid "Delete"
693696
msgstr ""
694697

698+
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:69
699+
#, java-format
700+
msgid "Dependencies for library {0}:{1}"
701+
msgstr ""
702+
695703
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
696704
msgid "Device Control"
697705
msgstr ""
@@ -789,10 +797,6 @@ msgstr ""
789797
msgid "Dutch (Netherlands)"
790798
msgstr ""
791799

792-
#: ../../../../../app/src/processing/app/Editor.java:1309
793-
msgid "Edison Help"
794-
msgstr ""
795-
796800
#: Editor.java:1130
797801
msgid "Edit"
798802
msgstr ""
@@ -1101,10 +1105,6 @@ msgstr ""
11011105
msgid "Galician (Spain)"
11021106
msgstr ""
11031107

1104-
#: ../../../../../app/src/processing/app/Editor.java:1288
1105-
msgid "Galileo Help"
1106-
msgstr ""
1107-
11081108
#: ../../../processing/app/Preferences.java:94
11091109
msgid "Georgian"
11101110
msgstr ""
@@ -1236,6 +1236,14 @@ msgstr ""
12361236
msgid "Install"
12371237
msgstr ""
12381238

1239+
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:91
1240+
msgid "Install '{0}' only"
1241+
msgstr ""
1242+
1243+
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:85
1244+
msgid "Install all"
1245+
msgstr ""
1246+
12391247
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
12401248
msgid "Installation completed!"
12411249
msgstr ""
@@ -1308,6 +1316,10 @@ msgstr ""
13081316
msgid "Latvian"
13091317
msgstr ""
13101318

1319+
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:107
1320+
msgid "Libraries"
1321+
msgstr ""
1322+
13111323
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
13121324
msgid "Library Manager"
13131325
msgstr ""
@@ -1325,6 +1337,11 @@ msgstr ""
13251337
msgid "Library is already installed: {0}:{1}"
13261338
msgstr ""
13271339

1340+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibraryInstaller.java:148
1341+
#, java-format
1342+
msgid "Library {0} is already installed in: {1}"
1343+
msgstr ""
1344+
13281345
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
13291346
msgid "Line number:"
13301347
msgstr ""
@@ -1375,6 +1392,14 @@ msgstr ""
13751392
msgid "More"
13761393
msgstr ""
13771394

1395+
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCellJPanel.java:71
1396+
msgid "More Info"
1397+
msgstr ""
1398+
1399+
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCellJPanel.java:38
1400+
msgid "More info"
1401+
msgstr ""
1402+
13781403
#: Preferences.java:449
13791404
msgid "More preferences can be edited directly in the file"
13801405
msgstr ""
@@ -1476,6 +1501,10 @@ msgstr ""
14761501
msgid "No parameters"
14771502
msgstr ""
14781503

1504+
#: ../../../../../app/src/processing/app/Base.java:1721
1505+
msgid "No programmers available for this board"
1506+
msgstr ""
1507+
14791508
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
14801509
msgid "No proxy"
14811510
msgstr ""
@@ -1484,6 +1513,10 @@ msgstr ""
14841513
msgid "No really, time for some fresh air for you."
14851514
msgstr ""
14861515

1516+
#: ../../../../../arduino-core/src/cc/arduino/packages/DiscoveryManager.java:78
1517+
msgid "No recipes defined for discovery '{0}'"
1518+
msgstr ""
1519+
14871520
#: Editor.java:1872
14881521
#, java-format
14891522
msgid "No reference available for \"{0}\""
@@ -1515,10 +1548,10 @@ msgstr ""
15151548
msgid "Norwegian Bokmål"
15161549
msgstr ""
15171550

1518-
#: ../../../processing/app/Sketch.java:1656
1551+
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:105
15191552
msgid ""
1520-
"Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size "
1521-
"for tips on reducing your footprint."
1553+
"Not enough memory; see https://support.arduino.cc/hc/en-us/"
1554+
"articles/360013825179 for tips on reducing your footprint."
15221555
msgstr ""
15231556

15241557
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
@@ -1530,6 +1563,10 @@ msgstr ""
15301563
msgid "One file added to the sketch."
15311564
msgstr ""
15321565

1566+
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCellJPanel.java:72
1567+
msgid "Online Help"
1568+
msgstr ""
1569+
15331570
#: ../../../processing/app/BaseNoGui.java:455
15341571
msgid "Only --verify, --upload or --get-pref are supported"
15351572
msgstr ""
@@ -1693,10 +1730,10 @@ msgstr ""
16931730
msgid "Problem getting data folder"
16941731
msgstr ""
16951732

1696-
#: debug/Uploader.java:209
1733+
#: ../../../../../arduino-core/src/cc/arduino/packages/Uploader.java:179
16971734
msgid ""
1698-
"Problem uploading to board. See "
1699-
"http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
1735+
"Problem uploading to board. See https://support.arduino.cc/hc/en-us/"
1736+
"sections/360003198300 for suggestions."
17001737
msgstr ""
17011738

17021739
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
@@ -1831,6 +1868,10 @@ msgstr ""
18311868
msgid "Saving..."
18321869
msgstr ""
18331870

1871+
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:136
1872+
msgid "Search Filter"
1873+
msgstr ""
1874+
18341875
#: ../../../processing/app/FindReplace.java:131
18351876
msgid "Search all Sketch Tabs"
18361877
msgstr ""
@@ -1973,10 +2014,10 @@ msgstr ""
19732014
msgid "Sketch is read-only"
19742015
msgstr ""
19752016

1976-
#: Sketch.java:1653
2017+
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:104
19772018
msgid ""
1978-
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
1979-
"tips on reducing it."
2019+
"Sketch too big; see https://support.arduino.cc/hc/en-us/"
2020+
"articles/360013825179 for tips on reducing it."
19802021
msgstr ""
19812022

19822023
#: ../../../processing/app/Sketch.java:1639
@@ -2128,6 +2169,13 @@ msgid ""
21282169
"(ASCII only and no spaces, and it cannot start with a number)"
21292170
msgstr ""
21302171

2172+
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:115
2173+
#, java-format
2174+
msgid ""
2175+
"The library {0} needs some other library<br />dependencies currently not "
2176+
"installed:"
2177+
msgstr ""
2178+
21312179
#: ../../../../../app/src/processing/app/SketchController.java:170
21322180
msgid "The main file cannot use an extension"
21332181
msgstr ""
@@ -2324,10 +2372,6 @@ msgstr ""
23242372
msgid "Update"
23252373
msgstr ""
23262374

2327-
#: Preferences.java:428
2328-
msgid "Update sketch files to new extension on save (.pde -> .ino)"
2329-
msgstr ""
2330-
23312375
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:88
23322376
#, java-format
23332377
msgid "Updates available for some of your {0}boards{1}"
@@ -2379,6 +2423,10 @@ msgstr ""
23792423
msgid "Use Selection For Find"
23802424
msgstr ""
23812425

2426+
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:285
2427+
msgid "Use accessibility features"
2428+
msgstr ""
2429+
23822430
#: Preferences.java:409
23832431
msgid "Use external editor"
23842432
msgstr ""
@@ -2520,6 +2568,10 @@ msgstr ""
25202568
msgid "Wire.send() has been renamed Wire.write()."
25212569
msgstr ""
25222570

2571+
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/MultiLibraryInstallDialog.java:128
2572+
msgid "Would you like to install also all the missing dependencies?"
2573+
msgstr ""
2574+
25232575
#: FindReplace.java:105
25242576
msgid "Wrap Around"
25252577
msgstr ""
@@ -2662,18 +2714,6 @@ msgstr ""
26622714
msgid "connected!"
26632715
msgstr ""
26642716

2665-
#: ../../../../../app/src/processing/app/Editor.java:1352
2666-
msgid "http://www.arduino.cc/"
2667-
msgstr ""
2668-
2669-
#: UpdateCheck.java:118
2670-
msgid "http://www.arduino.cc/en/Main/Software"
2671-
msgstr ""
2672-
2673-
#: UpdateCheck.java:53
2674-
msgid "http://www.arduino.cc/latest.txt"
2675-
msgstr ""
2676-
26772717
#: Preferences.java:625
26782718
#, java-format
26792719
msgid "ignoring invalid font size {0}"
@@ -2718,12 +2758,6 @@ msgstr ""
27182758
msgid "{0} - {1} | Arduino {2}"
27192759
msgstr ""
27202760

2721-
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
2722-
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
2723-
#, java-format
2724-
msgid "{0} file signature verification failed"
2725-
msgstr ""
2726-
27272761
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
27282762
#, java-format
27292763
msgid "{0} file signature verification failed. File ignored."

0 commit comments

Comments
 (0)