Skip to content

Commit 0951efb

Browse files
committed
Updated i18n resources with new strings
1 parent 2fa42dc commit 0951efb

File tree

132 files changed

+4426
-2
lines changed

Some content is hidden

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

132 files changed

+4426
-2
lines changed

arduino-core/src/processing/app/i18n/Resources_ach.po

+39
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,11 @@ msgstr ""
622622
msgid "Could not replace {0}"
623623
msgstr ""
624624

625+
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
626+
#, java-format
627+
msgid "Could not write preferences file: {0}"
628+
msgstr ""
629+
625630
#: tools/Archiver.java:74
626631
msgid "Couldn't archive sketch"
627632
msgstr ""
@@ -880,6 +885,25 @@ msgid ""
880885
"http://playground.arduino.cc/Linux/All#Permission"
881886
msgstr ""
882887

888+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
889+
#, java-format
890+
msgid ""
891+
"Error parsing libraries index: {0}\n"
892+
"Try to open the Library Manager to update the libraries index."
893+
msgstr ""
894+
895+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
896+
#, java-format
897+
msgid "Error reading libraries index: {0}"
898+
msgstr ""
899+
900+
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
901+
#, java-format
902+
msgid ""
903+
"Error reading package indexes folder: {0}\n"
904+
"(maybe a permission problem?)"
905+
msgstr ""
906+
883907
#: Preferences.java:277
884908
msgid "Error reading preferences"
885909
msgstr ""
@@ -1247,6 +1271,11 @@ msgstr ""
12471271
msgid "Invalid quoting: no closing [{0}] char found."
12481272
msgstr ""
12491273

1274+
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
1275+
#, java-format
1276+
msgid "Invalid version '{0}' for library in: {1}"
1277+
msgstr ""
1278+
12501279
#: Preferences.java:102
12511280
msgid "Italian"
12521281
msgstr ""
@@ -1562,6 +1591,10 @@ msgstr ""
15621591
msgid "Please import the Wire library from the Sketch > Import Library menu."
15631592
msgstr ""
15641593

1594+
#: ../../../../../app/src/processing/app/SketchController.java:713
1595+
msgid "Please select a Port before Upload"
1596+
msgstr ""
1597+
15651598
#: ../../../../../app//src/processing/app/Editor.java:2799
15661599
msgid "Please select a port to obtain board info"
15671600
msgstr ""
@@ -2635,6 +2668,12 @@ msgstr ""
26352668
msgid "name is null"
26362669
msgstr ""
26372670

2671+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
2672+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
2673+
#, java-format
2674+
msgid "no headers files (.h) found in {0}"
2675+
msgstr ""
2676+
26382677
#: Editor.java:932
26392678
msgid "serialMenu is null"
26402679
msgstr ""

arduino-core/src/processing/app/i18n/Resources_ach.properties

+28
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@
441441
#, java-format
442442
!Could\ not\ replace\ {0}=
443443

444+
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
445+
#, java-format
446+
!Could\ not\ write\ preferences\ file\:\ {0}=
447+
444448
#: tools/Archiver.java:74
445449
!Couldn't\ archive\ sketch=
446450

@@ -632,6 +636,18 @@
632636
#, java-format
633637
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
634638

639+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
640+
#, java-format
641+
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
642+
643+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
644+
#, java-format
645+
!Error\ reading\ libraries\ index\:\ {0}=
646+
647+
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
648+
#, java-format
649+
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
650+
635651
#: Preferences.java:277
636652
!Error\ reading\ preferences=
637653

@@ -903,6 +919,10 @@
903919
#, java-format
904920
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
905921

922+
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
923+
#, java-format
924+
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
925+
906926
#: Preferences.java:102
907927
!Italian=
908928

@@ -1140,6 +1160,9 @@
11401160
#: ../../../processing/app/debug/Compiler.java:529
11411161
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
11421162

