mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Updated i18n resources with new strings
This commit is contained in:
parent
2fa42dc08e
commit
0951efb711
@ -622,6 +622,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -880,6 +885,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1247,6 +1271,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
@ -1562,6 +1591,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2635,6 +2668,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -441,6 +441,10 @@
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -632,6 +636,18 @@
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -903,6 +919,10 @@
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
|
||||
@ -1140,6 +1160,9 @@
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1879,6 +1902,11 @@
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1248,6 +1272,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
@ -1563,6 +1592,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2636,6 +2669,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -442,6 +442,10 @@ Arduino\:\ =Arduino\:
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -633,6 +637,18 @@ Arduino\:\ =Arduino\:
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -904,6 +920,10 @@ Arduino\:\ =Arduino\:
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
|
||||
@ -1141,6 +1161,9 @@ Arduino\:\ =Arduino\:
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1880,6 +1903,11 @@ Yes=Ja
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr "No se podió eliminar a versión antiga de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "No podié reemplazar {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "No se podió archivar o programa"
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Error leyendo preferencias"
|
||||
@ -1248,6 +1272,11 @@ msgstr "Biblioteca invalida trobada en {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italián"
|
||||
@ -1563,6 +1592,10 @@ msgstr "Por favor, importe a biblioteca SPI d'o menú Programa > Importar Biblio
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Por favor, importe a biblioteca Wire dende o menú Prochecto > Importar Biblioteca."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2636,6 +2669,12 @@ msgstr "ignorando grandaria de fuent invalido {0}"
|
||||
msgid "name is null"
|
||||
msgstr "o nombre ye vuedo"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu ye vuedo"
|
||||
|
@ -442,6 +442,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=No se podi\u00f3 eliminar a versi\u00f
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=No podi\u00e9 reemplazar {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=No se podi\u00f3 archivar o programa
|
||||
|
||||
@ -633,6 +637,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Error ubrindo puerto "{0}"
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Error leyendo preferencias
|
||||
|
||||
@ -904,6 +920,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioteca invalida trobada en {0}\: {1}
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Itali\u00e1n
|
||||
|
||||
@ -1141,6 +1161,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Por favor, importe a biblioteca Wire dende o men\u00fa Prochecto > Importar Biblioteca.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1880,6 +1903,11 @@ ignoring\ invalid\ font\ size\ {0}=ignorando grandaria de fuent invalido {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=o nombre ye vuedo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu ye vuedo
|
||||
|
||||
|
@ -630,6 +630,11 @@ msgstr "لا يمكن حذف الاصدار السابق من {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "لا يمكن استبدال {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "لا يمكن ارشفة الشيفرة البرمجية"
|
||||
@ -888,6 +893,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "خطأ في فتح المنفذ التسلسلي \"{0}\". حاول نصائح المستند التالي http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "خطأ في قراءة الخصائص"
|
||||
@ -1255,6 +1279,11 @@ msgstr "العثور على مكتبة غير صالحةفي {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "إقتباس غير صحيح: لم يعثر على [{0}] رمز إغلاق"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1570,6 +1599,10 @@ msgstr "الرجاء استورد مكتبة الـ SPI من القائمة شي
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "الرجاء إستيراد مكتبة Wire من قائمة الشيفرة البرمجية > استيراد مكتبة"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2643,6 +2676,12 @@ msgstr "تجاهل الخطأ في حجم الخط {0}"
|
||||
msgid "name is null"
|
||||
msgstr "الاسم فارغ"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "قائمة-المنفد التلسلسي فارغة"
|
||||
|
@ -449,6 +449,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u0644\u0627 \u064a\u0645\u0643\u0646
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0631\u0634\u0641\u0629 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629
|
||||
|
||||
@ -640,6 +644,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u062e\u0637\u0623 \u0641\u064a \u0641\u0
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u062e\u0637\u0623 \u0641\u064a \u0641\u062a\u062d \u0627\u0644\u0645\u0646\u0641\u0630 \u0627\u0644\u062a\u0633\u0644\u0633\u0644\u064a "{0}". \u062d\u0627\u0648\u0644 \u0646\u0635\u0627\u0626\u062d \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u062e\u0637\u0623 \u0641\u064a \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u062e\u0635\u0627\u0626\u0635
|
||||
|
||||
@ -911,6 +927,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u0627\u0644\u0639\u062b\u0648\u0631 \u0
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u0625\u0642\u062a\u0628\u0627\u0633 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\: \u0644\u0645 \u064a\u0639\u062b\u0631 \u0639\u0644\u0649 [{0}] \u0631\u0645\u0632 \u0625\u063a\u0644\u0627\u0642
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1148,6 +1168,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0633\u062a\u064a\u0631\u0627\u062f \u0645\u0643\u062a\u0628\u0629 Wire \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0634\u064a\u0641\u0631\u0629 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 > \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0645\u0643\u062a\u0628\u0629
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1887,6 +1910,11 @@ ignoring\ invalid\ font\ size\ {0}=\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u0627\u0644\u0627\u0633\u0645 \u0641\u0627\u0631\u063a
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u0642\u0627\u0626\u0645\u0629-\u0627\u0644\u0645\u0646\u0641\u062f \u0627\u0644\u062a\u0644\u0633\u0644\u0633\u064a \u0641\u0627\u0631\u063a\u0629
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1248,6 +1272,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
@ -1563,6 +1592,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2636,6 +2669,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -442,6 +442,10 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -633,6 +637,18 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -904,6 +920,10 @@ An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
|
||||
@ -1141,6 +1161,9 @@ Open...=Abrir...
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1880,6 +1903,11 @@ You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr "Немагчыма выдаліць старую весію {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Немагчыма замяніць {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Немагчыма архіваваць скетч"
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Памылка адчынення паслядоўнага порту ''{0}''. Азнаёмцеся з дакументацыяй наhttp://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Памылка чытання наладак"
|
||||
@ -1248,6 +1272,11 @@ msgstr "Кепская бібліятэка знойдзена ў {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Італьянская"
|
||||
@ -1563,6 +1592,10 @@ msgstr "Калі ласка імпартуйце SPI-бібліятэку пра
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Калі ласка, абярыце порт, каб атрымаць звесткі аб плаце"
|
||||
@ -2636,6 +2669,12 @@ msgstr "ігнарую памылковы памер шрыфта {0}"
|
||||
msgid "name is null"
|
||||
msgstr "імя - null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu is null"
|
||||
|
@ -442,6 +442,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u041d\u0435\u043c\u0430\u0433\u0447\u
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u041d\u0435\u043c\u0430\u0433\u0447\u044b\u043c\u0430 \u0437\u0430\u043c\u044f\u043d\u0456\u0446\u044c {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u041d\u0435\u043c\u0430\u0433\u0447\u044b\u043c\u0430 \u0430\u0440\u0445\u0456\u0432\u0430\u0432\u0430\u0446\u044c \u0441\u043a\u0435\u0442\u0447
|
||||
|
||||
@ -633,6 +637,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u041f\u0430\u043c\u044b\u043b\u043a\u043
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u041f\u0430\u043c\u044b\u043b\u043a\u0430 \u0430\u0434\u0447\u044b\u043d\u0435\u043d\u043d\u044f \u043f\u0430\u0441\u043b\u044f\u0434\u043e\u045e\u043d\u0430\u0433\u0430 \u043f\u043e\u0440\u0442\u0443 ''{0}''. \u0410\u0437\u043d\u0430\u0451\u043c\u0446\u0435\u0441\u044f \u0437 \u0434\u0430\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u044b\u044f\u0439 \u043d\u0430http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u041f\u0430\u043c\u044b\u043b\u043a\u0430 \u0447\u044b\u0442\u0430\u043d\u043d\u044f \u043d\u0430\u043b\u0430\u0434\u0430\u043a
|
||||
|
||||
@ -904,6 +920,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u041a\u0435\u043f\u0441\u043a\u0430\u04
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0406\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0430\u044f
|
||||
|
||||
@ -1141,6 +1161,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=\u041a\u0430\u043b\u0456 \u043b\u0430\u0441\u043a\u0430, \u0430\u0431\u044f\u0440\u044b\u0446\u0435 \u043f\u043e\u0440\u0442, \u043a\u0430\u0431 \u0430\u0442\u0440\u044b\u043c\u0430\u0446\u044c \u0437\u0432\u0435\u0441\u0442\u043a\u0456 \u0430\u0431 \u043f\u043b\u0430\u0446\u0435
|
||||
|
||||
@ -1880,6 +1903,11 @@ ignoring\ invalid\ font\ size\ {0}=\u0456\u0433\u043d\u0430\u0440\u0443\u044e \u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u0456\u043c\u044f - null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu is null
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "Старата версия на „{0}“ не може да бъде
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "„{0}“ не може да се замени"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Скицата не може да бъде архивирана"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Грешка при отваряне на сериен порт „{0}“. Прегледайте документацията на http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Грешка при четенето на предпочитанията"
|
||||
@ -1253,6 +1277,11 @@ msgstr "Намерена е неправилна библиотека в {0}: {1
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Неправилни кавички: липсва затварящ знак [{0}]."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Италиански"
|
||||
@ -1568,6 +1597,10 @@ msgstr "Моля, внесете библиотеката „SPI“ от мен
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Моля, внесете библиотеката „Wire“ от менюто „Скица > Внасяне на библиотека“."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Моля, посочете порт, от който да бъде получена информация за платката"
|
||||
@ -2641,6 +2674,12 @@ msgstr "пренебрегване на неправилен размер на
|
||||
msgid "name is null"
|
||||
msgstr "„name“ е празно"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "„serialMenu“ е празно"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u0421\u0442\u0430\u0440\u0430\u0442\u
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u201e{0}\u201c \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043c\u0435\u043d\u0438
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0421\u043a\u0438\u0446\u0430\u0442\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u0430\u043d\u0430
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u0413\u0440\u0435\u0448\u043a\u0430 \u04
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u0441\u0435\u0440\u0438\u0435\u043d \u043f\u043e\u0440\u0442 \u201e{0}\u201c. \u041f\u0440\u0435\u0433\u043b\u0435\u0434\u0430\u0439\u0442\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0442\u0430 \u043d\u0430 http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0447\u0435\u0442\u0435\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u044f\u0442\u0430
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u041d\u0430\u043c\u0435\u0440\u0435\u04
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u043d\u0438 \u043a\u0430\u0432\u0438\u0447\u043a\u0438\: \u043b\u0438\u043f\u0441\u0432\u0430 \u0437\u0430\u0442\u0432\u0430\u0440\u044f\u0449 \u0437\u043d\u0430\u043a [{0}].
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0418\u0442\u0430\u043b\u0438\u0430\u043d\u0441\u043a\u0438
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u041c\u043e\u043b\u044f, \u0432\u043d\u0435\u0441\u0435\u0442\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430 \u201eWire\u201c \u043e\u0442 \u043c\u0435\u043d\u044e\u0442\u043e \u201e\u0421\u043a\u0438\u0446\u0430 > \u0412\u043d\u0430\u0441\u044f\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u201c.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=\u041c\u043e\u043b\u044f, \u043f\u043e\u0441\u043e\u0447\u0435\u0442\u0435 \u043f\u043e\u0440\u0442, \u043e\u0442 \u043a\u043e\u0439\u0442\u043e \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043f\u043b\u0430\u0442\u043a\u0430\u0442\u0430
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=\u043f\u0440\u0435\u043d\u0435\u0431\u0440\u0
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u201ename\u201c \u0435 \u043f\u0440\u0430\u0437\u043d\u043e
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u201eserialMenu\u201c \u0435 \u043f\u0440\u0430\u0437\u043d\u043e
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr "Nije moguće ukloniti staru verziju {0}."
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Nije moguće zamijeniti {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1248,6 +1272,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "italijanski"
|
||||
@ -1563,6 +1592,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2636,6 +2669,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -442,6 +442,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Nije mogu\u0107e ukloniti staru verzij
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Nije mogu\u0107e zamijeniti {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -633,6 +637,18 @@ Error=Gre\u0161ka
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -904,6 +920,10 @@ Indonesian=indonezijski
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=italijanski
|
||||
|
||||
@ -1141,6 +1161,9 @@ Persian=perzijski
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1880,6 +1903,11 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -633,6 +633,11 @@ msgstr "No es pot esborrar l'anterior versió de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "No es pot substituir {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "No s´ha pogut arxivar el sketch"
|
||||
@ -891,6 +896,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Error a l'obrir el port sèrie \"{0}\". Prova a consultar la documentació a http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Error en llegir les preferències"
|
||||
@ -1258,6 +1282,11 @@ msgstr "Biblioteca invàlida trobada en {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Cita invàlida: no s'ha trobat el caràcter [{0}] de tancament."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "italià"
|
||||
@ -1573,6 +1602,10 @@ msgstr "Importeu la biblioteca SPI del menú Sketch > Importa biblioteca."
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Importeu la llibreria Wire de Sketch > Menú Importació biblioteca"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Seleccioneu un port per obtenir la informació de la placa"
|
||||
@ -2646,6 +2679,12 @@ msgstr "Ignorant mida de font invàlida {0}"
|
||||
msgid "name is null"
|
||||
msgstr "El nom es null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu es null"
|
||||
|
@ -452,6 +452,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=No es pot esborrar l'anterior versi\u0
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=No es pot substituir {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=No s\u00b4ha pogut arxivar el sketch
|
||||
|
||||
@ -643,6 +647,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Error al obrir el port s\u00e8rie "{0}".
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Error a l'obrir el port s\u00e8rie "{0}". Prova a consultar la documentaci\u00f3 a http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Error en llegir les prefer\u00e8ncies
|
||||
|
||||
@ -914,6 +930,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioteca inv\u00e0lida trobada en {0}
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Cita inv\u00e0lida\: no s'ha trobat el car\u00e0cter [{0}] de tancament.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=itali\u00e0
|
||||
|
||||
@ -1151,6 +1171,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Importeu la llibreria Wire de Sketch > Men\u00fa Importaci\u00f3 biblioteca
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Seleccioneu un port per obtenir la informaci\u00f3 de la placa
|
||||
|
||||
@ -1890,6 +1913,11 @@ ignoring\ invalid\ font\ size\ {0}=Ignorant mida de font inv\u00e0lida {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=El nom es null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu es null
|
||||
|
||||
|
@ -630,6 +630,11 @@ msgstr "Nemohu smazat starou verzi {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Nemohu změnit {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Projekt nebylo možné archivovat"
|
||||
@ -888,6 +893,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Chyba pri otevření sériového portu ''{0}''. Zkus se podívat na dokumentaci která je na http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Chyba při čtení nastavení"
|
||||
@ -1255,6 +1279,11 @@ msgstr "Nalezena neplatná knihovna v {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Neplatný znak úvodzovek: chýbějicí uzavírací znak [{0}]."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italština"
|
||||
@ -1570,6 +1599,10 @@ msgstr "Prosím importujte knihovnu SPI z Projektů (Sketch) > Import knihovny (
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Importujte knihovnu pro Wire z menu: Projekt > Vlož knihovnu."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Prosím vyber port ze kterého mám získat informace o desce"
|
||||
@ -2643,6 +2676,12 @@ msgstr "ignoruji nepovolenou velikost fontu {0}"
|
||||
msgid "name is null"
|
||||
msgstr "jméno je null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu je null"
|
||||
|
@ -449,6 +449,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Nemohu smazat starou verzi {0}
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Nemohu zm\u011bnit {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Projekt nebylo mo\u017en\u00e9 archivovat
|
||||
|
||||
@ -640,6 +644,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Chyba p\u0159i otev\u00edr\u00e1n\u00ed s
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Chyba pri otev\u0159en\u00ed s\u00e9riov\u00e9ho portu ''{0}''. Zkus se pod\u00edvat na dokumentaci kter\u00e1 je na http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Chyba p\u0159i \u010dten\u00ed nastaven\u00ed
|
||||
|
||||
@ -911,6 +927,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Nalezena neplatn\u00e1 knihovna v {0}\:
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Neplatn\u00fd znak \u00favodzovek\: ch\u00fdb\u011bjic\u00ed uzav\u00edrac\u00ed znak [{0}].
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Ital\u0161tina
|
||||
|
||||
@ -1148,6 +1168,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Importujte knihovnu pro Wire z menu\: Projekt > Vlo\u017e knihovnu.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Pros\u00edm vyber port ze kter\u00e9ho m\u00e1m z\u00edskat informace o desce
|
||||
|
||||
@ -1887,6 +1910,11 @@ ignoring\ invalid\ font\ size\ {0}=ignoruji nepovolenou velikost fontu {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=jm\u00e9no je null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu je null
|
||||
|
||||
|
@ -626,6 +626,11 @@ msgstr "Kunne ikke fjerne den gamle version af {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Kunne ikke erstatte {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -884,6 +889,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1251,6 +1275,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiensk"
|
||||
@ -1566,6 +1595,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2639,6 +2672,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -445,6 +445,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Kunne ikke fjerne den gamle version af
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Kunne ikke erstatte {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -636,6 +640,18 @@ Error\ compiling.=Fejl i kompilering.
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -907,6 +923,10 @@ Indonesian=Indonesisk
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiensk
|
||||
|
||||
@ -1144,6 +1164,9 @@ Persian=Persisk
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1883,6 +1906,11 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "Alte Version von {0} konnte nicht entfernt werden"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "{0} konnte nicht ersetzt werden"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Sketch konnte nicht archiviert werden"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Fehler beim Öffnen des seriellen Ports ''{0}''. Schauen Sie in die Dokumentation unter http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Fehler beim Lesen der Voreinstellungen"
|
||||
@ -1253,6 +1277,11 @@ msgstr "Ungültige Bibliothek {0} in {1} gefunden"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Ungültige Quotierung: Es konnte kein schließender [{0}]-Charakter gefunden werden."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italienisch"
|
||||
@ -1568,6 +1597,10 @@ msgstr "Bitte importieren Sie die SPI-Bibliothek aus dem Sketch > Bibliothek imp
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Bitte importieren Sie die Wire-Bibliothek aus dem Sketch > Bibliothek importieren-Menü."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Bitte wählen Sie einen Port aus, um die Boardinformationen abzurufen"
|
||||
@ -2641,6 +2674,12 @@ msgstr "Unzulässige Textgröße {0} wird ignoriert"
|
||||
msgid "name is null"
|
||||
msgstr "name ist null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu ist null"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Alte Version von {0} konnte nicht entf
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}={0} konnte nicht ersetzt werden
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Sketch konnte nicht archiviert werden
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Fehler beim \u00d6ffnen des seriellen Por
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Fehler beim \u00d6ffnen des seriellen Ports ''{0}''. Schauen Sie in die Dokumentation unter http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Fehler beim Lesen der Voreinstellungen
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Ung\u00fcltige Bibliothek {0} in {1} gef
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Ung\u00fcltige Quotierung\: Es konnte kein schlie\u00dfender [{0}]-Charakter gefunden werden.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italienisch
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Bitte importieren Sie die Wire-Bibliothek aus dem Sketch > Bibliothek importieren-Men\u00fc.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Bitte w\u00e4hlen Sie einen Port aus, um die Boardinformationen abzurufen
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=Unzul\u00e4ssige Textgr\u00f6\u00dfe {0} wird
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name ist null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu ist null
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "Δεν μπορεί να διαγραφεί η παλιά εκδοση
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Δεν μπορεί να αντικατασταθεί το {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Δεν μπόρεσε να γίνει αρχειοθέτηση του σχεδίου"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Σφάλμα ανοίγματος της σειριακής θύρας \"{0}\". Συμβουλευτείτε την τεκμηρίωση στο http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Σφάλμα ανάγνωσης προτιμήσεων"
|
||||
@ -1253,6 +1277,11 @@ msgstr "Βρέθηκε μη έγγυρη βιβλιοθήκη στο {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Μη έγγυρη παράθεση: δεν βρέθηκε χαρακτήρας [{0}] κλεισίματος."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Ιταλικά"
|
||||
@ -1568,6 +1597,10 @@ msgstr "Παρακαλώ συμπεριλάβετε την βιβλιοθήκη
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Παρακαλώ συμπεριλάβετε την βιβλιοθήκη Wire από το μενού Σχέδιο > Συμπερίληψη Βιβλιοθήκης."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2641,6 +2674,12 @@ msgstr "αγνόηση μη έγκυρου μεγέθους γραμματοσε
|
||||
msgid "name is null"
|
||||
msgstr "το όνομα είναι κενό"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "το σειριακόΜενού είναι κενό"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af \u03c4\u03bf {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0394\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b1\u03c1\u03c7\u03b5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c3\u03c7\u03b5\u03b4\u03af\u03bf\u03c5
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b1\u03bd\u03bf\u03af\u03b3\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03b9\u03c1\u03b9\u03b1\u03ba\u03ae\u03c2 \u03b8\u03cd\u03c1\u03b1\u03c2 "{0}". \u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03c5\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03c3\u03c4\u03bf http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03c9\u03bd
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u0392\u03c1\u03ad\u03b8\u03b7\u03ba\u03
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u039c\u03b7 \u03ad\u03b3\u03b3\u03c5\u03c1\u03b7 \u03c0\u03b1\u03c1\u03ac\u03b8\u03b5\u03c3\u03b7\: \u03b4\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1\u03c2 [{0}] \u03ba\u03bb\u03b5\u03b9\u03c3\u03af\u03bc\u03b1\u03c4\u03bf\u03c2.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0399\u03c4\u03b1\u03bb\u03b9\u03ba\u03ac
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 Wire \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd \u03a3\u03c7\u03ad\u03b4\u03b9\u03bf > \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03af\u03bb\u03b7\u03c8\u03b7 \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=\u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7 \u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03b5\u03bd\u03cc
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u03c4\u03bf \u03c3\u03b5\u03b9\u03c1\u03b9\u03b1\u03ba\u03cc\u039c\u03b5\u03bd\u03bf\u03cd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03b5\u03bd\u03cc
|
||||
|
||||
|
@ -622,6 +622,11 @@ msgstr "Could not remove old version of {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Could not replace {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Couldn't archive sketch"
|
||||
@ -880,6 +885,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Error opening serial port ''{0}''. Try consulting the documentation at http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Error reading preferences"
|
||||
@ -1247,6 +1271,11 @@ msgstr "Invalid library found in {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Invalid quoting: no closing [{0}] char found."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
@ -1562,6 +1591,10 @@ msgstr "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Please import the Wire library from the Sketch > Import Library menu."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Please select a port to obtain board info"
|
||||
@ -2635,6 +2668,12 @@ msgstr "ignoring invalid font size {0}"
|
||||
msgid "name is null"
|
||||
msgstr "name is null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu is null"
|
||||
|
@ -441,6 +441,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Could not remove old version of {0}
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Could not replace {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Couldn't archive sketch
|
||||
|
||||
@ -632,6 +636,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Error opening serial port ''{0}''.
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Error opening serial port ''{0}''. Try consulting the documentation at http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Error reading preferences
|
||||
|
||||
@ -903,6 +919,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Invalid library found in {0}\: {1}
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Invalid quoting\: no closing [{0}] char found.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italian
|
||||
|
||||
@ -1140,6 +1160,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Please import the Wire library from the Sketch > Import Library menu.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Please select a port to obtain board info
|
||||
|
||||
@ -1879,6 +1902,11 @@ ignoring\ invalid\ font\ size\ {0}=ignoring invalid font size {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name is null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu is null
|
||||
|
||||
|
@ -625,6 +625,11 @@ msgstr "Could not remove old version of {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Could not replace {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Couldn't archive sketch"
|
||||
@ -883,6 +888,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Error opening serial port ''{0}''. Try consulting the documentation at http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Error reading preferences"
|
||||
@ -1250,6 +1274,11 @@ msgstr "Invalid library found in {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Invalid quoting: no closing [{0}] char found."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
@ -1565,6 +1594,10 @@ msgstr "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Please import the Wire library from the Sketch > Import Library menu."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Please select a port to obtain board info"
|
||||
@ -2638,6 +2671,12 @@ msgstr "ignoring invalid font size {0}"
|
||||
msgid "name is null"
|
||||
msgstr "name is null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu is null"
|
||||
|
@ -444,6 +444,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Could not remove old version of {0}
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Could not replace {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Couldn't archive sketch
|
||||
|
||||
@ -635,6 +639,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Error opening serial port ''{0}''.
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Error opening serial port ''{0}''. Try consulting the documentation at http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Error reading preferences
|
||||
|
||||
@ -906,6 +922,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Invalid library found in {0}\: {1}
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Invalid quoting\: no closing [{0}] char found.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italian
|
||||
|
||||
@ -1143,6 +1163,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Please import the Wire library from the Sketch > Import Library menu.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Please select a port to obtain board info
|
||||
|
||||
@ -1882,6 +1905,11 @@ ignoring\ invalid\ font\ size\ {0}=ignoring invalid font size {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name is null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu is null
|
||||
|
||||
|
@ -637,6 +637,11 @@ msgstr "No pude eliminar la versión antigua de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "No pude reemplazar {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "No se pudo archivar el programa."
|
||||
@ -895,6 +900,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Error abriendo el puerto serie \"{0}\". Pruebe a consultar la documentación en http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Error leyendo preferencias"
|
||||
@ -1262,6 +1286,11 @@ msgstr "Librería inválida encontrada en {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Citado no valido, no encontrado el carácter [{0}] de cierre."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1577,6 +1606,10 @@ msgstr "Por favor, importe la librería SPI del menú Programa > Importar Librer
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Por favor, importe la librería Wire desde el menú Proyecto > Improtar Librería."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Por favor, seleccione un puerto para obtener información de la placa"
|
||||
@ -2650,6 +2683,12 @@ msgstr "ignorando tamaño de fuente incorrento {0}"
|
||||
msgid "name is null"
|
||||
msgstr "Nombre está vacío"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu está vacío"
|
||||
|
@ -456,6 +456,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=No pude eliminar la versi\u00f3n antig
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=No pude reemplazar {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=No se pudo archivar el programa.
|
||||
|
||||
@ -647,6 +651,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Error abriendo puerto "{0}"
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Error abriendo el puerto serie "{0}". Pruebe a consultar la documentaci\u00f3n en http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Error leyendo preferencias
|
||||
|
||||
@ -918,6 +934,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Librer\u00eda inv\u00e1lida encontrada e
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Citado no valido, no encontrado el car\u00e1cter [{0}] de cierre.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1155,6 +1175,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Por favor, importe la librer\u00eda Wire desde el men\u00fa Proyecto > Improtar Librer\u00eda.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Por favor, seleccione un puerto para obtener informaci\u00f3n de la placa
|
||||
|
||||
@ -1894,6 +1917,11 @@ ignoring\ invalid\ font\ size\ {0}=ignorando tama\u00f1o de fuente incorrento {0
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=Nombre est\u00e1 vac\u00edo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu est\u00e1 vac\u00edo
|
||||
|
||||
|
@ -630,6 +630,11 @@ msgstr "„{0}“ vana versiooni ei saanud eemaldada"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "{0} pole võimalik asendada"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Visandi arhiveerimine ebaõnnestus"
|
||||
@ -888,6 +893,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Viga jadapordi „{0}“ avamisel. Proovi abi otsida dokumentatsioonist aadressil http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Viga eelistuste lugemisel"
|
||||
@ -1255,6 +1279,11 @@ msgstr "„{0}“ kataloogist leiti vigane teek: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Vigane jutumärkide/ülakomade kasutamine: sulgevat [{0}] märki ei lietud."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Itaalia"
|
||||
@ -1570,6 +1599,10 @@ msgstr "Laadi SPI teek menüüst Visand -> Laadi teek."
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Laadi Wire teek menüüst Visand -> Laadi teek."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Plaadi info nägemiseks vali port."
|
||||
@ -2643,6 +2676,12 @@ msgstr "vigase fondi suuruse „{0}“ eiramine"
|
||||
msgid "name is null"
|
||||
msgstr "name on null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu on null"
|
||||
|
@ -449,6 +449,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u201e{0}\u201c vana versiooni ei saan
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}={0} pole v\u00f5imalik asendada
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Visandi arhiveerimine eba\u00f5nnestus
|
||||
|
||||
@ -640,6 +644,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Viga jadapordi \u201e{0}\u201c avamisel.
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Viga jadapordi \u201e{0}\u201c avamisel. Proovi abi otsida dokumentatsioonist aadressil http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Viga eelistuste lugemisel
|
||||
|
||||
@ -911,6 +927,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u201e{0}\u201c kataloogist leiti vigane
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Vigane jutum\u00e4rkide/\u00fclakomade kasutamine\: sulgevat [{0}] m\u00e4rki ei lietud.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Itaalia
|
||||
|
||||
@ -1148,6 +1168,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Laadi Wire teek men\u00fc\u00fcst Visand -> Laadi teek.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Plaadi info n\u00e4gemiseks vali port.
|
||||
|
||||
@ -1887,6 +1910,11 @@ ignoring\ invalid\ font\ size\ {0}=vigase fondi suuruse \u201e{0}\u201c eiramine
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name on null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu on null
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "Ezin izango litzateke kendu bertsio zaharra{0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Ezin izango luke ordeztu {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Ezin izan da eskema artxibatu"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Hutseko irakurketako lehentasunak"
|
||||
@ -1253,6 +1277,11 @@ msgstr " {0}: {1}-etan aurkitutako liburutegi okerra"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiera"
|
||||
@ -1568,6 +1597,10 @@ msgstr "SPI-liburutegia inportatu Eskema > Erantsi liburutegia menutik."
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Wire liburutegia Eskema > Erantsi liburutegia menutik inportatu ezazu."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2641,6 +2674,12 @@ msgstr "Letra-tamaina elbarria {0} ez ikusi egin"
|
||||
msgid "name is null"
|
||||
msgstr "Izen nulu"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu-a nulua da"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Ezin izango litzateke kendu bertsio za
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Ezin izango luke ordeztu {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Ezin izan da eskema artxibatu
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=''{0}'' hutseko irekierako serieko ataka.
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Hutseko irakurketako lehentasunak
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\ {0}\: {1}-etan aurkitutako liburutegi
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiera
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Wire liburutegia Eskema > Erantsi liburutegia menutik inportatu ezazu.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=Letra-tamaina elbarria {0} ez ikusi egin
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=Izen nulu
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu-a nulua da
|
||||
|
||||
|
@ -625,6 +625,11 @@ msgstr "نمیتوان نسخهٔ قدیمی {0} را حذف نمود"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "نمیتوان {0} را جایگزین نمود"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "نمیتوان طرح را بایگانی نمود"
|
||||
@ -883,6 +888,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "خطای خواندن ترجیحات"
|
||||
@ -1250,6 +1274,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "ایتالیایی"
|
||||
@ -1565,6 +1594,10 @@ msgstr "لطفاً کتابخانه SPI را از منوی طرح > درون
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2638,6 +2671,12 @@ msgstr "درنظر نگرفتن اندازهٔ قلم نامناسب {0}"
|
||||
msgid "name is null"
|
||||
msgstr "name تهی است"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu تهی است"
|
||||
|
@ -444,6 +444,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u0646\u0645\u06cc\u200c\u062a\u0648\u
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 {0} \u0631\u0627 \u062c\u0627\u06cc\u06af\u0632\u06cc\u0646 \u0646\u0645\u0648\u062f
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0646\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0637\u0631\u062d \u0631\u0627 \u0628\u0627\u06cc\u06af\u0627\u0646\u06cc \u0646\u0645\u0648\u062f
|
||||
|
||||
@ -635,6 +639,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u062e\u0637\u0627 \u0628\u0647 \u0647\u0
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u062e\u0637\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646 \u062a\u0631\u062c\u06cc\u062d\u0627\u062a
|
||||
|
||||
@ -906,6 +922,10 @@ Indonesian=\u0627\u0646\u062f\u0648\u0646\u0632\u06cc\u0627\u06cc\u06cc
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc
|
||||
|
||||
@ -1143,6 +1163,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1882,6 +1905,11 @@ ignoring\ invalid\ font\ size\ {0}=\u062f\u0631\u0646\u0638\u0631 \u0646\u06af\u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name \u062a\u0647\u06cc \u0627\u0633\u062a
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u062a\u0647\u06cc \u0627\u0633\u062a
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "خطا در خواندن تنظیمات برنامه"
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "ایتالیایی"
|
||||
@ -1564,6 +1593,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -443,6 +443,10 @@ Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u062d\u0630\u0641 \u0641\u062
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -634,6 +638,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u062e\u0637\u0627 \u062f\u0631 \u0628\u0
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u062e\u0637\u0627 \u062f\u0631 \u062e\u0648\u0627\u0646\u062f\u0646 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0628\u0631\u0646\u0627\u0645\u0647
|
||||
|
||||
@ -905,6 +921,10 @@ Indonesian=\u0627\u0646\u062f\u0648\u0646\u0632\u0627\u06cc\u06cc
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc
|
||||
|
||||
@ -1142,6 +1162,9 @@ Persian=\u0641\u0627\u0631\u0633\u06cc
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ connected\!=\u0645\u062a\u0635\u0644 \u0634\u062f\!
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -626,6 +626,11 @@ msgstr "{0}:n vanhaa versiota ei voitu poistaa"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "{0}:aa ei voitu korvata"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Luonnoksen arkistointi ei onnistunut"
|
||||
@ -884,6 +889,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Virhe luettaessa asetuksia"
|
||||
@ -1251,6 +1275,11 @@ msgstr "Virheellinen kirjasto paikassa {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "italia"
|
||||
@ -1566,6 +1595,10 @@ msgstr "Ole hyvä ja tuo SPI kirjasto valikosta Sketsi -> Tuo kirjasto."
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2639,6 +2672,12 @@ msgstr "sivuutetaan epäkelpo fonttikoko {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nimi on tyhjä"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu on tyhjä"
|
||||
|
@ -445,6 +445,10 @@ Could\ not\ remove\ old\ version\ of\ {0}={0}\:n vanhaa versiota ei voitu poista
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}={0}\:aa ei voitu korvata
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Luonnoksen\u00a0arkistointi ei onnistunut
|
||||
|
||||
@ -636,6 +640,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Virhe avatessa sarjaporttia ''{0}''.
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Virhe luettaessa asetuksia
|
||||
|
||||
@ -907,6 +923,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Virheellinen kirjasto paikassa {0}\: {1}
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=italia
|
||||
|
||||
@ -1144,6 +1164,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1883,6 +1906,11 @@ ignoring\ invalid\ font\ size\ {0}=sivuutetaan ep\u00e4kelpo fonttikoko {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nimi on tyhj\u00e4
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu on tyhj\u00e4
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr "Hindi maaalis ang lumang bersyon na {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Hindi mapalitan ang {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Hindi mai-archive and sketch"
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "May problema sa pagread ng preferences"
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
@ -1564,6 +1593,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr "hindi papansinin ang maling sukat ng font {0}"
|
||||
msgid "name is null"
|
||||
msgstr "ang pangalan ay null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu ay null"
|
||||
|
@ -443,6 +443,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Hindi maaalis ang lumang bersyon na {0
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Hindi mapalitan ang {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Hindi mai-archive and sketch
|
||||
|
||||
@ -634,6 +638,18 @@ Error\ opening\ serial\ port\ ''{0}''.=May mali sa pagbukas ng serial port ''{0}
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=May problema sa pagread ng preferences
|
||||
|
||||
@ -905,6 +921,10 @@ Increase\ Indent=Dagdagan ang Indent
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italian
|
||||
|
||||
@ -1142,6 +1162,9 @@ Persian=Persian
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ ignoring\ invalid\ font\ size\ {0}=hindi papansinin ang maling sukat ng font {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=ang pangalan ay null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu ay null
|
||||
|
||||
|
@ -641,6 +641,11 @@ msgstr "Impossible de retirer la vieille version de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Impossible de remplacer {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Impossible d'archiver le croquis"
|
||||
@ -899,6 +904,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Erreur durant l'ouverture du port série \"{0}'. Consultez la documentation: http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Erreur pendant la lecture des préférences"
|
||||
@ -1266,6 +1290,11 @@ msgstr "Bibliothèque non valide trouvée dans {0} : {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Guillement invalide: charactère [{0}] de fermeture non trouvé."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "italien"
|
||||
@ -1581,6 +1610,10 @@ msgstr "Veuillez importer la bibliothèque SPI depuis le menu Croquis > Importer
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Veuillez importer la bibliothèque Wire depuis le menu Croquis > Importer bibliothèque..."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Veuillez sélectionner un port afin de récupérer les informations de la carte"
|
||||
@ -2654,6 +2687,12 @@ msgstr "ignore la taille de police invalide {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nom est nul"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu est nul"
|
||||
|
@ -460,6 +460,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Impossible de retirer la vieille versi
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Impossible de remplacer {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Impossible d'archiver le croquis
|
||||
|
||||
@ -651,6 +655,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Erreur d''ouverture du port s\u00e9rie \u
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Erreur durant l'ouverture du port s\u00e9rie "{0}'. Consultez la documentation\: http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Erreur pendant la lecture des pr\u00e9f\u00e9rences
|
||||
|
||||
@ -922,6 +938,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioth\u00e8que non valide trouv\u00e9
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Guillement invalide\: charact\u00e8re [{0}] de fermeture non trouv\u00e9.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=italien
|
||||
|
||||
@ -1159,6 +1179,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Veuillez importer la biblioth\u00e8que Wire depuis le menu Croquis > Importer biblioth\u00e8que...
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Veuillez s\u00e9lectionner un port afin de r\u00e9cup\u00e9rer les informations de la carte
|
||||
|
||||
@ -1898,6 +1921,11 @@ ignoring\ invalid\ font\ size\ {0}=ignore la taille de police invalide {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nom est nul
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu est nul
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr "Impossible de retirer la vieille version de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Impossible de remplacer {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Impossible d'archiver le croquis"
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Erreur de lecture des préférences"
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italien"
|
||||
@ -1564,6 +1593,10 @@ msgstr "Veuillez importer la bibliothèque SPI depuis le menu Croquis > Importer
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr "ignore la taille de police invalide {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nom est nul"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu est nul"
|
||||
|
@ -443,6 +443,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Impossible de retirer la vieille versi
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Impossible de remplacer {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Impossible d'archiver le croquis
|
||||
|
||||
@ -634,6 +638,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Erreur d''ouverture du port s\u00e9rie \u
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Erreur de lecture des pr\u00e9f\u00e9rences
|
||||
|
||||
@ -905,6 +921,10 @@ Indonesian=Indon\u00e9sien
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italien
|
||||
|
||||
@ -1142,6 +1162,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ ignoring\ invalid\ font\ size\ {0}=ignore la taille de police invalide {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nom est nul
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu est nul
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1248,6 +1272,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italjaansk"
|
||||
@ -1563,6 +1592,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2636,6 +2669,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -442,6 +442,10 @@ Copy\ as\ HTML=Kopiearje as HTML
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -633,6 +637,18 @@ Error\ inside\ Serial.{0}()=Flater yn Serial.{0}()
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -904,6 +920,10 @@ Indonesian=Yndonezysk
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italjaansk
|
||||
|
||||
@ -1141,6 +1161,9 @@ Persian\ (Iran)=Perzysk (Iran)
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1880,6 +1903,11 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -626,6 +626,11 @@ msgstr "Non se pode eliminar a versión anterior de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Non se pode reemplazar {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Non foi posíbel arquivar o sketch"
|
||||
@ -884,6 +889,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Erro lendo as preferencias"
|
||||
@ -1251,6 +1275,11 @@ msgstr "Encontrada unha biblioteca inválida en {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1566,6 +1595,10 @@ msgstr "Por favor importa a libraría SPI utilizando o menú\nSketch > Importar
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2639,6 +2672,12 @@ msgstr "ignorando tamaño inválido de tipo de letra {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nome é nulo"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu é nulo"
|
||||
|
@ -445,6 +445,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Non se pode eliminar a versi\u00f3n an
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Non se pode reemplazar {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Non foi pos\u00edbel arquivar o sketch
|
||||
|
||||
@ -636,6 +640,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Erro abrindo o porto serie ''{0}''.
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Erro lendo as preferencias
|
||||
|
||||
@ -907,6 +923,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Encontrada unha biblioteca inv\u00e1lida
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1144,6 +1164,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1883,6 +1906,11 @@ ignoring\ invalid\ font\ size\ {0}=ignorando tama\u00f1o inv\u00e1lido de tipo d
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nome \u00e9 nulo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u00e9 nulo
|
||||
|
||||
|
@ -625,6 +625,11 @@ msgstr "Non foi posíbel eliminar a versión antiga de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Non foi posíbel substituír {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Non foi posíbel arquivar o sketch"
|
||||
@ -883,6 +888,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Erro abrindo porto serie \"{0}\". Tenta consultar a documentación en http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Produciuse un erro ao ler as preferencias"
|
||||
@ -1250,6 +1274,11 @@ msgstr "Libraría non válida atopada en {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1565,6 +1594,10 @@ msgstr "Por favor importa a libraría SPI dende Sketch > menú Importar librarí
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Por favor importa a libraría Wire dende Sketch > menú Importar libraría."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Por favor, selecciona un porto para obter a información da placa"
|
||||
@ -2638,6 +2671,12 @@ msgstr "ignorando o tamaño non válido da fonte {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nome é null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu é null"
|
||||
|
@ -444,6 +444,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Non foi pos\u00edbel eliminar a versi\
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Non foi pos\u00edbel substitu\u00edr {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Non foi pos\u00edbel arquivar o sketch
|
||||
|
||||
@ -635,6 +639,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Produciuse un erro ao abrir o porto serie
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Erro abrindo porto serie "{0}". Tenta consultar a documentaci\u00f3n en http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Produciuse un erro ao ler as preferencias
|
||||
|
||||
@ -906,6 +922,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Librar\u00eda non v\u00e1lida atopada en
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1143,6 +1163,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Por favor importa a librar\u00eda Wire dende Sketch > men\u00fa Importar librar\u00eda.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Por favor, selecciona un porto para obter a informaci\u00f3n da placa
|
||||
|
||||
@ -1882,6 +1905,11 @@ ignoring\ invalid\ font\ size\ {0}=ignorando o tama\u00f1o non v\u00e1lido da fo
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nome \u00e9 null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u00e9 null
|
||||
|
||||
|
@ -626,6 +626,11 @@ msgstr "{0} के पुराने संस्करण को दूर न
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "{0} की जगह नहीं कर सका"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "स्केच संग्रह नहीं किया जा सका"
|
||||
@ -884,6 +889,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "प्रेफेरेंसस पढने में त्रुटी "
|
||||
@ -1251,6 +1275,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "इतालवी "
|
||||
@ -1566,6 +1595,10 @@ msgstr "स्केच से एस पी आई लायब्रेरी
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2639,6 +2672,12 @@ msgstr "अवैध फॉण्ट आकार को नज़रंदा
|
||||
msgid "name is null"
|
||||
msgstr "नाम मे कुछ नही है"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "सीरियलमेनू मे कुछ नही है"
|
||||
|
@ -445,6 +445,10 @@ Could\ not\ remove\ old\ version\ of\ {0}={0} \u0915\u0947 \u092a\u0941\u0930\u0
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}={0} \u0915\u0940 \u091c\u0917\u0939 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u093e
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0938\u094d\u0915\u0947\u091a \u0938\u0902\u0917\u094d\u0930\u0939 \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u093e
|
||||
|
||||
@ -636,6 +640,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u0938\u0940\u0930\u093f\u092f\u0932 \u09
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u092a\u094d\u0930\u0947\u092b\u0947\u0930\u0947\u0902\u0938\u0938 \u092a\u0922\u0928\u0947 \u092e\u0947\u0902 \u0924\u094d\u0930\u0941\u091f\u0940
|
||||
|
||||
@ -907,6 +923,10 @@ Increase\ Indent=\u0907\u0928\u094d\u0921\u0947\u0928\u094d\u091f \u092c\u0922\u
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0907\u0924\u093e\u0932\u0935\u0940
|
||||
|
||||
@ -1144,6 +1164,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1883,6 +1906,11 @@ ignoring\ invalid\ font\ size\ {0}=\u0905\u0935\u0948\u0927 \u092b\u0949\u0923\u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u0928\u093e\u092e \u092e\u0947 \u0915\u0941\u091b \u0928\u0939\u0940 \u0939\u0948
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u0938\u0940\u0930\u093f\u092f\u0932\u092e\u0947\u0928\u0942 \u092e\u0947 \u0915\u0941\u091b \u0928\u0939\u0940 \u0939\u0948
|
||||
|
||||
|
@ -625,6 +625,11 @@ msgstr "Nemogu maknuti staru verziju {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Nemogu zamjeniti {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Nemogu arhivirati skicu"
|
||||
@ -883,6 +888,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Greška pri čitanju preporučenih vrijednosti"
|
||||
@ -1250,6 +1274,11 @@ msgstr "Neispravna biblioteka u {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
@ -1565,6 +1594,10 @@ msgstr "Molimo uključite SPI biblioteku s Skica > Uključi biblioteku izbornika
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Molim vas uvezite \"Wire\" bilblioteku iz izbornika \"Skica > Uvoz biblioteke\""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2638,6 +2671,12 @@ msgstr "zanemari pogrešnu visinu {0} fonta "
|
||||
msgid "name is null"
|
||||
msgstr "name je null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu je null"
|
||||
|
@ -444,6 +444,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Nemogu maknuti staru verziju {0}
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Nemogu zamjeniti {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Nemogu arhivirati skicu
|
||||
|
||||
@ -635,6 +639,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Gre\u0161ka pri otvaranju seriskog porta
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Gre\u0161ka pri \u010ditanju preporu\u010denih vrijednosti
|
||||
|
||||
@ -906,6 +922,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Neispravna biblioteka u {0}\: {1}
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italian
|
||||
|
||||
@ -1143,6 +1163,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Molim vas uvezite "Wire" bilblioteku iz izbornika "Skica > Uvoz biblioteke"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1882,6 +1905,11 @@ ignoring\ invalid\ font\ size\ {0}=zanemari pogre\u0161nu visinu {0} fonta
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name je null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu je null
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "Nem távolítható el a(z) {0} régi verziója"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Nem lehet lecserélni: {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Nem lehet archiválni vázlatot"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Hiba a soros port ''{0}'' megnyitásakor. Próbáld meg tanulmányozni a dokumentációt itt: http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Hiba a beállítások beolvasásakor"
|
||||
@ -1253,6 +1277,11 @@ msgstr "Érvénytelen könyvtár található ebben: {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Érvénytelen idézet: nem található [{0}] lezáró karakter."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Olasz"
|
||||
@ -1568,6 +1597,10 @@ msgstr "Kérem importáld az SPI könyvtárt a Vázlat > Könyvtár Importálás
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Kérlek importáld a Wire könyvtárat a Vázlat > Könyvtár importálása menüből."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Kérlek válassz portot az alaplap info kinyeréséhez"
|
||||
@ -2641,6 +2674,12 @@ msgstr "érvénytelen {0} betűméret kihagyása"
|
||||
msgid "name is null"
|
||||
msgstr "name nulla"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu nulla"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Nem t\u00e1vol\u00edthat\u00f3 el a(z)
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Nem lehet lecser\u00e9lni\: {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Nem lehet archiv\u00e1lni v\u00e1zlatot
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Hiba a soros port ''{0}'' megnyit\u00e1sa
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Hiba a soros port ''{0}'' megnyit\u00e1sakor. Pr\u00f3b\u00e1ld meg tanulm\u00e1nyozni a dokument\u00e1ci\u00f3t itt\: http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Hiba a be\u00e1ll\u00edt\u00e1sok beolvas\u00e1sakor
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u00c9rv\u00e9nytelen k\u00f6nyvt\u00e1r
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u00c9rv\u00e9nytelen id\u00e9zet\: nem tal\u00e1lhat\u00f3 [{0}] lez\u00e1r\u00f3 karakter.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Olasz
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=K\u00e9rlek import\u00e1ld a Wire k\u00f6nyvt\u00e1rat a V\u00e1zlat > K\u00f6nyvt\u00e1r import\u00e1l\u00e1sa men\u00fcb\u0151l.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=K\u00e9rlek v\u00e1lassz portot az alaplap info kinyer\u00e9s\u00e9hez
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=\u00e9rv\u00e9nytelen {0} bet\u0171m\u00e9ret
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name nulla
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu nulla
|
||||
|
||||
|
@ -625,6 +625,11 @@ msgstr "Հնարավոր չէր ջնջել {0}-ի հին տարբերակը "
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "{0}-ն չեղավ փոխարինել"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Հնարավոր չէր արխիվացնել գծագիրը"
|
||||
@ -883,6 +888,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Սխալ ''{0}' սերիալ պորտը բացելիս: Նայիր փաստաթղթերը այտեղ http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Սխալ հղումները կարդալիս"
|
||||
@ -1250,6 +1274,11 @@ msgstr "Սխալ գրադարան է հայտնաբերվել {0}-ում: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Անվավեր մեջբերում: Փակման [{0}] նշանը չի հայտնաբերվել:"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Իտալերեն"
|
||||
@ -1565,6 +1594,10 @@ msgstr "Խնդրում ենք ներմուծեք SPI գրադարանը Գծագ
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Խնդրում ենք ներմուծեք Wire գրադարանը Գծագիր > Ներմուծել գրադարան մենյուից:"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2638,6 +2671,12 @@ msgstr "Անվավեր տառատեսակի չափը {0} անտեսվում է"
|
||||
msgid "name is null"
|
||||
msgstr "անունը null է"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu-ն null է"
|
||||
|
@ -444,6 +444,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u0540\u0576\u0561\u0580\u0561\u057e\u
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}={0}-\u0576 \u0579\u0565\u0572\u0561\u057e \u0583\u0578\u056d\u0561\u0580\u056b\u0576\u0565\u056c
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0540\u0576\u0561\u0580\u0561\u057e\u0578\u0580 \u0579\u0567\u0580 \u0561\u0580\u056d\u056b\u057e\u0561\u0581\u0576\u0565\u056c \u0563\u056e\u0561\u0563\u056b\u0580\u0568
|
||||
|
||||
@ -635,6 +639,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u054d\u0565\u0580\u056b\u0561\u056c \u05
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u054d\u056d\u0561\u056c ''{0}' \u057d\u0565\u0580\u056b\u0561\u056c \u057a\u0578\u0580\u057f\u0568 \u0562\u0561\u0581\u0565\u056c\u056b\u057d\: \u0546\u0561\u0575\u056b\u0580 \u0583\u0561\u057d\u057f\u0561\u0569\u0572\u0569\u0565\u0580\u0568 \u0561\u0575\u057f\u0565\u0572 http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u054d\u056d\u0561\u056c \u0570\u0572\u0578\u0582\u0574\u0576\u0565\u0580\u0568 \u056f\u0561\u0580\u0564\u0561\u056c\u056b\u057d
|
||||
|
||||
@ -906,6 +922,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u054d\u056d\u0561\u056c \u0563\u0580\u0
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u0531\u0576\u057e\u0561\u057e\u0565\u0580 \u0574\u0565\u057b\u0562\u0565\u0580\u0578\u0582\u0574\: \u0553\u0561\u056f\u0574\u0561\u0576 [{0}] \u0576\u0577\u0561\u0576\u0568 \u0579\u056b \u0570\u0561\u0575\u057f\u0576\u0561\u0562\u0565\u0580\u057e\u0565\u056c\:
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u053b\u057f\u0561\u056c\u0565\u0580\u0565\u0576
|
||||
|
||||
@ -1143,6 +1163,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u053d\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584 \u0576\u0565\u0580\u0574\u0578\u0582\u056e\u0565\u0584 Wire \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576\u0568 \u0533\u056e\u0561\u0563\u056b\u0580 > \u0546\u0565\u0580\u0574\u0578\u0582\u056e\u0565\u056c \u0563\u0580\u0561\u0564\u0561\u0580\u0561\u0576 \u0574\u0565\u0576\u0575\u0578\u0582\u056b\u0581\:
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1882,6 +1905,11 @@ ignoring\ invalid\ font\ size\ {0}=\u0531\u0576\u057e\u0561\u057e\u0565\u0580 \u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u0561\u0576\u0578\u0582\u0576\u0568 null \u0567
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu-\u0576 null \u0567
|
||||
|
||||
|
@ -629,6 +629,11 @@ msgstr "Tidak dapat membuang versi lama dari {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Tidak dapat diganti {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Tidak dapat mengarsipkan sketsa"
|
||||
@ -887,6 +892,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Galat membaca preferensi"
|
||||
@ -1254,6 +1278,11 @@ msgstr "Pustaka tidak sah ditemukan di {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Bahasa Italia"
|
||||
@ -1569,6 +1598,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2642,6 +2675,12 @@ msgstr "mengabaikan ukuran fonta tidak sah {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nama adalah tidak ada"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu adalah tidak ada"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Ade Malsasa Akbar <teknoloid@gmail.com>, 2013
|
||||
# adih bin asman <adih.venanda@gmail.com>, 2016
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
@ -24,7 +25,7 @@
|
||||
# Joshua Adiel Wijaya <ultima_aw@msn.com>, 2015
|
||||
# Laurensius Dede Suhardiman <burglar.tea@gmail.com>, 2018
|
||||
# Rendiyono Wahyu Saputro <rendi.7936@gmail.com>, 2015
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-04-14 08\:42+0000\nLast-Translator\: Laurensius Dede Suhardiman <burglar.tea@gmail.com>\nLanguage-Team\: Indonesian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/id/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: id\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Indonesian (http\://www.transifex.com/mbanzi/arduino-ide-15/language/id/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: id\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(memerlukan Arduino untuk mulai-ulang)
|
||||
@ -447,6 +448,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Tidak dapat membuang versi lama dari {
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Tidak dapat diganti {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Tidak dapat mengarsipkan sketsa
|
||||
|
||||
@ -638,6 +643,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Galat membuka port serial ''{0}''.
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Galat membaca preferensi
|
||||
|
||||
@ -909,6 +926,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Pustaka tidak sah ditemukan di {0}\: {1}
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Bahasa Italia
|
||||
|
||||
@ -1146,6 +1167,9 @@ Paste=Tempel
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1885,6 +1909,11 @@ ignoring\ invalid\ font\ size\ {0}=mengabaikan ukuran fonta tidak sah {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nama adalah tidak ada
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu adalah tidak ada
|
||||
|
||||
|
@ -629,6 +629,11 @@ msgstr "Impossibile eliminare la vecchia versione di {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Impossibile sostituire {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Impossibile archiviare lo sketch"
|
||||
@ -887,6 +892,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Errore nell'apertura della porta seriale \"{0}\". Prova a consultare la pagina http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Errore nella lettura delle impostazioni"
|
||||
@ -1254,6 +1278,11 @@ msgstr "Trovata libreria non valida in {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Virgolettato non valido: carattere di chiusura [{0}] non trovato."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1569,6 +1598,10 @@ msgstr "Importa la libreria SPI tramite menu \"Sketch > Importa libreria\""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Importa la libreria Wire tramite il menu \"Sketch > Importa libreria\""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Seleziona una porta per ottenere le informazioni sulla scheda"
|
||||
@ -2642,6 +2675,12 @@ msgstr "Ignoro la dimensione del font non valida {0}"
|
||||
msgid "name is null"
|
||||
msgstr "name è nullo"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu è nullo"
|
||||
|
@ -448,6 +448,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Impossibile eliminare la vecchia versi
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Impossibile sostituire {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Impossibile archiviare lo sketch
|
||||
|
||||
@ -639,6 +643,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Errore nell''apertura della porta seriale
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Errore nell'apertura della porta seriale "{0}". Prova a consultare la pagina http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Errore nella lettura delle impostazioni
|
||||
|
||||
@ -910,6 +926,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Trovata libreria non valida in {0}\: {1}
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Virgolettato non valido\: carattere di chiusura [{0}] non trovato.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1147,6 +1167,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Importa la libreria Wire tramite il menu "Sketch > Importa libreria"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Seleziona una porta per ottenere le informazioni sulla scheda
|
||||
|
||||
@ -1886,6 +1909,11 @@ ignoring\ invalid\ font\ size\ {0}=Ignoro la dimensione del font non valida {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name \u00e8 nullo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u00e8 nullo
|
||||
|
||||
|
@ -631,6 +631,11 @@ msgstr "לא ניתן להסיר גירסה ישנה של {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "לא ניתן להחליף את {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "לא ניתן להכניס את הסקיצה לארכיון"
|
||||
@ -889,6 +894,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "שגיאה בפתיחת פורט סיריאלי ''{0}''. עיינו במסמכים בכתובת http://playground.arduino.cc/Linux/All#Permission "
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "שגיאה בקריאת העדפות"
|
||||
@ -1256,6 +1280,11 @@ msgstr "ספרייה לא קבילה נמצאה ב{0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Invalid quoting: no closing [{0}] char found."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "איטלקית"
|
||||
@ -1571,6 +1600,10 @@ msgstr "אנא ייבא את ספריית ה-SPI מתפריט סקיצה -> יי
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "אנא ייבא את ספריית ה-Wire מתפריט סקיצה > ייבא ספריה"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "אנא בחר פורט לקבלת מידע לוח"
|
||||
@ -2644,6 +2677,12 @@ msgstr "מתעלם מגודל פונט לא חוקי {0}"
|
||||
msgid "name is null"
|
||||
msgstr "השם ריק"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "תפריט סיריאלי ריק"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Amit BC <amitbc123@walla.com>, 2014
|
||||
# Cristian Maglie <c.maglie@arduino.cc>, 2016
|
||||
# eli.ganem <eli.ganem@gmail.com>, 2012
|
||||
@ -26,7 +27,7 @@
|
||||
# Eyal Halfon <logme3@gmail.com>, 2012
|
||||
# Roy Zahor <roy.zahor@gmail.com>, 2015
|
||||
# saarsa <saarsabo1919@gmail.com>, 2014
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-02-01 08\:35+0000\nLast-Translator\: gideon rose\nLanguage-Team\: Hebrew (http\://www.transifex.com/mbanzi/arduino-ide-15/language/he/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: he\nPlural-Forms\: nplurals\=4; plural\=(n \=\= 1 && n % 1 \=\= 0) ? 0 \: (n \=\= 2 && n % 1 \=\= 0) ? 1\: (n % 10 \=\= 0 && n % 1 \=\= 0 && n > 10) ? 2 \: 3;\n
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2018-08-10 09\:08+0000\nLast-Translator\: Cristian Maglie <c.maglie@arduino.cc>\nLanguage-Team\: Hebrew (http\://www.transifex.com/mbanzi/arduino-ide-15/language/he/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: he\nPlural-Forms\: nplurals\=4; plural\=(n \=\= 1 && n % 1 \=\= 0) ? 0 \: (n \=\= 2 && n % 1 \=\= 0) ? 1\: (n % 10 \=\= 0 && n % 1 \=\= 0 && n > 10) ? 2 \: 3;\n
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=(\u05d3\u05d5\u05e8\u05e9 \u05d0\u05ea\u05d7\u05d5\u05dc \u05dcArduino)
|
||||
@ -449,6 +450,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05db\u05e0\u05d9\u05e1 \u05d0\u05ea \u05d4\u05e1\u05e7\u05d9\u05e6\u05d4 \u05dc\u05d0\u05e8\u05db\u05d9\u05d5\u05df
|
||||
|
||||
@ -640,6 +645,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e4\u05ea\u05d9\u05d7\u05ea \u05e4\u05d5\u05e8\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 ''{0}''. \u05e2\u05d9\u05d9\u05e0\u05d5 \u05d1\u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d1\u05db\u05ea\u05d5\u05d1\u05ea http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e7\u05e8\u05d9\u05d0\u05ea \u05d4\u05e2\u05d3\u05e4\u05d5\u05ea
|
||||
|
||||
@ -911,6 +928,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u0
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Invalid quoting\: no closing [{0}] char found.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea
|
||||
|
||||
@ -1148,6 +1169,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u05d0\u05e0\u05d0 \u05d9\u05d9\u05d1\u05d0 \u05d0\u05ea \u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4-Wire \u05de\u05ea\u05e4\u05e8\u05d9\u05d8 \u05e1\u05e7\u05d9\u05e6\u05d4 > \u05d9\u05d9\u05d1\u05d0 \u05e1\u05e4\u05e8\u05d9\u05d4
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=\u05d0\u05e0\u05d0 \u05d1\u05d7\u05e8 \u05e4\u05d5\u05e8\u05d8 \u05dc\u05e7\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05e2 \u05dc\u05d5\u05d7
|
||||
|
||||
@ -1887,6 +1911,11 @@ ignoring\ invalid\ font\ size\ {0}=\u05de\u05ea\u05e2\u05dc\u05dd \u05de\u05d2\u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u05d4\u05e9\u05dd \u05e8\u05d9\u05e7
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u05ea\u05e4\u05e8\u05d9\u05d8 \u05e1\u05d9\u05e8\u05d9\u05d0\u05dc\u05d9 \u05e8\u05d9\u05e7
|
||||
|
||||
|
@ -629,6 +629,11 @@ msgstr "「{0}」の古いバージョンを削除できませんでした。"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "「{0}」を置き換える事ができませんでした。"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "スケッチをアーカイブできませんでした。"
|
||||
@ -887,6 +892,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "シリアルポート「{0}」を開く際にエラーが発生しました。次のドキュメントを参考にしてください。http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "設定ファイルを読み込む際にエラーが発生しました。"
|
||||
@ -1254,6 +1278,11 @@ msgstr "「{0}」に、無効なライブラリ「{1}」があります。"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "無効な引用です。終了記号[{0}]がありません。"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "イタリア語"
|
||||
@ -1569,6 +1598,10 @@ msgstr "「スケッチ」メニューの「ライブラリを使用」で、SPI
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "「スケッチ」メニューの「ライブラリを使用」で、Wireライブラリを読み込んでください。"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "ボード情報を取得するにはポートを選択してください"
|
||||
@ -2642,6 +2675,12 @@ msgstr "フォントサイズの指定「{0}」が異常なので無視します
|
||||
msgid "name is null"
|
||||
msgstr "nameがnullです"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenuがnullです"
|
||||
|
@ -448,6 +448,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u300c{0}\u300d\u306e\u53e4\u3044\u30d
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u300c{0}\u300d\u3092\u7f6e\u304d\u63db\u3048\u308b\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
@ -639,6 +643,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u3092\u958b\u304f\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u6b21\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
@ -910,6 +926,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\u300c{0}\u300d\u306b\u3001\u7121\u52b9\
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\u7121\u52b9\u306a\u5f15\u7528\u3067\u3059\u3002\u7d42\u4e86\u8a18\u53f7[{0}]\u304c\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u30a4\u30bf\u30ea\u30a2\u8a9e
|
||||
|
||||
@ -1147,6 +1167,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u300c\u30b9\u30b1\u30c3\u30c1\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528\u300d\u3067\u3001Wire\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u8aad\u307f\u8fbc\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=\u30dc\u30fc\u30c9\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u30dd\u30fc\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044
|
||||
|
||||
@ -1886,6 +1909,11 @@ ignoring\ invalid\ font\ size\ {0}=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u3
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name\u304cnull\u3067\u3059
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu\u304cnull\u3067\u3059
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "შეუძლებელია წაიშალოს ძველ
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "შეუძლებელია ჩანაცვლდეს {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "ვერ მოხერხდა ჩანახატის არქივში გადატანა"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "შეცდომა ''{0}'' სერიული პორტის გახსნისას. იხილეთ დოკუმენტაცია მისამართზე http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "შეცდომა პარამეტრების წაკითხვისას"
|
||||
@ -1253,6 +1277,11 @@ msgstr "{0}-ში ნაპოვნია უმართებულო ბ
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "იტალიური"
|
||||
@ -1568,6 +1597,10 @@ msgstr "შემოიტანეთ SPI ბიბლიოთეკა მე
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "შემოიტანეთ Wire ბიბლიოთეკა მენიუდან 'ჩანახატი' -> 'ბიბლიოთეკის შემოტანა'"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2641,6 +2674,12 @@ msgstr "შრიფტის ბათილი ზომა {0} უგულ
|
||||
msgid "name is null"
|
||||
msgstr "name არის ბათილი"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu არის ბათილი"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=\u10e8\u10d4\u10e3\u10eb\u10da\u10d4\u
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u10e8\u10d4\u10e3\u10eb\u10da\u10d4\u10d1\u10d4\u10da\u10d8\u10d0 \u10e9\u10d0\u10dc\u10d0\u10ea\u10d5\u10da\u10d3\u10d4\u10e1 {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u10d5\u10d4\u10e0 \u10db\u10dd\u10ee\u10d4\u10e0\u10ee\u10d3\u10d0 \u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8\u10e1 \u10d0\u10e0\u10e5\u10d8\u10d5\u10e8\u10d8 \u10d2\u10d0\u10d3\u10d0\u10e2\u10d0\u10dc\u10d0
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\u10e8\u10d4\u10ea\u10d3\u10dd\u10db\u10d
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\u10e8\u10d4\u10ea\u10d3\u10dd\u10db\u10d0 ''{0}'' \u10e1\u10d4\u10e0\u10d8\u10e3\u10da\u10d8 \u10de\u10dd\u10e0\u10e2\u10d8\u10e1 \u10d2\u10d0\u10ee\u10e1\u10dc\u10d8\u10e1\u10d0\u10e1. \u10d8\u10ee\u10d8\u10da\u10d4\u10d7 \u10d3\u10dd\u10d9\u10e3\u10db\u10d4\u10dc\u10e2\u10d0\u10ea\u10d8\u10d0 \u10db\u10d8\u10e1\u10d0\u10db\u10d0\u10e0\u10d7\u10d6\u10d4 http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u10e8\u10d4\u10ea\u10d3\u10dd\u10db\u10d0 \u10de\u10d0\u10e0\u10d0\u10db\u10d4\u10e2\u10e0\u10d4\u10d1\u10d8\u10e1 \u10ec\u10d0\u10d9\u10d8\u10d7\u10ee\u10d5\u10d8\u10e1\u10d0\u10e1
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}={0}-\u10e8\u10d8 \u10dc\u10d0\u10de\u10d
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u10d8\u10e2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u10e8\u10d4\u10db\u10dd\u10d8\u10e2\u10d0\u10dc\u10d4\u10d7 Wire \u10d1\u10d8\u10d1\u10da\u10d8\u10dd\u10d7\u10d4\u10d9\u10d0 \u10db\u10d4\u10dc\u10d8\u10e3\u10d3\u10d0\u10dc '\u10e9\u10d0\u10dc\u10d0\u10ee\u10d0\u10e2\u10d8' -> '\u10d1\u10d8\u10d1\u10da\u10d8\u10dd\u10d7\u10d4\u10d9\u10d8\u10e1 \u10e8\u10d4\u10db\u10dd\u10e2\u10d0\u10dc\u10d0'
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=\u10e8\u10e0\u10d8\u10e4\u10e2\u10d8\u10e1 \u
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name \u10d0\u10e0\u10d8\u10e1 \u10d1\u10d0\u10d7\u10d8\u10da\u10d8
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u10d0\u10e0\u10d8\u10e1 \u10d1\u10d0\u10d7\u10d8\u10da\u10d8
|
||||
|
||||
|
@ -622,6 +622,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -880,6 +885,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1247,6 +1271,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
@ -1562,6 +1591,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2635,6 +2668,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -441,6 +441,10 @@
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -632,6 +636,18 @@
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -903,6 +919,10 @@
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
|
||||
@ -1140,6 +1160,9 @@
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1879,6 +1902,11 @@
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -627,6 +627,11 @@ msgstr "{0}의 이전 버젼을 삭제할 수 없습니다"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "{0}를 바꿀 수 없습니다"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "스케치를 보관 할 수 없습니다"
|
||||
@ -885,6 +890,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "시리얼 포트''{0}' 열기 에러'. 다음의 문서를 참고하세요 http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "환경설정을 읽는 중 오류"
|
||||
@ -1252,6 +1276,11 @@ msgstr "잘못된 라이브러리가 {0}에서 발견: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "잘못된 인용구 : 닫는 문자 [{0}] 가 없습니다."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "이탈리아어"
|
||||
@ -1567,6 +1596,10 @@ msgstr "스케치 > 라이브러리 가져오기 메뉴에서 SPI 라이브러
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "스케치 > 라이브러리 가져오기 메뉴에서 Wire library를 가겨오기하십시오. "
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "보드 정보를 얻기위해 포트를 선택하세요"
|
||||
@ -2640,6 +2673,12 @@ msgstr "잘못된 글꼴 크기 {0}를 무시"
|
||||
msgid "name is null"
|
||||
msgstr "name 이 null입니다."
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu가 Null입니다"
|
||||
|
@ -446,6 +446,10 @@ Could\ not\ remove\ old\ version\ of\ {0}={0}\uc758 \uc774\uc804 \ubc84\uc83c\uc
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}={0}\ub97c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\uc2a4\ucf00\uce58\ub97c \ubcf4\uad00 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
|
||||
|
||||
@ -637,6 +641,18 @@ Error\ opening\ serial\ port\ ''{0}''.=\uc2dc\ub9ac\uc5bc \ud3ec\ud2b8 ''{0}''
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=\uc2dc\ub9ac\uc5bc \ud3ec\ud2b8''{0}' \uc5f4\uae30 \uc5d0\ub7ec'. \ub2e4\uc74c\uc758 \ubb38\uc11c\ub97c \ucc38\uace0\ud558\uc138\uc694 http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\ud658\uacbd\uc124\uc815\uc744 \uc77d\ub294 \uc911 \uc624\ub958
|
||||
|
||||
@ -908,6 +924,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=\uc798\ubabb\ub41c \ub77c\uc774\ube0c\ub
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=\uc798\ubabb\ub41c \uc778\uc6a9\uad6c \: \ub2eb\ub294 \ubb38\uc790 [{0}] \uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\uc774\ud0c8\ub9ac\uc544\uc5b4
|
||||
|
||||
@ -1145,6 +1165,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\uc2a4\ucf00\uce58 > \ub77c\uc774\ube0c\ub7ec\ub9ac \uac00\uc838\uc624\uae30 \uba54\ub274\uc5d0\uc11c Wire library\ub97c \uac00\uaca8\uc624\uae30\ud558\uc2ed\uc2dc\uc624.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=\ubcf4\ub4dc \uc815\ubcf4\ub97c \uc5bb\uae30\uc704\ud574 \ud3ec\ud2b8\ub97c \uc120\ud0dd\ud558\uc138\uc694
|
||||
|
||||
@ -1884,6 +1907,11 @@ ignoring\ invalid\ font\ size\ {0}=\uc798\ubabb\ub41c \uae00\uaf34 \ud06c\uae30
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name \uc774 null\uc785\ub2c8\ub2e4.
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu\uac00 Null\uc785\ub2c8\ub2e4
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
@ -1564,6 +1593,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -443,6 +443,10 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -634,6 +638,18 @@ Could\ not\ open\ the\ folder\n{0}=Ne\u012fmanoma atidaryti aplank\u0105\n{0}
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -905,6 +921,10 @@ Installing...=\u012era\u0161oma...
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
|
||||
@ -1142,6 +1162,9 @@ Please\ confirm\ library\ deletion=Pra\u0161ome patvirtinti bibliotekos trynim\u
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr "Neizdevās aizvākt {0} veco versiju"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Neizdevās aizvietot {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Neizdevās arhivēt skici"
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Kļūda, nolasot iestatījumus"
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
@ -1564,6 +1593,10 @@ msgstr "Lūdzu, importējiet SPI bibliotēku no Skice > Importēt bibliotēku iz
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr "ignorē nederīgu fontu izmēru {0}"
|
||||
msgid "name is null"
|
||||
msgstr "vārds ir tukšs"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu ir tukšs"
|
||||
|
@ -443,6 +443,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Neizdev\u0101s aizv\u0101kt {0} veco v
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Neizdev\u0101s aizvietot {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Neizdev\u0101s arhiv\u0113t skici
|
||||
|
||||
@ -634,6 +638,18 @@ Error\ opening\ serial\ port\ ''{0}''.=K\u013c\u016bda, atverot seri\u0101lo por
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=K\u013c\u016bda, nolasot iestat\u012bjumus
|
||||
|
||||
@ -905,6 +921,10 @@ Installing...=Instal\u0113...
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italian
|
||||
|
||||
@ -1142,6 +1162,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ ignoring\ invalid\ font\ size\ {0}=ignor\u0113 neder\u012bgu fontu izm\u0113ru {
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=v\u0101rds ir tuk\u0161s
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu ir tuk\u0161s
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
@ -1564,6 +1593,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr "नाव रिक्त आहे"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "सिरिअल मेनू रिक्त आहे"
|
||||
|
@ -443,6 +443,10 @@ Copy\ for\ Forum=\u092b\u094b\u0930\u092e \u0938\u093e\u0920\u0940 \u0915\u0949\
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -634,6 +638,18 @@ Environment=\u092a\u0930\u093f\u0938\u0930
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -905,6 +921,10 @@ Increase\ Indent=\u0905\u0902\u0924\u0930 \u0935\u093e\u0922\u0935\u093e
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
!Italian=
|
||||
|
||||
@ -1142,6 +1162,9 @@ Paste=\u092a\u0947\u0938\u094d\u091f
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ Visit\ Arduino.cc=arduino.cc \u0932\u093e \u092d\u0947\u091f \u0926\u094d\u092f\
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u0928\u093e\u0935 \u0930\u093f\u0915\u094d\u0924 \u0906\u0939\u0947
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u0938\u093f\u0930\u093f\u0905\u0932 \u092e\u0947\u0928\u0942 \u0930\u093f\u0915\u094d\u0924 \u0906\u0939\u0947
|
||||
|
||||
|
@ -624,6 +624,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -882,6 +887,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1249,6 +1273,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "အီတလီဘာသာ"
|
||||
@ -1564,6 +1593,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2637,6 +2670,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -443,6 +443,10 @@ Could\ not\ delete\ "{0}".="{0}" \u1000\u102d\u102f \u1019\u1016\u103b\u1000\u10
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -634,6 +638,18 @@ Error\ opening\ serial\ port\ ''{0}''.=serial port "{0}" \u1000\u102d\u102f \u10
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -905,6 +921,10 @@ Indonesian=\u1021\u1004\u103a\u1012\u102d\u102f\u1014\u102e\u1038\u101b\u103e\u1
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u1021\u102e\u1010\u101c\u102e\u1018\u102c\u101e\u102c
|
||||
|
||||
@ -1142,6 +1162,9 @@ Persian\ (Iran)=\u1015\u102b\u101b\u103e\u1014\u103a\u1038\u1018\u102c\u101e\u10
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1881,6 +1904,11 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -628,6 +628,11 @@ msgstr "Kunne ikke fjerne gammel versjon av {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Kunne ikke erstatte {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Kunne ikke arkivere skisse"
|
||||
@ -886,6 +891,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Feil under åpning av serieport \"{0}\". Undersøk rådene i dokumentasjonen her http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Feil under lesing av innstillinger"
|
||||
@ -1253,6 +1277,11 @@ msgstr "Ugyldig bibliotek i {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Ugyldig tegnbruk: Ingen lukking av [{0}] funnet."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiensk"
|
||||
@ -1568,6 +1597,10 @@ msgstr "Vennligst importer SPI biblioteket fra Skisse > Importer bibliotek menye
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Vennligst importer Wire biblioteket fra Skisse -> Importer Bibliotek menyen"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2641,6 +2674,12 @@ msgstr "ser bort fra ugyldig skriftstørrelse {0}"
|
||||
msgid "name is null"
|
||||
msgstr "name er null"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu er null"
|
||||
|
@ -447,6 +447,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Kunne ikke fjerne gammel versjon av {0
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Kunne ikke erstatte {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Kunne ikke arkivere skisse
|
||||
|
||||
@ -638,6 +642,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Feil ved \u00e5pning av serieport ''{0}''
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Feil under \u00e5pning av serieport "{0}". Unders\u00f8k r\u00e5dene i dokumentasjonen her http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Feil under lesing av innstillinger
|
||||
|
||||
@ -909,6 +925,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Ugyldig bibliotek i {0}\: {1}
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Ugyldig tegnbruk\: Ingen lukking av [{0}] funnet.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiensk
|
||||
|
||||
@ -1146,6 +1166,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Vennligst importer Wire biblioteket fra Skisse -> Importer Bibliotek menyen
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1885,6 +1908,11 @@ ignoring\ invalid\ font\ size\ {0}=ser bort fra ugyldig skriftst\u00f8rrelse {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name er null
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu er null
|
||||
|
||||
|
@ -623,6 +623,11 @@ msgstr ""
|
||||
msgid "Could not replace {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -881,6 +886,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr ""
|
||||
@ -1248,6 +1272,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "इटालियन "
|
||||
@ -1563,6 +1592,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2636,6 +2669,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr "नाम खाली छ"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "सिरियल मेनु खाली छ"
|
||||
|
@ -442,6 +442,10 @@ Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u0935\u093f\u0926\u094d\u092f
|
||||
#, java-format
|
||||
!Could\ not\ replace\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -633,6 +637,18 @@ Error=\u0924\u094d\u0930\u0941\u091f\u0940
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
!Error\ reading\ preferences=
|
||||
|
||||
@ -904,6 +920,10 @@ Indonesian=\u0907\u0928\u094d\u0921\u094b\u0928\u0947\u0938\u093f\u092f\u093e\u0
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=\u0907\u091f\u093e\u0932\u093f\u092f\u0928
|
||||
|
||||
@ -1141,6 +1161,9 @@ Persian\ (Iran)=\u092b\u093e\u0930\u0938\u0940 (\u0907\u0930\u093e\u0928)
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1880,6 +1903,11 @@ http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=\u0928\u093e\u092e \u0916\u093e\u0932\u0940 \u091b
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=\u0938\u093f\u0930\u093f\u092f\u0932 \u092e\u0947\u0928\u0941 \u0916\u093e\u0932\u0940 \u091b
|
||||
|
||||
|
@ -632,6 +632,11 @@ msgstr "Kan de oude versie van {0} niet verwijderen"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Kan {0} niet vervangen"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Kan de schets niet archiveren"
|
||||
@ -890,6 +895,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Probleem bij het openen van de seriële poort ''{0}''. Bekijk de documentatie op http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Fout bij het inlezen van de voorkeuren"
|
||||
@ -1257,6 +1281,11 @@ msgstr "Ongeldige bibliotheek gevonden in {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Ongeldige citatie: afsluitend karakter [{0}] niet gevonden."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiaans"
|
||||
@ -1572,6 +1601,10 @@ msgstr "Gelieve de SPI-bibliotheek te importeren via het menu Schets -> Biblioth
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Importeer de Wire-bibliotheek via het menu Schets > Bibliotheek importeren"
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Selecteer een poort om board info te krijgen"
|
||||
@ -2645,6 +2678,12 @@ msgstr "Ongeldige lettertypegrootte {0} wordt genegeerd"
|
||||
msgid "name is null"
|
||||
msgstr "naam is leeg"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu is leeg"
|
||||
|
@ -451,6 +451,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Kan de oude versie van {0} niet verwij
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Kan {0} niet vervangen
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Kan de schets niet archiveren
|
||||
|
||||
@ -642,6 +646,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Fout bij het openen van de seri\u00eble p
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Probleem bij het openen van de seri\u00eble poort ''{0}''. Bekijk de documentatie op http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Fout bij het inlezen van de voorkeuren
|
||||
|
||||
@ -913,6 +929,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Ongeldige bibliotheek gevonden in {0}\:
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Ongeldige citatie\: afsluitend karakter [{0}] niet gevonden.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiaans
|
||||
|
||||
@ -1150,6 +1170,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Importeer de Wire-bibliotheek via het menu Schets > Bibliotheek importeren
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Selecteer een poort om board info te krijgen
|
||||
|
||||
@ -1889,6 +1912,11 @@ ignoring\ invalid\ font\ size\ {0}=Ongeldige lettertypegrootte {0} wordt genegee
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=naam is leeg
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu is leeg
|
||||
|
||||
|
@ -625,6 +625,11 @@ msgstr "Kon de oude versie van {0} niet verwijderen"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Kon {0} niet vervangen"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr ""
|
||||
@ -883,6 +888,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Fout bij het lezen van de voorkeuren"
|
||||
@ -1250,6 +1274,11 @@ msgstr ""
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiaans"
|
||||
@ -1565,6 +1594,10 @@ msgstr ""
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2638,6 +2671,12 @@ msgstr ""
|
||||
msgid "name is null"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr ""
|
||||
|
@ -444,6 +444,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Kon de oude versie van {0} niet verwij
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Kon {0} niet vervangen
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
!Couldn't\ archive\ sketch=
|
||||
|
||||
@ -635,6 +639,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Fout bij het openen van seri\u00eble poor
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Fout bij het lezen van de voorkeuren
|
||||
|
||||
@ -906,6 +922,10 @@ Indonesian=Indonesisch
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiaans
|
||||
|
||||
@ -1143,6 +1163,9 @@ Persian=Perzisch
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1882,6 +1905,11 @@ Zip\ doesn't\ contain\ a\ library=Zip bevat geen bibliotheek
|
||||
#: Editor.java:936 Editor.java:943
|
||||
!name\ is\ null=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
!serialMenu\ is\ null=
|
||||
|
||||
|
@ -633,6 +633,11 @@ msgstr "Nie można usunąć starej wersji {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Nie można zastąpić {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Nie można zaarchiwizować szkicu"
|
||||
@ -891,6 +896,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Błąd otwierania portu szeregowego ''{0}''. Spróbuj sprawdzić w dokumentacji na http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Błąd przy czytaniu ustawień"
|
||||
@ -1258,6 +1282,11 @@ msgstr "Błędna biblioteka znaleziona w {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Nieprawidłowe cytowanie: nie znaleziono zamykającego znaku [{0}]."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "włoski"
|
||||
@ -1573,6 +1602,10 @@ msgstr "Proszę dołączyć bibliotekę SPI z menu Szkic > Dołącz bibliotekę.
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Proszę dołączyć bibliotekę Wire z menu Szkic > Dołącz bibliotekę."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Aby uzyskać informacje o płytce, proszę wybrać port"
|
||||
@ -2646,6 +2679,12 @@ msgstr "ignoruj nieprawidłową wielkość czcionki {0}"
|
||||
msgid "name is null"
|
||||
msgstr "name jest puste"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu jest puste"
|
||||
|
@ -452,6 +452,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=Nie mo\u017cna usun\u0105\u0107 starej
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=Nie mo\u017cna zast\u0105pi\u0107 {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=Nie mo\u017cna zaarchiwizowa\u0107 szkicu
|
||||
|
||||
@ -643,6 +647,18 @@ Error\ opening\ serial\ port\ ''{0}''.=B\u0142\u0105d otwarcia portu szeregowego
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=B\u0142\u0105d otwierania portu szeregowego ''{0}''. Spr\u00f3buj sprawdzi\u0107 w dokumentacji na http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=B\u0142\u0105d przy czytaniu ustawie\u0144
|
||||
|
||||
@ -914,6 +930,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=B\u0142\u0119dna biblioteka znaleziona w
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Nieprawid\u0142owe cytowanie\: nie znaleziono zamykaj\u0105cego znaku [{0}].
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=w\u0142oski
|
||||
|
||||
@ -1151,6 +1171,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Prosz\u0119 do\u0142\u0105czy\u0107 bibliotek\u0119 Wire z menu Szkic > Do\u0142\u0105cz bibliotek\u0119.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Aby uzyska\u0107 informacje o p\u0142ytce, prosz\u0119 wybra\u0107 port
|
||||
|
||||
@ -1890,6 +1913,11 @@ ignoring\ invalid\ font\ size\ {0}=ignoruj nieprawid\u0142ow\u0105 wielko\u015b\
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name jest puste
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu jest puste
|
||||
|
||||
|
@ -631,6 +631,11 @@ msgstr "Não foi possível apagar a versão antiga de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Não foi possível substituir {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Não foi possível arquivar o Rascunho"
|
||||
@ -889,6 +894,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Erro ao ler as preferências"
|
||||
@ -1256,6 +1280,11 @@ msgstr "Biblioteca inválida encontrada em {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1571,6 +1600,10 @@ msgstr "Por favor importe a biblioteca SPI no menu Rascunho > Importar Bibliotec
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Por favor importe a biblioteca Wire do menu Rascunho > Importar Biblioteca."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr ""
|
||||
@ -2644,6 +2677,12 @@ msgstr "Ignorando o tamanho da fonte inválido {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nome é nulo"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu é nulo"
|
||||
|
@ -450,6 +450,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=N\u00e3o foi poss\u00edvel apagar a ve
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=N\u00e3o foi poss\u00edvel substituir {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=N\u00e3o foi poss\u00edvel arquivar o Rascunho
|
||||
|
||||
@ -641,6 +645,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Erro ao abrir a porta s\u00e9rie "{0}".
|
||||
#, java-format
|
||||
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Erro ao ler as prefer\u00eancias
|
||||
|
||||
@ -912,6 +928,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioteca inv\u00e1lida encontrada em {
|
||||
#, java-format
|
||||
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1149,6 +1169,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Por favor importe a biblioteca Wire do menu Rascunho > Importar Biblioteca.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
!Please\ select\ a\ port\ to\ obtain\ board\ info=
|
||||
|
||||
@ -1888,6 +1911,11 @@ ignoring\ invalid\ font\ size\ {0}=Ignorando o tamanho da fonte inv\u00e1lido {0
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nome \u00e9 nulo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u00e9 nulo
|
||||
|
||||
|
@ -638,6 +638,11 @@ msgstr "Não foi possível remover a versão antiga de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Não foi possível substituir {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Não foi possível arquivar sketch"
|
||||
@ -896,6 +901,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Erro abrindo a porta serial \"{0}\". Tente consultar a documentação em http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Erro lendo preferências"
|
||||
@ -1263,6 +1287,11 @@ msgstr "Biblioteca inválida encontrada em {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Referência inválida: encontrado o char [{0}] não fechado."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1578,6 +1607,10 @@ msgstr "Favor importar a biblioteca SPI a partir do menu Sketch > Importar bibli
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Favor importar a biblioteca Wire a partir do menu Sketch > Importar biblioteca."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Por favor selecione uma porta para obter informações da placa"
|
||||
@ -2651,6 +2684,12 @@ msgstr "ignorando tamanho de fonte inválido {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nome é nulo"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu é nulo"
|
||||
|
@ -457,6 +457,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=N\u00e3o foi poss\u00edvel remover a v
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=N\u00e3o foi poss\u00edvel substituir {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=N\u00e3o foi poss\u00edvel arquivar sketch
|
||||
|
||||
@ -648,6 +652,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Erro ao abrir porta serial "{0}".
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Erro abrindo a porta serial "{0}". Tente consultar a documenta\u00e7\u00e3o em http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Erro lendo prefer\u00eancias
|
||||
|
||||
@ -919,6 +935,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioteca inv\u00e1lida encontrada em {
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Refer\u00eancia inv\u00e1lida\: encontrado o char [{0}] n\u00e3o fechado.
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1156,6 +1176,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Favor importar a biblioteca Wire a partir do menu Sketch > Importar biblioteca.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Por favor selecione uma porta para obter informa\u00e7\u00f5es da placa
|
||||
|
||||
@ -1895,6 +1918,11 @@ ignoring\ invalid\ font\ size\ {0}=ignorando tamanho de fonte inv\u00e1lido {0}
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nome \u00e9 nulo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u00e9 nulo
|
||||
|
||||
|
@ -634,6 +634,11 @@ msgstr "Não foi possível apagar a versão antiga de {0}"
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Não foi possível substituir {0}"
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
msgid "Could not write preferences file: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Não foi possível arquivar o Rascunho"
|
||||
@ -892,6 +897,25 @@ msgid ""
|
||||
"http://playground.arduino.cc/Linux/All#Permission"
|
||||
msgstr "Erro ao abrir a porta série ''{0}''. Tente consultar a documentação em http://playground.arduino.cc/Linux/All#Permission"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error parsing libraries index: {0}\n"
|
||||
"Try to open the Library Manager to update the libraries index."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
msgid "Error reading libraries index: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading package indexes folder: {0}\n"
|
||||
"(maybe a permission problem?)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Erro ao ler as preferências"
|
||||
@ -1259,6 +1283,11 @@ msgstr "Biblioteca inválida encontrada em {0}: {1}"
|
||||
msgid "Invalid quoting: no closing [{0}] char found."
|
||||
msgstr "Aspas inválidas: não foi encontrado o character de fecho [{0}]."
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
msgid "Invalid version '{0}' for library in: {1}"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:102
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
@ -1574,6 +1603,10 @@ msgstr "Por favor importe a biblioteca SPI no menu Rascunho > Importar Bibliotec
|
||||
msgid "Please import the Wire library from the Sketch > Import Library menu."
|
||||
msgstr "Por favor importe a biblioteca Wire do menu Rascunho > Importar Biblioteca."
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
msgid "Please select a Port before Upload"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
msgid "Please select a port to obtain board info"
|
||||
msgstr "Por favor seleccione uma porta para obter informação sobre a placa"
|
||||
@ -2647,6 +2680,12 @@ msgstr "Ignorando o tamanho da fonte inválido {0}"
|
||||
msgid "name is null"
|
||||
msgstr "nome é nulo"
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
msgid "no headers files (.h) found in {0}"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenu é nulo"
|
||||
|
@ -453,6 +453,10 @@ Could\ not\ remove\ old\ version\ of\ {0}=N\u00e3o foi poss\u00edvel apagar a ve
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=N\u00e3o foi poss\u00edvel substituir {0}
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/PreferencesData.java:141
|
||||
#, java-format
|
||||
!Could\ not\ write\ preferences\ file\:\ {0}=
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=N\u00e3o foi poss\u00edvel arquivar o Rascunho
|
||||
|
||||
@ -644,6 +648,18 @@ Error\ opening\ serial\ port\ ''{0}''.=Erro ao abrir a porta s\u00e9rie "{0}".
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=Erro ao abrir a porta s\u00e9rie ''{0}''. Tente consultar a documenta\u00e7\u00e3o em http\://playground.arduino.cc/Linux/All\#Permission
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:109
|
||||
#, java-format
|
||||
!Error\ parsing\ libraries\ index\:\ {0}\nTry\ to\ open\ the\ Library\ Manager\ to\ update\ the\ libraries\ index.=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:112
|
||||
#, java-format
|
||||
!Error\ reading\ libraries\ index\:\ {0}=
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java:113
|
||||
#, java-format
|
||||
!Error\ reading\ package\ indexes\ folder\:\ {0}\n(maybe\ a\ permission\ problem?)=
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=Erro ao ler as prefer\u00eancias
|
||||
|
||||
@ -915,6 +931,10 @@ Invalid\ library\ found\ in\ {0}\:\ {1}=Biblioteca inv\u00e1lida encontrada em {
|
||||
#, java-format
|
||||
Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=Aspas inv\u00e1lidas\: n\u00e3o foi encontrado o character de fecho [{0}].
|
||||
|
||||
#: ../../../../../arduino-core/src/processing/app/packages/UserLibrary.java:158
|
||||
#, java-format
|
||||
!Invalid\ version\ '{0}'\ for\ library\ in\:\ {1}=
|
||||
|
||||
#: Preferences.java:102
|
||||
Italian=Italiano
|
||||
|
||||
@ -1152,6 +1172,9 @@ Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
|
||||
#: ../../../processing/app/debug/Compiler.java:529
|
||||
Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=Por favor importe a biblioteca Wire do menu Rascunho > Importar Biblioteca.
|
||||
|
||||
#: ../../../../../app/src/processing/app/SketchController.java:713
|
||||
!Please\ select\ a\ Port\ before\ Upload=
|
||||
|
||||
#: ../../../../../app//src/processing/app/Editor.java:2799
|
||||
Please\ select\ a\ port\ to\ obtain\ board\ info=Por favor seleccione uma porta para obter informa\u00e7\u00e3o sobre a placa
|
||||
|
||||
@ -1891,6 +1914,11 @@ ignoring\ invalid\ font\ size\ {0}=Ignorando o tamanho da fonte inv\u00e1lido {0
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=nome \u00e9 nulo
|
||||
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:217
|
||||
#: ../../../../../arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java:227
|
||||
#, java-format
|
||||
!no\ headers\ files\ (.h)\ found\ in\ {0}=
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu \u00e9 nulo
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user