1163+
#: ../../../../../app/src/processing/app/SketchController.java:713
1164+
!Please\ select\ a\ Port\ before\ Upload=
1165+
11431166
#: ../../../../../app//src/processing/app/Editor.java:2799
11441167
!Please\ select\ a\ port\ to\ obtain\ board\ info=
11451168

@@ -1879,6 +1902,11 @@
18791902
#: Editor.java:936 Editor.java:943
18801903
!name\ is\ null=
18811904

1905+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
1906+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
1907+
#, java-format
1908+
!no\ headers\ files\ (.h)\ found\ in\ {0}=
1909+
18821910
#: Editor.java:932
18831911
!serialMenu\ is\ null=
18841912

arduino-core/src/processing/app/i18n/Resources_af.po

+39
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,11 @@ msgstr ""
623623
msgid "Could not replace {0}"
624624
msgstr ""
625625

626+
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
627+
#, java-format
628+
msgid "Could not write preferences file: {0}"
629+
msgstr ""
630+
626631
#: tools/Archiver.java:74
627632
msgid "Couldn't archive sketch"
628633
msgstr ""
@@ -881,6 +886,25 @@ msgid ""
881886
"http://playground.arduino.cc/Linux/All#Permission"
882887
msgstr ""
883888

889+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
890+
#, java-format
891+
msgid ""
892+
"Error parsing libraries index: {0}\n"
893+
"Try to open the Library Manager to update the libraries index."
894+
msgstr ""
895+
896+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
897+
#, java-format
898+
msgid "Error reading libraries index: {0}"
899+
msgstr ""
900+
901+
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
902+
#, java-format
903+
msgid ""
904+
"Error reading package indexes folder: {0}\n"
905+
"(maybe a permission problem?)"
906+
msgstr ""
907+
884908
#: Preferences.java:277
885909
msgid "Error reading preferences"
886910
msgstr ""
@@ -1248,6 +1272,11 @@ msgstr ""
12481272
msgid "Invalid quoting: no closing [{0}] char found."
12491273
msgstr ""
12501274

1275+
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
1276+
#, java-format
1277+
msgid "Invalid version '{0}' for library in: {1}"
1278+
msgstr ""
1279+
12511280
#: Preferences.java:102
12521281
msgid "Italian"
12531282
msgstr ""
@@ -1563,6 +1592,10 @@ msgstr ""
15631592
msgid "Please import the Wire library from the Sketch > Import Library menu."
15641593
msgstr ""
15651594

1595+
#: ../../../../../app/src/processing/app/SketchController.java:713
1596+
msgid "Please select a Port before Upload"
1597+
msgstr ""
1598+
15661599
#: ../../../../../app//src/processing/app/Editor.java:2799
15671600
msgid "Please select a port to obtain board info"
15681601
msgstr ""
@@ -2636,6 +2669,12 @@ msgstr ""
26362669
msgid "name is null"
26372670
msgstr ""
26382671

2672+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
2673+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
2674+
#, java-format
2675+
msgid "no headers files (.h) found in {0}"
2676+
msgstr ""
2677+
26392678
#: Editor.java:932
26402679
msgid "serialMenu is null"
26412680
msgstr ""

arduino-core/src/processing/app/i18n/Resources_af.properties

+28
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,10 @@ Arduino\:\ =Arduino\:
442442
#, java-format
443443
!Could\ not\ replace\ {0}=
444444

445+
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
446+
#, java-format
447+
!Could\ not\ write\ preferences\ file\:\ {0}=
448+
445449
#: tools/Archiver.java:74
446450
!Couldn't\ archive\ sketch=
447451

@@ -633,6 +637,18 @@ Arduino\:\ =Arduino\:
633637
#, java-format
634638
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
635639

640+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
641+
#, java-format
642+
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
643+
644+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
645+
#, java-format
646+
!Error\ reading\ libraries\ index\:\ {0}=
647+
648+
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
649+
#, java-format
650+
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
651+
636652
#: Preferences.java:277
637653
!Error\ reading\ preferences=
638654

@@ -904,6 +920,10 @@ Arduino\:\ =Arduino\:
904920
#, java-format
905921
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
906922

923+
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
924+
#, java-format
925+
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
926+
907927
#: Preferences.java:102
908928
!Italian=
909929

@@ -1141,6 +1161,9 @@ Arduino\:\ =Arduino\:
11411161
#: ../../../processing/app/debug/Compiler.java:529
11421162
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
11431163

1164+
#: ../../../../../app/src/processing/app/SketchController.java:713
1165+
!Please\ select\ a\ Port\ before\ Upload=
1166+
11441167
#: ../../../../../app//src/processing/app/Editor.java:2799
11451168
!Please\ select\ a\ port\ to\ obtain\ board\ info=
11461169

@@ -1880,6 +1903,11 @@ Yes=Ja
18801903
#: Editor.java:936 Editor.java:943
18811904
!name\ is\ null=
18821905

1906+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
1907+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
1908+
#, java-format
1909+
!no\ headers\ files\ (.h)\ found\ in\ {0}=
1910+
18831911
#: Editor.java:932
18841912
!serialMenu\ is\ null=
18851913

arduino-core/src/processing/app/i18n/Resources_an.po

+39
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,11 @@ msgstr "No se podió eliminar a versión antiga de {0}"
623623
msgid "Could not replace {0}"
624624
msgstr "No podié reemplazar {0}"
625625

626+
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
627+
#, java-format
628+
msgid "Could not write preferences file: {0}"
629+
msgstr ""
630+
626631
#: tools/Archiver.java:74
627632
msgid "Couldn't archive sketch"
628633
msgstr "No se podió archivar o programa"
@@ -881,6 +886,25 @@ msgid ""
881886
"http://playground.arduino.cc/Linux/All#Permission"
882887
msgstr ""
883888

889+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
890+
#, java-format
891+
msgid ""
892+
"Error parsing libraries index: {0}\n"
893+
"Try to open the Library Manager to update the libraries index."
894+
msgstr ""
895+
896+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
897+
#, java-format
898+
msgid "Error reading libraries index: {0}"
899+
msgstr ""
900+
901+
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
902+
#, java-format
903+
msgid ""
904+
"Error reading package indexes folder: {0}\n"
905+
"(maybe a permission problem?)"
906+
msgstr ""
907+
884908
#: Preferences.java:277
885909
msgid "Error reading preferences"
886910
msgstr "Error leyendo preferencias"
@@ -1248,6 +1272,11 @@ msgstr "Biblioteca invalida trobada en {0}: {1}"
12481272
msgid "Invalid quoting: no closing [{0}] char found."
12491273
msgstr ""
12501274

1275+
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
1276+
#, java-format
1277+
msgid "Invalid version '{0}' for library in: {1}"
1278+
msgstr ""
1279+
12511280
#: Preferences.java:102
12521281
msgid "Italian"
12531282
msgstr "Italián"
@@ -1563,6 +1592,10 @@ msgstr "Por favor, importe a biblioteca SPI d'o menú Programa > Importar Biblio
15631592
msgid "Please import the Wire library from the Sketch > Import Library menu."
15641593
msgstr "Por favor, importe a biblioteca Wire dende o menú Prochecto > Importar Biblioteca."
15651594

1595+
#: ../../../../../app/src/processing/app/SketchController.java:713
1596+
msgid "Please select a Port before Upload"
1597+
msgstr ""
1598+
15661599
#: ../../../../../app//src/processing/app/Editor.java:2799
15671600
msgid "Please select a port to obtain board info"
15681601
msgstr ""
@@ -2636,6 +2669,12 @@ msgstr "ignorando grandaria de fuent invalido {0}"
26362669
msgid "name is null"
26372670
msgstr "o nombre ye vuedo"
26382671

2672+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
2673+
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
2674+
#, java-format
2675+
msgid "no headers files (.h) found in {0}"
2676+
msgstr ""
2677+
26392678
#: Editor.java:932
26402679
msgid "serialMenu is null"
26412680
msgstr "serialMenu ye vuedo"

0 commit comments

Comments
 (0)