mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
modified Preferences.java, added Russian, revised French
This commit is contained in:
parent
c3535a0d8e
commit
f89bf2e523
@ -130,6 +130,7 @@ public class Preferences {
|
||||
_("Persian"),
|
||||
_("Portuguese (Brazil)"),
|
||||
_("Romanian"),
|
||||
_("Russian"),
|
||||
_("Spanish")};
|
||||
String[] languagesISO = {
|
||||
"ca",
|
||||
@ -150,6 +151,7 @@ public class Preferences {
|
||||
"fa",
|
||||
"pt_br",
|
||||
"ro",
|
||||
"ru",
|
||||
"es"};
|
||||
|
||||
/**
|
||||
|
@ -12,19 +12,22 @@
|
||||
# - sketchbook : carnet de croquis
|
||||
# - upload : téléverser/téléversement
|
||||
#
|
||||
# La traduction des langues provient de
|
||||
# http://anonscm.debian.org/gitweb/?p=iso-codes/iso-codes.git;a=blob;f=iso_639/fr.po
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: IDE_translations 1.0.1\n"
|
||||
"Report-Msgid-Bugs-To: translations@arduino.cc\n"
|
||||
"POT-Creation-Date: 2012-03-29 10:24-0400\n"
|
||||
"PO-Revision-Date: 2012-04-01 16:12+0100\n"
|
||||
"Last-Translator: Alexis Morin <>\n"
|
||||
"Project-Id-Version: IDE_translations 1.01\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-04-03 07:48+0200\n"
|
||||
"PO-Revision-Date: 2012-04-08 09:18+0200\n"
|
||||
"Last-Translator: Denis Barbier <bouzim@gmail.com>\n"
|
||||
"Language-Team: French\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
||||
|
||||
#: Editor.java:366
|
||||
msgid "No files were added to the sketch."
|
||||
@ -49,7 +52,7 @@ msgstr "Nouveau"
|
||||
|
||||
#: Editor.java:494 Base.java:903
|
||||
msgid "Open..."
|
||||
msgstr "Charger..."
|
||||
msgstr "Ouvrir..."
|
||||
|
||||
#: Editor.java:503
|
||||
msgid "Sketchbook"
|
||||
@ -130,7 +133,7 @@ msgstr "Carte"
|
||||
|
||||
#: Editor.java:690
|
||||
msgid "Serial Port"
|
||||
msgstr "Port Série"
|
||||
msgstr "Port série"
|
||||
|
||||
#: Editor.java:695
|
||||
msgid "Programmer"
|
||||
@ -281,7 +284,7 @@ msgstr "Compilation terminée."
|
||||
#: Editor.java:1973
|
||||
#, java-format
|
||||
msgid "Save changes to \"{0}\"? "
|
||||
msgstr "Enregistrer les changements dans « {0} » ?"
|
||||
msgstr "Enregistrer les changements dans « {0} » ? "
|
||||
|
||||
#: Editor.java:2006
|
||||
msgid ""
|
||||
@ -407,7 +410,8 @@ msgstr "Exportation annulée, les changements doivent d'abord être enregistrés
|
||||
|
||||
#: Editor.java:2457
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr "Grave la séquence d'initialisation vers les E/S de la carte\n"
|
||||
msgstr ""
|
||||
"Grave la séquence d'initialisation vers les E/S de la carte\n"
|
||||
"(Cela pourrait prendre quelque temps)..."
|
||||
|
||||
#: Editor.java:2463
|
||||
@ -437,7 +441,7 @@ msgstr "Impression annulée."
|
||||
#: Editor.java:2572
|
||||
#, java-format
|
||||
msgid "Bad error line: {0}"
|
||||
msgstr "Mauvaise erreur à la ligne: {0}"
|
||||
msgstr "Mauvaise erreur à la ligne : {0}"
|
||||
|
||||
#: Editor.java:2641
|
||||
msgid "Open URL"
|
||||
@ -473,11 +477,11 @@ msgstr "http://www.arduino.cc/en/Main/Software"
|
||||
|
||||
#: FindReplace.java:80
|
||||
msgid "Find:"
|
||||
msgstr "Trouver:"
|
||||
msgstr "Trouver :"
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr "Remplacer par:"
|
||||
msgstr "Remplacer par :"
|
||||
|
||||
#: FindReplace.java:96
|
||||
msgid "Ignore Case"
|
||||
@ -541,7 +545,8 @@ msgid ""
|
||||
"Serial port ''{0}'' already in use. Try quiting any programs that may be "
|
||||
"using it."
|
||||
msgstr ""
|
||||
"Port série « {0} » déjà utilisé. Essayez de quitter tout logiciel qui pourrait s'en servir."
|
||||
"Port série « {0} » déjà utilisé. Essayez de quitter tout logiciel qui "
|
||||
"pourrait s'en servir."
|
||||
|
||||
#: Serial.java:154
|
||||
#, java-format
|
||||
@ -554,8 +559,8 @@ msgid ""
|
||||
"Serial port ''{0}'' not found. Did you select the right one from the Tools > "
|
||||
"Serial Port menu?"
|
||||
msgstr ""
|
||||
"Port série « {0} » non trouvé. Avez-vous sélectionné le bon dans le menu Outils > "
|
||||
"Port Série ?"
|
||||
"Port série « {0} » non trouvé. Avez-vous sélectionné le bon dans le menu "
|
||||
"Outils > Port Série ?"
|
||||
|
||||
#: Serial.java:424
|
||||
#, java-format
|
||||
@ -563,8 +568,8 @@ msgid ""
|
||||
"readBytesUntil() byte buffer is too small for the {0} bytes up to and "
|
||||
"including char {1}"
|
||||
msgstr ""
|
||||
"Le tampon mémoire readBytesUntil() est trop petit pour les {0} octets jusqu''au "
|
||||
"caractère {1} inclus"
|
||||
"Le tampon mémoire readBytesUntil() est trop petit pour les {0} octets "
|
||||
"jusqu''au caractère {1} inclus"
|
||||
|
||||
#: Serial.java:567
|
||||
#, java-format
|
||||
@ -640,7 +645,7 @@ msgstr ""
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
msgid "Archive sketch as:"
|
||||
msgstr "Archiver le croquis sous:"
|
||||
msgstr "Archiver le croquis sous :"
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
msgid "Archive sketch canceled."
|
||||
@ -660,9 +665,9 @@ msgid ""
|
||||
"todelete the bad characters to get rid of this warning."
|
||||
msgstr ""
|
||||
"« {0} » contient des caractères non reconnus. Si le code a été créé avec une "
|
||||
"vieille version de Processing, vous pouvez utiliser Outils -> Réparer encodage & "
|
||||
"recharger pour mettre le croquis à jour en UTF-8. Sinon, vous devrez "
|
||||
"supprimer les caractères invalides pour supprimer cet avertissement."
|
||||
"vieille version de Processing, vous pouvez utiliser Outils -> Réparer "
|
||||
"encodage & recharger pour mettre le croquis à jour en UTF-8. Sinon, vous "
|
||||
"devrez supprimer les caractères invalides pour supprimer cet avertissement."
|
||||
|
||||
#: Sketch.java:278 Sketch.java:307 Sketch.java:581 Sketch.java:970
|
||||
msgid "Sketch is Read-Only"
|
||||
@ -680,7 +685,7 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:286
|
||||
msgid "Name for new file:"
|
||||
msgstr "Nom du nouveau fichier:"
|
||||
msgstr "Nom du nouveau fichier :"
|
||||
|
||||
#: Sketch.java:298
|
||||
msgid "Sketch is Untitled"
|
||||
@ -792,7 +797,7 @@ msgstr "Impossible de supprimer « {0} »."
|
||||
|
||||
#: Sketch.java:651
|
||||
msgid "removeCode: internal error.. could not find code"
|
||||
msgstr "removeCode: erreur interne.. n'a pu trouver le code"
|
||||
msgstr "removeCode : erreur interne.. n'a pu trouver le code"
|
||||
|
||||
#: Sketch.java:724
|
||||
msgid "Sketch is read-only"
|
||||
@ -854,7 +859,8 @@ msgstr ""
|
||||
|
||||
#: Sketch.java:979
|
||||
msgid "Select an image or other data file to copy to your sketch"
|
||||
msgstr "Sélectionner une image ou autre fichier de données à copier \n"
|
||||
msgstr ""
|
||||
"Sélectionner une image ou autre fichier de données à copier \n"
|
||||
"dans votre croquis"
|
||||
|
||||
#: Sketch.java:1047
|
||||
@ -901,7 +907,7 @@ msgstr "Impossible de trouver la classe principale"
|
||||
#: Sketch.java:1433
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr "Exception non capturée de type: {0}"
|
||||
msgstr "Exception non capturée de type : {0}"
|
||||
|
||||
#: Sketch.java:1465
|
||||
#, java-format
|
||||
@ -915,19 +921,19 @@ msgstr "Téléversement..."
|
||||
#: Sketch.java:1684
|
||||
#, java-format
|
||||
msgid "Binary sketch size: {0} bytes (of a {1} byte maximum)"
|
||||
msgstr "Taille binaire du croquis: {0} octets (d''un max de {1} octets)"
|
||||
msgstr "Taille binaire du croquis : {0} octets (d''un max de {1} octets)"
|
||||
|
||||
#: Sketch.java:1689
|
||||
msgid "Couldn't determine program size: {0}"
|
||||
msgstr "Impossible de déterminer la taille du programme: {0}"
|
||||
msgstr "Impossible de déterminer la taille du programme : {0}"
|
||||
|
||||
#: Sketch.java:1694
|
||||
msgid ""
|
||||
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
|
||||
"tips on reducing it."
|
||||
msgstr ""
|
||||
"Croquis trop gros ; vois http://www.arduino.cc/en/Guide/Troubleshooting#size pour "
|
||||
"des conseils de réduction."
|
||||
"Croquis trop gros ; vois http://www.arduino.cc/en/Guide/Troubleshooting#size "
|
||||
"pour des conseils de réduction."
|
||||
|
||||
#: Sketch.java:1754
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
@ -956,7 +962,8 @@ msgid ""
|
||||
"Could not properly re-save the sketch. You may be in trouble at this point,\n"
|
||||
"and it might be time to copy and paste your code to another text editor."
|
||||
msgstr ""
|
||||
"Impossible de réenregistrer correctement le croquis. Vous êtes peut-être dans le pétrin,\n"
|
||||
"Impossible de réenregistrer correctement le croquis. Vous êtes peut-être "
|
||||
"dans le pétrin,\n"
|
||||
"et il serait temps de copier-coller votre code dans un autre éditeur texte."
|
||||
|
||||
#: Sketch.java:2060
|
||||
@ -966,7 +973,8 @@ msgid ""
|
||||
"They should also be less less than 64 characters long."
|
||||
msgstr ""
|
||||
"Le nom du croquis doit être changé. Les noms de croquis doivent consister\n"
|
||||
"de caractères ASCII et de chiffres (mais ne peuvent commencer par un chiffre).\n"
|
||||
"de caractères ASCII et de chiffres (mais ne peuvent commencer par un "
|
||||
"chiffre).\n"
|
||||
"Ils doivent aussi être plus courts que 64 caractères."
|
||||
|
||||
#: debug/Uploader.java:52
|
||||
@ -998,16 +1006,16 @@ msgid ""
|
||||
"Problem uploading to board. See http://www.arduino.cc/en/Guide/"
|
||||
"Troubleshooting#upload for suggestions."
|
||||
msgstr ""
|
||||
"Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/Guide/"
|
||||
"Troubleshooting#upload pour suggestions."
|
||||
"Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/"
|
||||
"Guide/Troubleshooting#upload pour suggestions."
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
msgid ""
|
||||
"Wrong microcontroller found. Did you select the right board from the Tools "
|
||||
"> Board menu?"
|
||||
msgstr ""
|
||||
"Mauvais microcontrôleur trouvé. Avez-vous sélectionné la bonne carte dans le menu "
|
||||
"Outils > Carte ?"
|
||||
"Mauvais microcontrôleur trouvé. Avez-vous sélectionné la bonne carte dans "
|
||||
"le menu Outils > Carte ?"
|
||||
|
||||
#: debug/Compiler.java:41
|
||||
msgid "http://code.google.com/p/arduino/issues/list"
|
||||
@ -1015,7 +1023,9 @@ msgstr "http://code.google.com/p/arduino/issues/list"
|
||||
|
||||
#: debug/Compiler.java:79
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
msgstr "Aucune carte sélectionnée, veuillez choisir une carte dans le menu Outil > Carte"
|
||||
msgstr ""
|
||||
"Aucune carte sélectionnée, veuillez choisir une carte dans le menu Outil > "
|
||||
"Carte"
|
||||
|
||||
#: debug/Compiler.java:422
|
||||
#, java-format
|
||||
@ -1028,7 +1038,9 @@ msgstr "Erreur de compilation."
|
||||
|
||||
#: debug/Compiler.java:465
|
||||
msgid "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgstr "Veuillez importer la bibliothèque SPI depuis le menu Croquis > Importer bibliothèque."
|
||||
msgstr ""
|
||||
"Veuillez importer la bibliothèque SPI depuis le menu Croquis > Importer "
|
||||
"bibliothèque."
|
||||
|
||||
#: debug/Compiler.java:466
|
||||
msgid ""
|
||||
@ -1039,9 +1051,10 @@ msgid ""
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Depuis Arduino 0019, la bibliothèque Ethernet dépend de la bibliothèque SPI.\n"
|
||||
"Vous semblez l'utiliser ou une autre bibliothèque qui dépend de la bibliothèque "
|
||||
"Depuis Arduino 0019, la bibliothèque Ethernet dépend de la bibliothèque "
|
||||
"SPI.\n"
|
||||
"Vous semblez l'utiliser ou une autre bibliothèque qui dépend de la "
|
||||
"bibliothèque SPI.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:471
|
||||
@ -1072,8 +1085,8 @@ msgid ""
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Depuis Arduino 1.0, la classe Server de la bibliothèque Ethernet a été renommée "
|
||||
"en EthernetServer.\n"
|
||||
"Depuis Arduino 1.0, la classe Server de la bibliothèque Ethernet a été "
|
||||
"renommée en EthernetServer.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:483
|
||||
@ -1088,8 +1101,8 @@ msgid ""
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Depuis Arduino 1.0, la classe Client de la bibliothèque Ethernet a été renommée "
|
||||
"en EthernetClient.\n"
|
||||
"Depuis Arduino 1.0, la classe Client de la bibliothèque Ethernet a été "
|
||||
"renommée en EthernetClient.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:489
|
||||
@ -1120,8 +1133,8 @@ msgid ""
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Depuis Arduino 1.0, la fonction Wire.send() à été renommée en Wire.write() pour "
|
||||
"maintenir une cohérence avec d'autres bibliothèques.\n"
|
||||
"Depuis Arduino 1.0, la fonction Wire.send() à été renommée en Wire.write() "
|
||||
"pour maintenir une cohérence avec d'autres bibliothèques.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:501
|
||||
@ -1136,8 +1149,8 @@ msgid ""
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Depuis Arduino 1.0, la fonction Wire.receive() a été renommée en Wire.read() pour "
|
||||
"maintenir une cohérence avec d'autres bibliothèques.\n"
|
||||
"Depuis Arduino 1.0, la fonction Wire.receive() a été renommée en Wire.read() "
|
||||
"pour maintenir une cohérence avec d'autres bibliothèques.\n"
|
||||
"\n"
|
||||
|
||||
#: EditorConsole.java:152
|
||||
@ -1235,8 +1248,9 @@ msgid ""
|
||||
"sure you want to Quit?</b><p>Closing the last open sketch will quit Arduino."
|
||||
msgstr ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p "
|
||||
"{ font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Êtes-vous "
|
||||
"certain de vouloir quitter ?</b><p>Fermer le dernier croquis quittera Arduino."
|
||||
"{ font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Êtes-"
|
||||
"vous certain de vouloir quitter ?</b><p>Fermer le dernier croquis quittera "
|
||||
"Arduino."
|
||||
|
||||
#: Base.java:970
|
||||
msgid "Contributed"
|
||||
@ -1283,7 +1297,8 @@ msgid ""
|
||||
"(ASCII only and no spaces, and it cannot start with a number)"
|
||||
msgstr ""
|
||||
"La bibliothèque « {0} » ne peut être utilisée.\n"
|
||||
"Les noms de bibliothèques ne doivent contenir que des lettres et des chiffres.\n"
|
||||
"Les noms de bibliothèques ne doivent contenir que des lettres et des "
|
||||
"chiffres.\n"
|
||||
"(ASCII seulement sans espace, et ne peuvent commencer par un chiffre)"
|
||||
|
||||
#: Base.java:1207
|
||||
@ -1471,79 +1486,79 @@ msgstr "Parcourir"
|
||||
|
||||
#: Preferences.java:115
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
msgstr "catalan"
|
||||
|
||||
#: Preferences.java:116
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
msgstr "chinois (simplifié)"
|
||||
|
||||
#: Preferences.java:117
|
||||
msgid "Chinese Taiwan"
|
||||
msgstr ""
|
||||
msgstr "chinois (Taiwan)"
|
||||
|
||||
#: Preferences.java:118
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
msgstr "danois"
|
||||
|
||||
#: Preferences.java:119
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
msgstr "néerlandais"
|
||||
|
||||
#: Preferences.java:120
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
msgstr "anglais"
|
||||
|
||||
#: Preferences.java:121
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
msgstr "français"
|
||||
|
||||
#: Preferences.java:122
|
||||
msgid "Filipino"
|
||||
msgstr ""
|
||||
msgstr "filipino"
|
||||
|
||||
#: Preferences.java:123
|
||||
msgid "Galician"
|
||||
msgstr ""
|
||||
msgstr "galicien"
|
||||
|
||||
#: Preferences.java:124
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
msgstr "allemand"
|
||||
|
||||
#: Preferences.java:125
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "grec"
|
||||
|
||||
#: Preferences.java:126
|
||||
msgid "Hungarian"
|
||||
msgstr ""
|
||||
msgstr "hongrois"
|
||||
|
||||
#: Preferences.java:127
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
msgstr "italien"
|
||||
|
||||
#: Preferences.java:128
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
msgstr "japonais"
|
||||
|
||||
#: Preferences.java:129
|
||||
msgid "Latvian"
|
||||
msgstr ""
|
||||
msgstr "letton"
|
||||
|
||||
#: Preferences.java:130
|
||||
msgid "Persian"
|
||||
msgstr ""
|
||||
msgstr "persan"
|
||||
|
||||
#: Preferences.java:131
|
||||
msgid "Portuguese (Brazil)"
|
||||
msgstr ""
|
||||
msgstr "portugais (Brésil)"
|
||||
|
||||
#: Preferences.java:132
|
||||
msgid "Romanian"
|
||||
msgstr ""
|
||||
msgstr "roumain"
|
||||
|
||||
#: Preferences.java:133
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
msgstr "castillan"
|
||||
|
||||
#: Preferences.java:222
|
||||
msgid ""
|
||||
@ -1568,7 +1583,8 @@ msgid ""
|
||||
"Error reading the preferences file. Please delete (or move)\n"
|
||||
"{0} and restart Arduino."
|
||||
msgstr ""
|
||||
"Erreur de lecture du fichier de préférences. Veuillez supprimer (ou déplacer)\n"
|
||||
"Erreur de lecture du fichier de préférences. Veuillez supprimer (ou "
|
||||
"déplacer)\n"
|
||||
"{0} et redémarrer Arduino."
|
||||
|
||||
#: Preferences.java:311
|
||||
@ -1585,11 +1601,11 @@ msgstr "Taille de police de l'éditeur"
|
||||
|
||||
#: Preferences.java:354 Preferences.java:442
|
||||
msgid " (requires restart of Arduino)"
|
||||
msgstr " (nécessite un redémarrage d'Arduino)"
|
||||
msgstr " (nécessite un redémarrage d'Arduino)"
|
||||
|
||||
#: Preferences.java:367
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Afficher les résultats détaillés pendant: "
|
||||
msgstr "Afficher les résultats détaillés pendant : "
|
||||
|
||||
#: Preferences.java:369
|
||||
msgid "compilation "
|
||||
@ -1613,7 +1629,9 @@ msgstr "Au démarrage, vérifier pour les mises à jour."
|
||||
|
||||
#: Preferences.java:408
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
msgstr "Mettre à jour les fichiers de croquis vers la nouvelle extension lors de la sauvegarde (.pde -> .ino)"
|
||||
msgstr ""
|
||||
"Mettre à jour les fichiers de croquis vers la nouvelle extension lors de la "
|
||||
"sauvegarde (.pde -> .ino)"
|
||||
|
||||
#: Preferences.java:419
|
||||
msgid "Automatically associate .ino files with Arduino"
|
||||
@ -1621,11 +1639,12 @@ msgstr "Associer automatiquement les fichiers .ino avec Arduino"
|
||||
|
||||
#: Preferences.java:429
|
||||
msgid "Preferred Language: "
|
||||
msgstr ""
|
||||
msgstr "Langue : "
|
||||
|
||||
#: Preferences.java:454
|
||||
msgid "More preferences can be edited directly in the file"
|
||||
msgstr "Davantage de préférences peuvent être éditées directement dans le fichier"
|
||||
msgstr ""
|
||||
"Davantage de préférences peuvent être éditées directement dans le fichier"
|
||||
|
||||
#: Preferences.java:483
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
|
@ -12,7 +12,10 @@
|
||||
# - sketchbook : carnet de croquis
|
||||
# - upload : t\u00e9l\u00e9verser/t\u00e9l\u00e9versement
|
||||
#
|
||||
!=Project-Id-Version\: IDE_translations 1.0.1\nReport-Msgid-Bugs-To\: translations@arduino.cc\nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2012-04-01 16\:12+0100\nLast-Translator\: Alexis Morin <>\nLanguage-Team\: French\nLanguage\: fr\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
# La traduction des langues provient de
|
||||
# http://anonscm.debian.org/gitweb/?p=iso-codes/iso-codes.git;a=blob;f=iso_639/fr.po
|
||||
#
|
||||
!=Project-Id-Version\: IDE_translations 1.01\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-04-03 07\:48+0200\nPO-Revision-Date\: 2012-04-08 09\:18+0200\nLast-Translator\: Denis Barbier <bouzim@gmail.com>\nLanguage-Team\: French\nLanguage\: fr\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nPlural-Forms\: nplurals\=2; plural\=n>1;\n
|
||||
|
||||
#: Editor.java:366
|
||||
No\ files\ were\ added\ to\ the\ sketch.=Aucun fichier n'a \u00e9t\u00e9 ajout\u00e9 au croquis.
|
||||
@ -31,7 +34,7 @@ File=Fichier
|
||||
New=Nouveau
|
||||
|
||||
#: Editor.java:494 Base.java:903
|
||||
Open...=Charger...
|
||||
Open...=Ouvrir...
|
||||
|
||||
#: Editor.java:503
|
||||
Sketchbook=Carnet de croquis
|
||||
@ -92,7 +95,7 @@ Serial\ Monitor=Moniteur s\u00e9rie
|
||||
Board=Carte
|
||||
|
||||
#: Editor.java:690
|
||||
Serial\ Port=Port S\u00e9rie
|
||||
Serial\ Port=Port s\u00e9rie
|
||||
|
||||
#: Editor.java:695
|
||||
Programmer=Programmeur
|
||||
@ -206,7 +209,7 @@ Done\ compiling.=Compilation termin\u00e9e.
|
||||
|
||||
#: Editor.java:1973
|
||||
#, java-format
|
||||
Save\ changes\ to\ "{0}"?\ \ =Enregistrer les changements dans \u00ab\u00a0{0}\u00a0\u00bb\u00a0?
|
||||
Save\ changes\ to\ "{0}"?\ \ =Enregistrer les changements dans \u00ab\u00a0{0}\u00a0\u00bb\u00a0?
|
||||
|
||||
#: Editor.java:2006
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>Voulez-vous enregistrer les changements \u00e0 ce croquis<BR> avant de fermer\u00a0?</b><p>Si vous n'enregistrez pas, vos changements seront perdus.
|
||||
@ -308,7 +311,7 @@ Printing\ canceled.=Impression annul\u00e9e.
|
||||
|
||||
#: Editor.java:2572
|
||||
#, java-format
|
||||
Bad\ error\ line\:\ {0}=Mauvaise erreur \u00e0 la ligne\: {0}
|
||||
Bad\ error\ line\:\ {0}=Mauvaise erreur \u00e0 la ligne\u00a0\: {0}
|
||||
|
||||
#: Editor.java:2641
|
||||
Open\ URL=Ouvrir URL
|
||||
@ -332,10 +335,10 @@ Update=Mise \u00e0 jour
|
||||
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
|
||||
|
||||
#: FindReplace.java:80
|
||||
Find\:=Trouver\:
|
||||
Find\:=Trouver\u00a0\:
|
||||
|
||||
#: FindReplace.java:81
|
||||
Replace\ with\:=Remplacer par\:
|
||||
Replace\ with\:=Remplacer par\u00a0\:
|
||||
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=Ignorer la casse
|
||||
@ -443,7 +446,7 @@ Couldn't\ archive\ sketch=Impossible d'archiver le croquis
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=L'archivage du croquis a \u00e9t\u00e9 annul\u00e9 car\nle croquis n'a pu s'enregistrer correctement.
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
Archive\ sketch\ as\:=Archiver le croquis sous\:
|
||||
Archive\ sketch\ as\:=Archiver le croquis sous\u00a0\:
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
Archive\ sketch\ canceled.=Archivage du croquis annul\u00e9
|
||||
@ -463,7 +466,7 @@ Sketch\ is\ Read-Only=Le croquis est en lecture-seule
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=Certains fichiers sont marqu\u00e9s \u00ab\u00a0lecture-seule\u00a0\u00bb, vous devrez\nr\u00e9enregistrer le croquis \u00e0 un autre emplacement,\net r\u00e9essayer.
|
||||
|
||||
#: Sketch.java:286
|
||||
Name\ for\ new\ file\:=Nom du nouveau fichier\:
|
||||
Name\ for\ new\ file\:=Nom du nouveau fichier\u00a0\:
|
||||
|
||||
#: Sketch.java:298
|
||||
Sketch\ is\ Untitled=Croquis sans nom
|
||||
@ -538,7 +541,7 @@ Couldn't\ do\ it=N'a pu le faire
|
||||
Could\ not\ delete\ "{0}".=Impossible de supprimer \u00ab\u00a0{0}\u00a0\u00bb.
|
||||
|
||||
#: Sketch.java:651
|
||||
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\: erreur interne.. n'a pu trouver le code
|
||||
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\u00a0\: erreur interne.. n'a pu trouver le code
|
||||
|
||||
#: Sketch.java:724
|
||||
Sketch\ is\ read-only=Le croquis est en lecture-seule
|
||||
@ -596,7 +599,7 @@ Could\ not\ find\ main\ class=Impossible de trouver la classe principale
|
||||
|
||||
#: Sketch.java:1433
|
||||
#, java-format
|
||||
Uncaught\ exception\ type\:\ {0}=Exception non captur\u00e9e de type\: {0}
|
||||
Uncaught\ exception\ type\:\ {0}=Exception non captur\u00e9e de type\u00a0\: {0}
|
||||
|
||||
#: Sketch.java:1465
|
||||
#, java-format
|
||||
@ -607,10 +610,10 @@ Uploading...=T\u00e9l\u00e9versement...
|
||||
|
||||
#: Sketch.java:1684
|
||||
#, java-format
|
||||
Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)=Taille binaire du croquis\: {0} octets (d''un max de {1} octets)
|
||||
Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)=Taille binaire du croquis\u00a0\: {0} octets (d''un max de {1} octets)
|
||||
|
||||
#: Sketch.java:1689
|
||||
Couldn't\ determine\ program\ size\:\ {0}=Impossible de d\u00e9terminer la taille du programme\: {0}
|
||||
Couldn't\ determine\ program\ size\:\ {0}=Impossible de d\u00e9terminer la taille du programme\u00a0\: {0}
|
||||
|
||||
#: Sketch.java:1694
|
||||
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=Croquis trop gros\u00a0; vois http\://www.arduino.cc/en/Guide/Troubleshooting\#size pour des conseils de r\u00e9duction.
|
||||
@ -648,10 +651,10 @@ the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ co
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=L'appareil ne r\u00e9pond pas, v\u00e9rifiez que le bon port s\u00e9rie est s\u00e9lectionn\u00e9 ou r\u00e9initialisez (RESET) la carte avant d'exporter
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=Probl\u00e8me de t\u00e9l\u00e9versement vers la carte. Voir http\://www.arduino.cc/en/Guide/Troubleshooting\#upload pour suggestions.
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=Probl\u00e8me de t\u00e9l\u00e9versement vers la carte. Voir http\://www.arduino.cc/en/Guide/Troubleshooting\#upload pour suggestions.
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=Mauvais microcontr\u00f4leur trouv\u00e9. Avez-vous s\u00e9lectionn\u00e9 la bonne carte dans le menu Outils > Carte\u00a0?
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=Mauvais microcontr\u00f4leur trouv\u00e9. Avez-vous s\u00e9lectionn\u00e9 la bonne carte dans le menu Outils > Carte\u00a0?
|
||||
|
||||
#: debug/Compiler.java:41
|
||||
http\://code.google.com/p/arduino/issues/list=http\://code.google.com/p/arduino/issues/list
|
||||
@ -896,61 +899,61 @@ Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processi
|
||||
Browse=Parcourir
|
||||
|
||||
#: Preferences.java:115
|
||||
!Catalan=
|
||||
Catalan=catalan
|
||||
|
||||
#: Preferences.java:116
|
||||
!Chinese\ Simplified=
|
||||
Chinese\ Simplified=chinois (simplifi\u00e9)
|
||||
|
||||
#: Preferences.java:117
|
||||
!Chinese\ Taiwan=
|
||||
Chinese\ Taiwan=chinois (Taiwan)
|
||||
|
||||
#: Preferences.java:118
|
||||
!Danish=
|
||||
Danish=danois
|
||||
|
||||
#: Preferences.java:119
|
||||
!Dutch=
|
||||
Dutch=n\u00e9erlandais
|
||||
|
||||
#: Preferences.java:120
|
||||
!English=
|
||||
English=anglais
|
||||
|
||||
#: Preferences.java:121
|
||||
!French=
|
||||
French=fran\u00e7ais
|
||||
|
||||
#: Preferences.java:122
|
||||
!Filipino=
|
||||
Filipino=filipino
|
||||
|
||||
#: Preferences.java:123
|
||||
!Galician=
|
||||
Galician=galicien
|
||||
|
||||
#: Preferences.java:124
|
||||
!German=
|
||||
German=allemand
|
||||
|
||||
#: Preferences.java:125
|
||||
!Greek=
|
||||
Greek=grec
|
||||
|
||||
#: Preferences.java:126
|
||||
!Hungarian=
|
||||
Hungarian=hongrois
|
||||
|
||||
#: Preferences.java:127
|
||||
!Italian=
|
||||
Italian=italien
|
||||
|
||||
#: Preferences.java:128
|
||||
!Japanese=
|
||||
Japanese=japonais
|
||||
|
||||
#: Preferences.java:129
|
||||
!Latvian=
|
||||
Latvian=letton
|
||||
|
||||
#: Preferences.java:130
|
||||
!Persian=
|
||||
Persian=persan
|
||||
|
||||
#: Preferences.java:131
|
||||
!Portuguese\ (Brazil)=
|
||||
Portuguese\ (Brazil)=portugais (Br\u00e9sil)
|
||||
|
||||
#: Preferences.java:132
|
||||
!Romanian=
|
||||
Romanian=roumain
|
||||
|
||||
#: Preferences.java:133
|
||||
!Spanish=
|
||||
Spanish=castillan
|
||||
|
||||
#: Preferences.java:222
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=Impossible de lire les param\u00e8tres par d\u00e9faut.\nVous devrez r\u00e9installer Arduino.
|
||||
@ -976,10 +979,10 @@ Select\ new\ sketchbook\ location=S\u00e9lectionner nouvel emplacement du carnet
|
||||
Editor\ font\ size\:\ =Taille de police de l'\u00e9diteur
|
||||
|
||||
#: Preferences.java:354 Preferences.java:442
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (n\u00e9cessite un red\u00e9marrage d'Arduino)
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (n\u00e9cessite un red\u00e9marrage d'Arduino)
|
||||
|
||||
#: Preferences.java:367
|
||||
Show\ verbose\ output\ during\:\ =Afficher les r\u00e9sultats d\u00e9taill\u00e9s pendant\:
|
||||
Show\ verbose\ output\ during\:\ =Afficher les r\u00e9sultats d\u00e9taill\u00e9s pendant\u00a0\:
|
||||
|
||||
#: Preferences.java:369
|
||||
compilation\ =compilation
|
||||
@ -1003,7 +1006,7 @@ Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=Mettre \u0
|
||||
Automatically\ associate\ .ino\ files\ with\ Arduino=Associer automatiquement les fichiers .ino avec Arduino
|
||||
|
||||
#: Preferences.java:429
|
||||
!Preferred\ Language\:\ =
|
||||
Preferred\ Language\:\ =Langue\u00a0\:
|
||||
|
||||
#: Preferences.java:454
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=Davantage de pr\u00e9f\u00e9rences peuvent \u00eatre \u00e9dit\u00e9es directement dans le fichier
|
||||
|
1624
app/src/processing/app/Resources_ru.po
Normal file
1624
app/src/processing/app/Resources_ru.po
Normal file
@ -0,0 +1,1624 @@
|
||||
# Russian translations for PACKAGE package.
|
||||
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Stanislav I. Ashmanov and Evgeniy Maskalev <>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-04-02 09:00+0800\n"
|
||||
"PO-Revision-Date: 2012-04-03 22:48+0800\n"
|
||||
"Last-Translator: Stanislav I. Ashmanov and Evgeniy Maskalev <>\n"
|
||||
"Language-Team: Russian\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: Editor.java:366
|
||||
msgid "No files were added to the sketch."
|
||||
msgstr "Файлы не добавлены."
|
||||
|
||||
#: Editor.java:369 Sketch.java:996
|
||||
msgid "One file added to the sketch."
|
||||
msgstr "Один файл добавлен к скетчу."
|
||||
|
||||
#: Editor.java:373
|
||||
#, java-format
|
||||
msgid "{0} files added to the sketch."
|
||||
msgstr "К скетчу было добавлено файлов: {0}."
|
||||
|
||||
#: Editor.java:484
|
||||
msgid "File"
|
||||
msgstr "Файл"
|
||||
|
||||
#: Editor.java:486 EditorToolbar.java:41
|
||||
msgid "New"
|
||||
msgstr "Новый"
|
||||
|
||||
#: Editor.java:494 Base.java:903
|
||||
msgid "Open..."
|
||||
msgstr "Открыть..."
|
||||
|
||||
#: Editor.java:503
|
||||
msgid "Sketchbook"
|
||||
msgstr "Папка со скетчами"
|
||||
|
||||
#: Editor.java:509
|
||||
msgid "Examples"
|
||||
msgstr "Примеры"
|
||||
|
||||
#: Editor.java:514 Editor.java:1977
|
||||
msgid "Close"
|
||||
msgstr "Закрыть"
|
||||
|
||||
#: Editor.java:522 Editor.java:2017 Editor.java:2421 EditorToolbar.java:41
|
||||
#: EditorToolbar.java:46
|
||||
msgid "Save"
|
||||
msgstr "Сохранить"
|
||||
|
||||
#: Editor.java:530
|
||||
msgid "Save As..."
|
||||
msgstr "Сохранить как..."
|
||||
|
||||
#: Editor.java:538 EditorToolbar.java:41
|
||||
msgid "Upload"
|
||||
msgstr "Загрузить"
|
||||
|
||||
#: Editor.java:546 EditorToolbar.java:46
|
||||
msgid "Upload Using Programmer"
|
||||
msgstr "Загрузить с помощью программатора"
|
||||
|
||||
#: Editor.java:556
|
||||
msgid "Page Setup"
|
||||
msgstr "Настройки страницы"
|
||||
|
||||
#: Editor.java:564
|
||||
msgid "Print"
|
||||
msgstr "Печать"
|
||||
|
||||
#: Editor.java:576 Preferences.java:291
|
||||
msgid "Preferences"
|
||||
msgstr "Настройки"
|
||||
|
||||
#: Editor.java:586 Base.java:782
|
||||
msgid "Quit"
|
||||
msgstr "Выход"
|
||||
|
||||
#: Editor.java:600
|
||||
msgid "Sketch"
|
||||
msgstr "Скетч"
|
||||
|
||||
#: Editor.java:602
|
||||
msgid "Verify / Compile"
|
||||
msgstr "Проверить / Компилировать"
|
||||
|
||||
#: Editor.java:629
|
||||
msgid "Import Library..."
|
||||
msgstr "Импортировать библиотеку..."
|
||||
|
||||
#: Editor.java:634
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "Показать папку скетчей"
|
||||
|
||||
#: Editor.java:643
|
||||
msgid "Add File..."
|
||||
msgstr "Добавить файл..."
|
||||
|
||||
#: Editor.java:656
|
||||
msgid "Tools"
|
||||
msgstr "Инструменты"
|
||||
|
||||
#: Editor.java:662 EditorToolbar.java:41 EditorToolbar.java:46
|
||||
msgid "Serial Monitor"
|
||||
msgstr "Монитор порта"
|
||||
|
||||
#: Editor.java:682
|
||||
msgid "Board"
|
||||
msgstr "Плата"
|
||||
|
||||
#: Editor.java:690
|
||||
msgid "Serial Port"
|
||||
msgstr "Последовательный порт"
|
||||
|
||||
#: Editor.java:695
|
||||
msgid "Programmer"
|
||||
msgstr "Программатор"
|
||||
|
||||
#: Editor.java:699
|
||||
msgid "Burn Bootloader"
|
||||
msgstr "Записать загрузчик"
|
||||
|
||||
#: Editor.java:923
|
||||
msgid "serialMenu is null"
|
||||
msgstr "Меню последовательного порта пусто"
|
||||
|
||||
#: Editor.java:927 Editor.java:934
|
||||
msgid "name is null"
|
||||
msgstr "нет имени"
|
||||
|
||||
#: Editor.java:986
|
||||
msgid "error retrieving port list"
|
||||
msgstr "ошибка получения списка портов"
|
||||
|
||||
#: Editor.java:1002
|
||||
msgid "Help"
|
||||
msgstr "Помощь"
|
||||
|
||||
#: Editor.java:1041
|
||||
msgid "Getting Started"
|
||||
msgstr "Начало работы"
|
||||
|
||||
#: Editor.java:1049
|
||||
msgid "Environment"
|
||||
msgstr "Среда разработки"
|
||||
|
||||
#: Editor.java:1057
|
||||
msgid "Troubleshooting"
|
||||
msgstr "Поиск неполадок"
|
||||
|
||||
#: Editor.java:1065
|
||||
msgid "Reference"
|
||||
msgstr "Справка"
|
||||
|
||||
#: Editor.java:1073 Editor.java:2728
|
||||
msgid "Find in Reference"
|
||||
msgstr "Найти в справке"
|
||||
|
||||
#: Editor.java:1083
|
||||
msgid "Frequently Asked Questions"
|
||||
msgstr "Часто задаваемые вопросы"
|
||||
|
||||
#: Editor.java:1091
|
||||
msgid "Visit Arduino.cc"
|
||||
msgstr "Посетить Arduino.cc"
|
||||
|
||||
#: Editor.java:1094
|
||||
msgid "http://arduino.cc/"
|
||||
msgstr "http://arduino.cc/"
|
||||
|
||||
#: Editor.java:1102
|
||||
msgid "About Arduino"
|
||||
msgstr "Об Arduino"
|
||||
|
||||
#: Editor.java:1116
|
||||
msgid "Edit"
|
||||
msgstr "Редактировать"
|
||||
|
||||
#: Editor.java:1119 Editor.java:1341
|
||||
msgid "Undo"
|
||||
msgstr "Отменить"
|
||||
|
||||
#: Editor.java:1124 Editor.java:1126 Editor.java:1376
|
||||
msgid "Redo"
|
||||
msgstr "Вернуть"
|
||||
|
||||
#: Editor.java:1135 Editor.java:2652
|
||||
msgid "Cut"
|
||||
msgstr "Вырезать"
|
||||
|
||||
#: Editor.java:1143 Editor.java:2660
|
||||
msgid "Copy"
|
||||
msgstr "Копировать"
|
||||
|
||||
#: Editor.java:1151 Editor.java:2668
|
||||
msgid "Copy for Forum"
|
||||
msgstr "Копировать для форума"
|
||||
|
||||
#: Editor.java:1163 Editor.java:2676
|
||||
msgid "Copy as HTML"
|
||||
msgstr "Копировать как HTML"
|
||||
|
||||
#: Editor.java:1175 Editor.java:2684
|
||||
msgid "Paste"
|
||||
msgstr "Вставить"
|
||||
|
||||
#: Editor.java:1184 Editor.java:2692
|
||||
msgid "Select All"
|
||||
msgstr "Выбрать всё"
|
||||
|
||||
#: Editor.java:1194 Editor.java:2702
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "Комментировать/Раскомментировать"
|
||||
|
||||
#: Editor.java:1202 Editor.java:2710
|
||||
msgid "Increase Indent"
|
||||
msgstr "Увеличить отступ"
|
||||
|
||||
#: Editor.java:1210 Editor.java:2718
|
||||
msgid "Decrease Indent"
|
||||
msgstr "Уменьшить отступ"
|
||||
|
||||
#: Editor.java:1220
|
||||
msgid "Find..."
|
||||
msgstr "Найти..."
|
||||
|
||||
#: Editor.java:1235
|
||||
msgid "Find Next"
|
||||
msgstr "Найти следующее"
|
||||
|
||||
#: Editor.java:1245
|
||||
msgid "Find Previous"
|
||||
msgstr "Найти предыдущее"
|
||||
|
||||
#: Editor.java:1255
|
||||
msgid "Use Selection For Find"
|
||||
msgstr "Найти выбранное"
|
||||
|
||||
#: Editor.java:1816
|
||||
msgid "First select a word to find in the reference."
|
||||
msgstr "Сначала выберите слово для поиска в справке"
|
||||
|
||||
#: Editor.java:1823
|
||||
#, java-format
|
||||
msgid "No reference available for \"{0}\""
|
||||
msgstr "Нет ссылок для \"{0}\""
|
||||
|
||||
#: Editor.java:1826
|
||||
#, java-format
|
||||
msgid "{0}.html"
|
||||
msgstr "{0}.html"
|
||||
|
||||
#: Editor.java:1843 Sketch.java:1647
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "Компилирование..."
|
||||
|
||||
#: Editor.java:1864 Editor.java:1881
|
||||
msgid "Done compiling."
|
||||
msgstr "Компилирование выполнено"
|
||||
|
||||
#: Editor.java:1973
|
||||
#, java-format
|
||||
msgid "Save changes to \"{0}\"? "
|
||||
msgstr "Сохранить изменения в \"{0}\"? "
|
||||
|
||||
#: Editor.java:2006
|
||||
msgid ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p "
|
||||
"{ font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Do you "
|
||||
"want to save changes to this sketch<BR> before closing?</b><p>If you don't "
|
||||
"save, your changes will be lost."
|
||||
msgstr ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p "
|
||||
"{ font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Вы "
|
||||
"хотите сохранить изменения в этом скетче<BR> перед закрытием?</b><p>Если вы "
|
||||
"не сохраните, все изменения будут утеряны."
|
||||
|
||||
#: Editor.java:2017 Editor.java:2098 Editor.java:2418 Sketch.java:589
|
||||
#: Sketch.java:741 Sketch.java:1046 Preferences.java:78
|
||||
msgid "Cancel"
|
||||
msgstr "Отмена"
|
||||
|
||||
#: Editor.java:2017
|
||||
msgid "Don't Save"
|
||||
msgstr "Не сохранять"
|
||||
|
||||
#: Editor.java:2089
|
||||
msgid "Bad file selected"
|
||||
msgstr "Выбран неправильный файл"
|
||||
|
||||
#: Editor.java:2090
|
||||
msgid ""
|
||||
"Processing can only open its own sketches\n"
|
||||
"and other files ending in .ino or .pde"
|
||||
msgstr ""
|
||||
"Processing может открывать свои скетчи\n"
|
||||
"и другие файлы, заканчивающиеся .ino или .pde"
|
||||
|
||||
#: Editor.java:2098 Editor.java:2418 Sketch.java:589 Sketch.java:741
|
||||
#: Sketch.java:1046 Preferences.java:79
|
||||
msgid "OK"
|
||||
msgstr "ОК"
|
||||
|
||||
#: Editor.java:2100
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The file \"{0}\" needs to be inside\n"
|
||||
"a sketch folder named \"{1}\".\n"
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr ""
|
||||
"Файл \"{0}\" должен быть внутри\n"
|
||||
"папки скетча с именем \"{1}\".\n"
|
||||
"Создать эту папку, переместить файл и продолжить?"
|
||||
|
||||
#: Editor.java:2109
|
||||
msgid "Moving"
|
||||
msgstr "Перемещение"
|
||||
|
||||
#: Editor.java:2120 Editor.java:2131 Editor.java:2141 Editor.java:2159
|
||||
#: Sketch.java:479 Sketch.java:485 Sketch.java:500 Sketch.java:507
|
||||
#: Sketch.java:530 Sketch.java:547 Base.java:1861 Preferences.java:252
|
||||
msgid "Error"
|
||||
msgstr "Ошибка"
|
||||
|
||||
#: Editor.java:2122
|
||||
#, java-format
|
||||
msgid "A folder named \"{0}\" already exists. Can't open sketch."
|
||||
msgstr "Папка с именем \"{0}\" уже существует. Невозможно открыть скетч."
|
||||
|
||||
#: Editor.java:2132
|
||||
msgid "Could not create the sketch folder."
|
||||
msgstr "Невозможно создать папку скетча."
|
||||
|
||||
#: Editor.java:2141
|
||||
msgid "Could not copy to a proper location."
|
||||
msgstr "Невозможно скопировать в нужное место."
|
||||
|
||||
#: Editor.java:2159
|
||||
msgid "Could not create the sketch."
|
||||
msgstr "Невозможно создать скетч"
|
||||
|
||||
#: Editor.java:2166
|
||||
#, java-format
|
||||
msgid "{0} | Arduino {1}"
|
||||
msgstr "{0} | Arduino {1}"
|
||||
|
||||
#: Editor.java:2223 Editor.java:2261
|
||||
msgid "Saving..."
|
||||
msgstr "Сохранение..."
|
||||
|
||||
#: Editor.java:2228 Editor.java:2264
|
||||
msgid "Done Saving."
|
||||
msgstr "Сохранение выполнено."
|
||||
|
||||
#: Editor.java:2270
|
||||
msgid "Save Canceled."
|
||||
msgstr "Сохранение отменено."
|
||||
|
||||
#: Editor.java:2296
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port {0} not found.\n"
|
||||
"Retry the upload with another serial port?"
|
||||
msgstr ""
|
||||
"Последовательный порт {0} не найден.\n"
|
||||
"Повторить загрузку с другим последовательным портом?"
|
||||
|
||||
#: Editor.java:2331
|
||||
msgid "Uploading to I/O Board..."
|
||||
msgstr "Загрузка на плату ввода/вывода..."
|
||||
|
||||
#: Editor.java:2348 Editor.java:2384
|
||||
msgid "Done uploading."
|
||||
msgstr "Загрузка выполнена."
|
||||
|
||||
#: Editor.java:2356 Editor.java:2392
|
||||
msgid "Upload canceled."
|
||||
msgstr "Загрузка отменена"
|
||||
|
||||
#: Editor.java:2420
|
||||
msgid "Save changes before export?"
|
||||
msgstr "Сохранить изменения перед экспортом?"
|
||||
|
||||
#: Editor.java:2435
|
||||
msgid "Export canceled, changes must first be saved."
|
||||
msgstr "Экспорт отменён, сначала сохраните изменения."
|
||||
|
||||
#: Editor.java:2457
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr "Запись загрузчика на плату ввода/вывода (минуточку)..."
|
||||
|
||||
#: Editor.java:2463
|
||||
msgid "Done burning bootloader."
|
||||
msgstr "Запись загрузчика выполнена."
|
||||
|
||||
#: Editor.java:2465 Editor.java:2469 Editor.java:2473
|
||||
msgid "Error while burning bootloader."
|
||||
msgstr "Ошибка при записи загрузчика."
|
||||
|
||||
#: Editor.java:2500
|
||||
msgid "Printing..."
|
||||
msgstr "Печать..."
|
||||
|
||||
#: Editor.java:2517
|
||||
msgid "Done printing."
|
||||
msgstr "Печать выполнена."
|
||||
|
||||
#: Editor.java:2520
|
||||
msgid "Error while printing."
|
||||
msgstr "Ошибка во время печати"
|
||||
|
||||
#: Editor.java:2524
|
||||
msgid "Printing canceled."
|
||||
msgstr "Печать отменена."
|
||||
|
||||
#: Editor.java:2572
|
||||
#, java-format
|
||||
msgid "Bad error line: {0}"
|
||||
msgstr "Строка с ошибкой: {0}"
|
||||
|
||||
#: Editor.java:2641
|
||||
msgid "Open URL"
|
||||
msgstr "Открыть ссылку"
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
msgid "http://www.arduino.cc/latest.txt"
|
||||
msgstr "http://www.arduino.cc/latest.txt"
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
msgid ""
|
||||
"A new version of Arduino is available,\n"
|
||||
"would you like to visit the Arduino download page?"
|
||||
msgstr ""
|
||||
"Доступна новая версия Arduino, \n"
|
||||
"хотите перейти на страницу загрузки?"
|
||||
|
||||
#: UpdateCheck.java:108 Preferences.java:76
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: UpdateCheck.java:108 Preferences.java:77
|
||||
msgid "No"
|
||||
msgstr "Нет"
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
msgstr "Обновление"
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
msgid "http://www.arduino.cc/en/Main/Software"
|
||||
msgstr "http://www.arduino.cc/en/Main/Software"
|
||||
|
||||
#: FindReplace.java:80
|
||||
msgid "Find:"
|
||||
msgstr "Найти:"
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr "Заменить:"
|
||||
|
||||
#: FindReplace.java:96
|
||||
msgid "Ignore Case"
|
||||
msgstr "Игнорировать регистр"
|
||||
|
||||
#: FindReplace.java:105
|
||||
msgid "Wrap Around"
|
||||
msgstr "Выделять"
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
msgid "Replace All"
|
||||
msgstr "Заменить всё"
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1050
|
||||
msgid "Replace"
|
||||
msgstr "Заменить"
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
msgid "Replace & Find"
|
||||
msgstr "Заменить и найти"
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
msgstr "Предыдущее"
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
msgid "Find"
|
||||
msgstr "Найти"
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
msgstr "Послать"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
msgstr "Автопрокрутка"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "No line ending"
|
||||
msgstr "Без окончания строки"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Newline"
|
||||
msgstr "Новая строка (NL)"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Carriage return"
|
||||
msgstr "Возврат каретки (CR)"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Both NL & CR"
|
||||
msgstr "NL и CR вместе"
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
msgid " baud"
|
||||
msgstr " скорость"
|
||||
|
||||
#: Serial.java:147
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' already in use. Try quiting any programs that may be "
|
||||
"using it."
|
||||
msgstr ""
|
||||
"Последовательный порт ''{0}'' занят. Попробуйте выйти из программ, которые "
|
||||
"могут его использовать."
|
||||
|
||||
#: Serial.java:154
|
||||
#, java-format
|
||||
msgid "Error opening serial port ''{0}''."
|
||||
msgstr "Ошибка при открытии последовательного порта ''{0}''."
|
||||
|
||||
#: Serial.java:167
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' not found. Did you select the right one from the Tools > "
|
||||
"Serial Port menu?"
|
||||
msgstr ""
|
||||
"Последовательный порт ''{0}'' не найден. Вы выбрали нужный из меню "
|
||||
"Инструменты > Последовательный порт?"
|
||||
|
||||
#: Serial.java:424
|
||||
#, java-format
|
||||
msgid ""
|
||||
"readBytesUntil() byte buffer is too small for the {0} bytes up to and "
|
||||
"including char {1}"
|
||||
msgstr ""
|
||||
"readBytesUntil() байтовый буфер слишком мал для {0} байтов вплоть до "
|
||||
"символа {1}"
|
||||
|
||||
#: Serial.java:567
|
||||
#, java-format
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Ошибка в Serial.{0}()"
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
msgid "Auto Format"
|
||||
msgstr "Автоформатирование"
|
||||
|
||||
#: tools/AutoFormat.java:913 tools/format/src/AutoFormat.java:54
|
||||
msgid "No changes necessary for Auto Format."
|
||||
msgstr "Нечего автоформатировать."
|
||||
|
||||
#: tools/AutoFormat.java:919
|
||||
msgid "Auto Format Canceled: Too many right parentheses."
|
||||
msgstr "Автоформатирование прервано: слишком много правых круглых скобок."
|
||||
|
||||
#: tools/AutoFormat.java:922
|
||||
msgid "Auto Format Canceled: Too many left parentheses."
|
||||
msgstr "Автоформатирование прервано: слишком много левых круглых скобок."
|
||||
|
||||
#: tools/AutoFormat.java:928
|
||||
msgid "Auto Format Canceled: Too many right curly braces."
|
||||
msgstr "Автоформатирование прервано: слишком много правых фигурных скобок."
|
||||
|
||||
#: tools/AutoFormat.java:931
|
||||
msgid "Auto Format Canceled: Too many left curly braces."
|
||||
msgstr "Автоформатирование прервано: слишком много левых фигурных скобок."
|
||||
|
||||
#: tools/AutoFormat.java:941
|
||||
msgid "Auto Format finished."
|
||||
msgstr "Автоформатирование завершено."
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
msgid "Fix Encoding & Reload"
|
||||
msgstr "Исправить кодировку и перезагрузить"
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "Не сохранять изменения и перезагрузить скетч?"
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
msgid ""
|
||||
"An error occurred while trying to fix the file encoding.\n"
|
||||
"Do not attempt to save this sketch as it may overwrite\n"
|
||||
"the old version. Use Open to re-open the sketch and try again.\n"
|
||||
msgstr ""
|
||||
"Возникла ошибка при попытке исправить кодировку.\n"
|
||||
"Не пытайтесь сохранить этот скетч, поскольку он может\n"
|
||||
"перезаписать старую версию. Используйте 'Открыть', чтобы\n"
|
||||
"открыть скетч заново.\n"
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
msgid "Archive Sketch"
|
||||
msgstr "Архивировать скетч"
|
||||
|
||||
#: tools/Archiver.java:59
|
||||
msgid "yyMMdd"
|
||||
msgstr "ггММдд"
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "Скетч не может быть заархивирован"
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
msgid ""
|
||||
"Archiving the sketch has been canceled because\n"
|
||||
"the sketch couldn't save properly."
|
||||
msgstr ""
|
||||
"Архивирование скетча было прервано, потому что\n"
|
||||
"скетч некорректно сохранился."
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
msgid "Archive sketch as:"
|
||||
msgstr "Заархивировать скетч как:"
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
msgid "Archive sketch canceled."
|
||||
msgstr "Архивирование скетча отменено"
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
msgid "Error while loading code {0}"
|
||||
msgstr "Ошибка при загрузке кода {0}"
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
msgid ""
|
||||
"\"{0}\" contains unrecognized characters.If this code was created with an "
|
||||
"older version of Processing,you may need to use Tools -> Fix Encoding & "
|
||||
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
|
||||
"todelete the bad characters to get rid of this warning."
|
||||
msgstr ""
|
||||
"\"{0}\" содержит нераспознанные символы. Если этот код был создан в "
|
||||
"старой версии Processing, то вам понадобится использовать Инструменты -> "
|
||||
"Исправить кодировку, чтобы изменить кодировку скетча на UTF-8. Если нет, то "
|
||||
"вам понадобится удалить плохие символы, чтобы избежать этого предупреждения."
|
||||
|
||||
#: Sketch.java:278 Sketch.java:307 Sketch.java:581 Sketch.java:970
|
||||
msgid "Sketch is Read-Only"
|
||||
msgstr "Скетч только для чтения"
|
||||
|
||||
#: Sketch.java:279 Sketch.java:308 Sketch.java:582 Sketch.java:971
|
||||
msgid ""
|
||||
"Some files are marked \"read-only\", so you'll\n"
|
||||
"need to re-save the sketch in another location,\n"
|
||||
"and try again."
|
||||
msgstr ""
|
||||
"Некоторые файлы отмечены \"только для чтения\",\n"
|
||||
"поэтому вам понадобится пересохранить скетч в другом\n"
|
||||
"месте и попытаться ещё раз."
|
||||
|
||||
#: Sketch.java:286
|
||||
msgid "Name for new file:"
|
||||
msgstr "Имя для нового файла:"
|
||||
|
||||
#: Sketch.java:298
|
||||
msgid "Sketch is Untitled"
|
||||
msgstr "Скетч без имени"
|
||||
|
||||
#: Sketch.java:299
|
||||
msgid ""
|
||||
"How about saving the sketch first \n"
|
||||
"before trying to rename it?"
|
||||
msgstr ""
|
||||
"Как насчёт того, чтобы сначала сохранить скетч, \n"
|
||||
"перед тем как переименовывать его?"
|
||||
|
||||
#: Sketch.java:359 Sketch.java:366 Sketch.java:377
|
||||
msgid "Problem with rename"
|
||||
msgstr "Проблема с переименованием"
|
||||
|
||||
#: Sketch.java:360
|
||||
msgid "The name cannot start with a period."
|
||||
msgstr "Имя не может начинаться с точки."
|
||||
|
||||
#: Sketch.java:368
|
||||
#, java-format
|
||||
msgid "\".{0}\" is not a valid extension."
|
||||
msgstr "\".{0}\" - недопустимое расширение."
|
||||
|
||||
#: Sketch.java:378
|
||||
msgid ""
|
||||
"The main file can't use an extension.\n"
|
||||
"(It may be time for your to graduate to a\n"
|
||||
"\"real\" programming environment)"
|
||||
msgstr ""
|
||||
"Основной файл не может использовать расширение.\n"
|
||||
"(Возможно для вас пришло время перейти к\n"
|
||||
"\"настоящей\" среде программирования)"
|
||||
|
||||
#: Sketch.java:400 Sketch.java:414 Sketch.java:423 Sketch.java:863
|
||||
msgid "Nope"
|
||||
msgstr "Нет"
|
||||
|
||||
#: Sketch.java:402
|
||||
#, java-format
|
||||
msgid "A file named \"{0}\" already exists in \"{1}\""
|
||||
msgstr "Файл с именем \"{0}\" уже существует в \"{1}\""
|
||||
|
||||
#: Sketch.java:415
|
||||
msgid "You can't have a .cpp file with the same name as the sketch."
|
||||
msgstr "Вы не можете использовать .cpp файл с таким же именем как и у скетча."
|
||||
|
||||
#: Sketch.java:425
|
||||
msgid ""
|
||||
"You can't rename the sketch to \"{0}\"\n"
|
||||
"because the sketch already has a .cpp file with that name."
|
||||
msgstr ""
|
||||
"Вы не можете переименовать скетч в \"{0}\", \n"
|
||||
"потому что скетч уже имеет .cpp файл с таким именем."
|
||||
|
||||
#: Sketch.java:459
|
||||
msgid "Cannot Rename"
|
||||
msgstr "Невозможно переименовать"
|
||||
|
||||
#: Sketch.java:461
|
||||
#, java-format
|
||||
msgid "Sorry, a sketch (or folder) named \"{0}\" already exists."
|
||||
msgstr "Извините, скетч (или папка) с названием \"{0}\" уже существует"
|
||||
|
||||
#: Sketch.java:479
|
||||
msgid "Could not rename the sketch. (0)"
|
||||
msgstr "Невозможно переименовать скетч. (0)"
|
||||
|
||||
#: Sketch.java:487 Sketch.java:532
|
||||
#, java-format
|
||||
msgid "Could not rename \"{0}\" to \"{1}\""
|
||||
msgstr "Невозможно переименовать \"{0}\" в \"{1}\""
|
||||
|
||||
#: Sketch.java:500
|
||||
msgid "Could not rename the sketch. (1)"
|
||||
msgstr "Невозможно переименовать скетч. (1)"
|
||||
|
||||
#: Sketch.java:507
|
||||
msgid "Could not rename the sketch. (2)"
|
||||
msgstr "Невозможно переименовать скетч. (2)"
|
||||
|
||||
#: Sketch.java:544
|
||||
msgid "createNewFile() returned false"
|
||||
msgstr "createNewFile() вернул false"
|
||||
|
||||
#: Sketch.java:591
|
||||
msgid "Are you sure you want to delete this sketch?"
|
||||
msgstr "Вы действительно хотите удалить этот скетч?"
|
||||
|
||||
#: Sketch.java:592
|
||||
#, java-format
|
||||
msgid "Are you sure you want to delete \"{0}\"?"
|
||||
msgstr "Вы действительно хотите удалить \"{0}\"?"
|
||||
|
||||
#: Sketch.java:595 EditorHeader.java:314
|
||||
msgid "Delete"
|
||||
msgstr "Удалить"
|
||||
|
||||
#: Sketch.java:620
|
||||
msgid "Couldn't do it"
|
||||
msgstr "Невозможно сделать это"
|
||||
|
||||
#: Sketch.java:621
|
||||
#, java-format
|
||||
msgid "Could not delete \"{0}\"."
|
||||
msgstr "Невозможно удалить \"{0}\"."
|
||||
|
||||
#: Sketch.java:651
|
||||
msgid "removeCode: internal error.. could not find code"
|
||||
msgstr "removeCode: внутренняя ошибка.. невозможно найти код"
|
||||
|
||||
#: Sketch.java:724
|
||||
msgid "Sketch is read-only"
|
||||
msgstr "Скетч только для чтения"
|
||||
|
||||
#: Sketch.java:725
|
||||
msgid ""
|
||||
"Some files are marked \"read-only\", so you'll\n"
|
||||
"need to re-save this sketch to another location."
|
||||
msgstr ""
|
||||
"Некоторые файлы отмечены \"только для чтения\", поэтому\n"
|
||||
"вам необходимо пересохранить этот скетч в другом месте."
|
||||
|
||||
#: Sketch.java:743
|
||||
msgid ""
|
||||
"In Arduino 1.0, the default file extension has changed\n"
|
||||
"from .pde to .ino. New sketches (including those created\n"
|
||||
"by \"Save-As\" will use the new extension. The extension\n"
|
||||
"of existing sketches will be updated on save, but you can\n"
|
||||
"disable this in the Preferences dialog.\n"
|
||||
"\n"
|
||||
"Save sketch and update its extension?"
|
||||
msgstr ""
|
||||
"В Arduino 1.0, расширение файла по умолчанию изменилось\n"
|
||||
"с .pde на .ino. Новые скетчи (включая созданные через\n"
|
||||
"\"Сохранить как\") будут иметь новое расширение. Расширение\n"
|
||||
"существующих скетчей будет обновлено при сохранении, но вы\n"
|
||||
"можете отключить это в диалоге \"Настройки\".\n"
|
||||
"\n"
|
||||
"Сохранить скетч и обновить его расширение?"
|
||||
|
||||
#: Sketch.java:750
|
||||
msgid ".pde -> .ino"
|
||||
msgstr ".pde -> .ino"
|
||||
|
||||
#: Sketch.java:829
|
||||
msgid "Save sketch folder as..."
|
||||
msgstr "Сохранить папку скетча как..."
|
||||
|
||||
#: Sketch.java:865
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp file with that name."
|
||||
msgstr ""
|
||||
"Вы не можете сохранить скетч как \"{0}\", \n"
|
||||
"потому что скетч уже имеет .cpp файл с таким именем."
|
||||
|
||||
#: Sketch.java:886
|
||||
msgid "How very Borges of you"
|
||||
msgstr "Как сюрреалистично!"
|
||||
|
||||
#: Sketch.java:887
|
||||
msgid ""
|
||||
"You cannot save the sketch into a folder\n"
|
||||
"inside itself. This would go on forever."
|
||||
msgstr ""
|
||||
"Вы не можете сохранить скетч в папку\n"
|
||||
"внутри папки скетча. Это будет продолжаться вечно."
|
||||
|
||||
#: Sketch.java:979
|
||||
msgid "Select an image or other data file to copy to your sketch"
|
||||
msgstr "Выберите изображение или другой файл данных для копированя в скетч"
|
||||
|
||||
#: Sketch.java:1047
|
||||
#, java-format
|
||||
msgid "Replace the existing version of {0}?"
|
||||
msgstr "Заменить существующую версию {0}?"
|
||||
|
||||
#: Sketch.java:1069 Sketch.java:1092
|
||||
msgid "Error adding file"
|
||||
msgstr "Ошибка добавления файла"
|
||||
|
||||
#: Sketch.java:1070
|
||||
#, java-format
|
||||
msgid "Could not delete the existing ''{0}'' file."
|
||||
msgstr "Не удается удалить существующий файл ''{0}''."
|
||||
|
||||
#: Sketch.java:1078
|
||||
msgid "You can't fool me"
|
||||
msgstr "Меня не обманешь"
|
||||
|
||||
#: Sketch.java:1079
|
||||
msgid ""
|
||||
"This file has already been copied to the\n"
|
||||
"location from which where you're trying to add it.\n"
|
||||
"I ain't not doin nuthin'."
|
||||
msgstr ""
|
||||
"Этот файл уже был скопирован в место,\n"
|
||||
"из которого вы пытаетесь его добавить."
|
||||
|
||||
#: Sketch.java:1093
|
||||
#, java-format
|
||||
msgid "Could not add ''{0}'' to the sketch."
|
||||
msgstr "Невозможно добавить ''{0}'' к скетчу."
|
||||
|
||||
#: Sketch.java:1393 Sketch.java:1424
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr "Отсутствует или не перезаписывается папка сборки"
|
||||
|
||||
#: Sketch.java:1408
|
||||
msgid "Could not find main class"
|
||||
msgstr "Невозможно найти главный класс"
|
||||
|
||||
#: Sketch.java:1433
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr "Неперехваченный тип исключения: {0}"
|
||||
|
||||
#: Sketch.java:1465
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build folder"
|
||||
msgstr "{0} не перемещается в папу сборки"
|
||||
|
||||
#: Sketch.java:1661
|
||||
msgid "Uploading..."
|
||||
msgstr "Загружаем..."
|
||||
|
||||
#: Sketch.java:1684
|
||||
#, java-format
|
||||
msgid "Binary sketch size: {0} bytes (of a {1} byte maximum)"
|
||||
msgstr "Размер скетча в двоичном виде: {0} байт (из {1} байт максимально)"
|
||||
|
||||
#: Sketch.java:1689
|
||||
msgid "Couldn't determine program size: {0}"
|
||||
msgstr "Не могу определить размер программы: {0}"
|
||||
|
||||
#: Sketch.java:1694
|
||||
msgid ""
|
||||
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
|
||||
"tips on reducing it."
|
||||
msgstr ""
|
||||
"Скетч слишком большой; обратитесь к http://www.arduino.cc/en/Guide/Troubleshooting#size "
|
||||
"за советами по его уменьшению."
|
||||
|
||||
#: Sketch.java:1754
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
msgstr "Отсутствует */ в конце /* комментария */"
|
||||
|
||||
#: Sketch.java:1796
|
||||
msgid "Sketch Disappeared"
|
||||
msgstr "Не удается найти скетч"
|
||||
|
||||
#: Sketch.java:1797
|
||||
msgid ""
|
||||
"The sketch folder has disappeared.\n"
|
||||
" Will attempt to re-save in the same location,\n"
|
||||
"but anything besides the code will be lost."
|
||||
msgstr ""
|
||||
"Не удается найти папку скетча.\n"
|
||||
"Будет выполнена попытка пересохрания его в том же месте,\n"
|
||||
"но всё, кроме кода, будет утеряно."
|
||||
|
||||
#: Sketch.java:1810
|
||||
msgid "Could not re-save sketch"
|
||||
msgstr "Не удалось пересохранить скетч"
|
||||
|
||||
#: Sketch.java:1811
|
||||
msgid ""
|
||||
"Could not properly re-save the sketch. You may be in trouble at this point,\n"
|
||||
"and it might be time to copy and paste your code to another text editor."
|
||||
msgstr ""
|
||||
"Не удалось пересохранить скетч. Возможно вам понадобится скопировать и вставить\n"
|
||||
"ваш код в другой текстовый редактор."
|
||||
|
||||
#: Sketch.java:2060
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers (but cannot start with a number).\n"
|
||||
"They should also be less less than 64 characters long."
|
||||
msgstr ""
|
||||
"Имя скетча было изменено. Имена скетчей могут состоять только\n"
|
||||
"из ASCII символов и чисел (но не могут начинаться с чисел).\n"
|
||||
"Также, они должны быть менее 64 символов в длину."
|
||||
|
||||
#: debug/Uploader.java:52
|
||||
msgid "https://developer.berlios.de/bugs/?group_id=3590"
|
||||
msgstr "https://developer.berlios.de/bugs/?group_id=3590"
|
||||
|
||||
#: debug/Uploader.java:54 debug/Compiler.java:43
|
||||
#, java-format
|
||||
msgid "Compiler error, please submit this code to {0}"
|
||||
msgstr "Ошибка компилятора, пожалуйста, перешлите этот код на {0}"
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
#, java-format
|
||||
msgid ""
|
||||
"the selected serial port {0} does not exist or your board is not connected"
|
||||
msgstr ""
|
||||
"выбранный последовательный порт {0} не существует или ваша плата не подключена"
|
||||
|
||||
#: debug/Uploader.java:203
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
"the board right before exporting"
|
||||
msgstr ""
|
||||
"Устройство не отвечает. Проверьте, правильно ли выбран последовательный порт, "
|
||||
"или перезагрузите плату прямо перед загрузкой"
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
msgid ""
|
||||
"Problem uploading to board. See http://www.arduino.cc/en/Guide/"
|
||||
"Troubleshooting#upload for suggestions."
|
||||
msgstr ""
|
||||
"Проблема загрузки в плату. Обратитесь к http://www.arduino.cc/en/Guide/"
|
||||
"Troubleshooting#upload для поиска решения."
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
msgid ""
|
||||
"Wrong microcontroller found. Did you select the right board from the Tools "
|
||||
"> Board menu?"
|
||||
msgstr ""
|
||||
"Тип микроконтроллера неверный. Вы правильно выбрали плату из меню "
|
||||
"Инструменты > Платы?"
|
||||
|
||||
#: debug/Compiler.java:41
|
||||
msgid "http://code.google.com/p/arduino/issues/list"
|
||||
msgstr "http://code.google.com/p/arduino/issues/list"
|
||||
|
||||
#: debug/Compiler.java:79
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
msgstr "Не выбрана модель платы, пожалуйста, выберите её в меню Инструменты > Платы."
|
||||
|
||||
#: debug/Compiler.java:422
|
||||
#, java-format
|
||||
msgid "{0} returned {1}"
|
||||
msgstr "{0} вернул {1}"
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
msgid "Error compiling."
|
||||
msgstr "Ошибка при компиляции."
|
||||
|
||||
#: debug/Compiler.java:465
|
||||
msgid "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgstr "Пожалуйста, подключите библиотеку SPI в меню Скетч > Подключить библиотеку."
|
||||
|
||||
#: debug/Compiler.java:466
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 0019, the Ethernet library depends on the SPI library.\n"
|
||||
"You appear to be using it or another library that depends on the SPI "
|
||||
"library.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с Arduino 0019 библиотека Ethernet зависит от библиотеки SPI.\n"
|
||||
"Похоже, что вы используете именно её, или другую библиотеку, зависящую "
|
||||
"от библиотеки SPI.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:471
|
||||
msgid "The 'BYTE' keyword is no longer supported."
|
||||
msgstr "Дескриптор 'BYTE' больше не поддерживается."
|
||||
|
||||
#: debug/Compiler.java:472
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the 'BYTE' keyword is no longer supported.\n"
|
||||
"Please use Serial.write() instead.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с версии Arduino 1.0, дескриптор 'BYTE' больше не поддерживается.\n"
|
||||
"Пожалуйста, используйте Serial.write() вместо него.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:477
|
||||
msgid "The Server class has been renamed EthernetServer."
|
||||
msgstr "Класс Server был переименован в EternetServer"
|
||||
|
||||
#: debug/Compiler.java:478
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Server class in the Ethernet library has been renamed "
|
||||
"to EthernetServer.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с версии Arduino 1.0, класс Server библиотеки Ethernet был переименован в "
|
||||
"EthernetServer.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:483
|
||||
msgid "The Client class has been renamed EthernetClient."
|
||||
msgstr "Класс Client был переименован в EternetClient"
|
||||
|
||||
#: debug/Compiler.java:484
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Client class in the Ethernet library has been renamed "
|
||||
"to EthernetClient.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с версии Arduino 1.0, класс Client библиотеки Ethernet был переименован в "
|
||||
"EthernetClient.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:489
|
||||
msgid "The Udp class has been renamed EthernetUdp."
|
||||
msgstr "Класс Udp был переименован в EthernetUdp."
|
||||
|
||||
#: debug/Compiler.java:490
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Udp class in the Ethernet library has been renamed to "
|
||||
"EthernetClient.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с версии Arduino 1.0, класс Udp библиотеки Ethernet был переименован в "
|
||||
"EthernetUdp.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:495
|
||||
msgid "Wire.send() has been renamed Wire.write()."
|
||||
msgstr "Wire.send() была переименована в Wire.write()."
|
||||
|
||||
#: debug/Compiler.java:496
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for "
|
||||
"consistency with other libraries.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с версии Arduino 1.0, функция Wire.send() была переименована в "
|
||||
"Wire.write() для согласованности с другими библиотеками.\n"
|
||||
"\n"
|
||||
|
||||
#: debug/Compiler.java:501
|
||||
msgid "Wire.receive() has been renamed Wire.read()."
|
||||
msgstr "Wire.receive() была переименована в Wire.read()."
|
||||
|
||||
#: debug/Compiler.java:502
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Wire.receive() function was renamed to Wire.read() "
|
||||
"for consistency with other libraries.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Начиная с версии Arduino 1.0, функция Wire.receive() была переименована в "
|
||||
"Wire.read() для согласованности с другими библиотеками.\n"
|
||||
"\n"
|
||||
|
||||
#: EditorConsole.java:152
|
||||
msgid "Console Error"
|
||||
msgstr "Ошибка консоли"
|
||||
|
||||
#: EditorConsole.java:153
|
||||
msgid ""
|
||||
"A problem occurred while trying to open the\n"
|
||||
"files used to store the console output."
|
||||
msgstr ""
|
||||
"Возникла проблема при попытке открыть файлы,\n"
|
||||
"используемые для хранения вывода на консоль."
|
||||
|
||||
#: Base.java:184
|
||||
msgid "Non-fatal error while setting the Look & Feel."
|
||||
msgstr "Нефатальная ошибка при настройке внешнего вида."
|
||||
|
||||
#: Base.java:185
|
||||
msgid "The error message follows, however Arduino should run fine."
|
||||
msgstr "Далее идёт сообщение об ошибке, хотя Arduino должнен работать нормально."
|
||||
|
||||
#: Base.java:220
|
||||
msgid "Problem Setting the Platform"
|
||||
msgstr "Проблема с установкой платформы"
|
||||
|
||||
#: Base.java:221
|
||||
msgid ""
|
||||
"An unknown error occurred while trying to load\n"
|
||||
"platform-specific code for your machine."
|
||||
msgstr "Произошла неизвестная ошибка при попытке\n"
|
||||
"загрузить код, специфичный для вашей платформы."
|
||||
|
||||
#: Base.java:232
|
||||
msgid "Please install JDK 1.5 or later"
|
||||
msgstr "Пожалуйста, установите версию JDK 1.5 или старше."
|
||||
|
||||
#: Base.java:233
|
||||
msgid ""
|
||||
"Arduino requires a full JDK (not just a JRE)\n"
|
||||
"to run. Please install JDK 1.5 or later.\n"
|
||||
"More information can be found in the reference."
|
||||
msgstr "Arduino требуется полная версия JDK (а не только JRE)."
|
||||
"Пожалуйста, установите версию JDK 1.5 или старше."
|
||||
"Подробную информацию можно найти в справке."
|
||||
|
||||
#: Base.java:257
|
||||
msgid "Sketchbook folder disappeared"
|
||||
msgstr "Папка со скетчами исчезла."
|
||||
|
||||
#: Base.java:258
|
||||
msgid ""
|
||||
"The sketchbook folder no longer exists.\n"
|
||||
"Arduino will switch to the default sketchbook\n"
|
||||
"location, and create a new sketchbook folder if\n"
|
||||
"necessary. Arduino will then stop talking about\n"
|
||||
"himself in the third person."
|
||||
msgstr ""
|
||||
"Папка со скетчами больше не существует.\n"
|
||||
"Arduino переключится на папку по умолчанию,\n"
|
||||
"создав её при необходимости. А затем Arduino\n"
|
||||
"перестанет говорить о себе в третьем лице."
|
||||
|
||||
#: Base.java:532
|
||||
msgid "Time for a Break"
|
||||
msgstr "Пора сделать перерыв."
|
||||
|
||||
#: Base.java:533
|
||||
msgid ""
|
||||
"You've reached the limit for auto naming of new sketches\n"
|
||||
"for the day. How about going for a walk instead?"
|
||||
msgstr ""
|
||||
"Вы достигли лимита автоматического именования скетчей\n"
|
||||
"на сегодня. Может, лучше пойти прогуляться?"
|
||||
|
||||
#: Base.java:537
|
||||
msgid "Sunshine"
|
||||
msgstr "Солнечный свет"
|
||||
|
||||
#: Base.java:538
|
||||
msgid "No really, time for some fresh air for you."
|
||||
msgstr "Серьёзно, вам просто необходимо пойти проветриться."
|
||||
|
||||
#: Base.java:633
|
||||
msgid "Open an Arduino sketch..."
|
||||
msgstr "Открыть скетч Arduino..."
|
||||
|
||||
#: Base.java:772
|
||||
msgid ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p "
|
||||
"{ font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Are you "
|
||||
"sure you want to Quit?</b><p>Closing the last open sketch will quit Arduino."
|
||||
msgstr ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p "
|
||||
"{ font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Вы уверены, "
|
||||
"что хотите выйти?</b><p>Если вы закроете последний скетч, то выйдете из Arduino."
|
||||
|
||||
#: Base.java:970
|
||||
msgid "Contributed"
|
||||
msgstr "Связанные"
|
||||
|
||||
#: Base.java:1095
|
||||
msgid "Sketch Does Not Exist"
|
||||
msgstr "Скетч не существует"
|
||||
|
||||
#: Base.java:1096
|
||||
msgid ""
|
||||
"The selected sketch no longer exists.\n"
|
||||
"You may need to restart Arduino to update\n"
|
||||
"the sketchbook menu."
|
||||
msgstr ""
|
||||
"Выбранный скетч больше не существует.\n"
|
||||
"Возможно, надо перезапустить Arduino, чтобы\n"
|
||||
"обновить меню скетчей."
|
||||
|
||||
#: Base.java:1125
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The sketch \"{0}\" cannot be used.\n"
|
||||
"Sketch names must contain only basic letters and numbers\n"
|
||||
"(ASCII-only with no spaces, and it cannot start with a number).\n"
|
||||
"To get rid of this message, remove the sketch from\n"
|
||||
"{1}"
|
||||
msgstr ""
|
||||
"Скетч \"{0}\" Не может быть использован.\n"
|
||||
"Имена скетчей должны содержать только основные буквы и цифры.\n"
|
||||
"(Только ASCII, без пробелов, причём имя не может начинаться с пробела).\n"
|
||||
"Чтобы избавиться от этого сообщения, уберите скетч из\n"
|
||||
"{1}"
|
||||
|
||||
#: Base.java:1132
|
||||
msgid "Ignoring sketch with bad name"
|
||||
msgstr "Игнорирую скетч с плохим именем"
|
||||
|
||||
#: Base.java:1202
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library names must contain only basic letters and numbers.\n"
|
||||
"(ASCII only and no spaces, and it cannot start with a number)"
|
||||
msgstr ""
|
||||
"Библиотека \"{0}\" не может быть использована.\n"
|
||||
"Имена библиотек должны содержать только основные буквы и цифры.\n"
|
||||
"(Только ASCII, без пробелов, причём имя не может начинаться с пробела)."
|
||||
|
||||
#: Base.java:1207
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "Игнорирую библиотеку с плохим именем"
|
||||
|
||||
#: Base.java:1432
|
||||
msgid "Problem getting data folder"
|
||||
msgstr "Проблема при обращении к папке с данными"
|
||||
|
||||
#: Base.java:1433
|
||||
msgid "Error getting the Arduino data folder."
|
||||
msgstr "Проблема при обращении к папке с данными Arduino"
|
||||
|
||||
#: Base.java:1440
|
||||
msgid "Settings issues"
|
||||
msgstr "Вопросы, связанные с настройками"
|
||||
|
||||
#: Base.java:1441
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your settings."
|
||||
msgstr ""
|
||||
"Arduino не может запуститься, потому что\n"
|
||||
"не удаётся создать папку для хранения ваших настроек."
|
||||
|
||||
#: Base.java:1602
|
||||
msgid "You forgot your sketchbook"
|
||||
msgstr "Вы забыли вашу папку со скетчами"
|
||||
|
||||
#: Base.java:1603
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your sketchbook."
|
||||
msgstr ""
|
||||
"Arduino не может запуститься, потому что\n"
|
||||
"не удаётся создать папку для хранения ваших скетчей."
|
||||
|
||||
#: Base.java:1623
|
||||
msgid "Select (or create new) folder for sketches..."
|
||||
msgstr "Выберите (или создайте) папку для хранения скетчей..."
|
||||
|
||||
#: Base.java:1647
|
||||
msgid "Problem Opening URL"
|
||||
msgstr "Проблема с открытием ссылки"
|
||||
|
||||
#: Base.java:1648
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the URL\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
"Не удалось открыть ссылку\n"
|
||||
"{0}"
|
||||
|
||||
#: Base.java:1671
|
||||
msgid "Problem Opening Folder"
|
||||
msgstr "Проблема с открытием папки "
|
||||
|
||||
#: Base.java:1672
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the folder\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
"Не удалось открыть папку\n"
|
||||
"{0}"
|
||||
|
||||
#: Base.java:1785
|
||||
msgid "Guide_MacOSX.html"
|
||||
msgstr "Guide_MacOSX.html"
|
||||
|
||||
#: Base.java:1787
|
||||
msgid "Guide_Windows.html"
|
||||
msgstr "Guide_Windows.html"
|
||||
|
||||
#: Base.java:1789
|
||||
msgid "http://www.arduino.cc/playground/Learning/Linux"
|
||||
msgstr "http://www.arduino.cc/playground/Learning/Linux"
|
||||
|
||||
#: Base.java:1794
|
||||
msgid "index.html"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1799
|
||||
msgid "Guide_Environment.html"
|
||||
msgstr "Guide_Environment.html"
|
||||
|
||||
#: Base.java:1804
|
||||
msgid "environment"
|
||||
msgstr "среда разработки"
|
||||
|
||||
#: Base.java:1804
|
||||
msgid "platforms.html"
|
||||
msgstr "platforms.html"
|
||||
|
||||
#: Base.java:1809
|
||||
msgid "Guide_Troubleshooting.html"
|
||||
msgstr "Guide_Troubleshooting.html"
|
||||
|
||||
#: Base.java:1814
|
||||
msgid "FAQ.html"
|
||||
msgstr "FAQ.html"
|
||||
|
||||
#: Base.java:1826
|
||||
msgid "Message"
|
||||
msgstr "Сообщение"
|
||||
|
||||
#: Base.java:1842
|
||||
msgid "Warning"
|
||||
msgstr "Внимание"
|
||||
|
||||
#: Base.java:2196
|
||||
#, java-format
|
||||
msgid "Could not remove old version of {0}"
|
||||
msgstr "Не удалось удалить старую версию {0}"
|
||||
|
||||
#: Base.java:2206
|
||||
#, java-format
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "Не удалось заменить {0}"
|
||||
|
||||
#: Base.java:2247 Base.java:2270
|
||||
#, java-format
|
||||
msgid "Could not delete {0}"
|
||||
msgstr "Не удалось удалить {0}"
|
||||
|
||||
#: EditorHeader.java:292
|
||||
msgid "New Tab"
|
||||
msgstr "Новая вкладка"
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
msgstr "Переименовать"
|
||||
|
||||
#: EditorHeader.java:326
|
||||
msgid "Previous Tab"
|
||||
msgstr "Предыдущая вкладка"
|
||||
|
||||
#: EditorHeader.java:340
|
||||
msgid "Next Tab"
|
||||
msgstr "Следующая вкладка"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
msgid "Verify"
|
||||
msgstr "Проверить"
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
msgid "Open"
|
||||
msgstr "Открыть"
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
msgid "New Editor Window"
|
||||
msgstr "Новое окно редактора"
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
msgid "Open in Another Window"
|
||||
msgstr "Открыть в другом окне"
|
||||
|
||||
#: Platform.java:167
|
||||
msgid "No launcher available"
|
||||
msgstr "Нет загрузчика"
|
||||
|
||||
#: Platform.java:168
|
||||
msgid ""
|
||||
"Unspecified platform, no launcher available.\n"
|
||||
"To enable opening URLs or folders, add a \n"
|
||||
"\"launcher=/path/to/app\" line to preferences.txt"
|
||||
msgstr ""
|
||||
"Неуказанная платформа, нет загрузчика.\n"
|
||||
"Чтобы разрешить открытие ссылок или папок, добавьте \n"
|
||||
"\"launcher=/path/to/app\" строку в preferences.txt"
|
||||
|
||||
#: Theme.java:52
|
||||
msgid ""
|
||||
"Could not read color theme settings.\n"
|
||||
"You'll need to reinstall Processing."
|
||||
msgstr ""
|
||||
"Не удалось прочитать настройки цветовой темы.\n"
|
||||
"Вам нужно будет переустановить Processing."
|
||||
|
||||
#: Preferences.java:80
|
||||
msgid "Browse"
|
||||
msgstr "Выбрать"
|
||||
|
||||
#: Preferences.java:115
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:116
|
||||
msgid "Chinese Simplified"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:117
|
||||
msgid "Chinese Taiwan"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:118
|
||||
msgid "Danish"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:119
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:120
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:121
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:122
|
||||
msgid "Filipino"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:123
|
||||
msgid "Galician"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:124
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:125
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:126
|
||||
msgid "Hungarian"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:127
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:128
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:129
|
||||
msgid "Latvian"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:130
|
||||
msgid "Persian"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:131
|
||||
msgid "Portuguese (Brazil)"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:132
|
||||
msgid "Romanian"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:133
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:222
|
||||
msgid ""
|
||||
"Could not read default settings.\n"
|
||||
"You'll need to reinstall Arduino."
|
||||
msgstr ""
|
||||
"Настройки по умолчанию не читаются.\n"
|
||||
"Вам нужно переустановить Arduino."
|
||||
|
||||
#: Preferences.java:254
|
||||
#, java-format
|
||||
msgid "Could not read preferences from {0}"
|
||||
msgstr "Невозможно прочитать настройки из {0}"
|
||||
|
||||
#: Preferences.java:273
|
||||
msgid "Error reading preferences"
|
||||
msgstr "Ошибка чтения настроек"
|
||||
|
||||
#: Preferences.java:275
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading the preferences file. Please delete (or move)\n"
|
||||
"{0} and restart Arduino."
|
||||
msgstr ""
|
||||
"Ошибка чтения файла настроек. Пожалуйста удалите (или переместите)\n"
|
||||
"{0} и перезагрузите Arduino."
|
||||
|
||||
#: Preferences.java:311
|
||||
msgid "Sketchbook location:"
|
||||
msgstr "Расположение папки со скетчами:"
|
||||
|
||||
#: Preferences.java:326
|
||||
msgid "Select new sketchbook location"
|
||||
msgstr "Выберите новое расположение папки со скетчами"
|
||||
|
||||
#: Preferences.java:350
|
||||
msgid "Editor font size: "
|
||||
msgstr "Размер шрифта редактора: "
|
||||
|
||||
#: Preferences.java:354 Preferences.java:442
|
||||
msgid " (requires restart of Arduino)"
|
||||
msgstr " (требует перезагрузки Arduino)"
|
||||
|
||||
#: Preferences.java:367
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "Показывать подробный вывод при: "
|
||||
|
||||
#: Preferences.java:369
|
||||
msgid "compilation "
|
||||
msgstr "компиляции"
|
||||
|
||||
#: Preferences.java:371
|
||||
msgid "upload"
|
||||
msgstr "загрузке"
|
||||
|
||||
#: Preferences.java:380
|
||||
msgid "Verify code after upload"
|
||||
msgstr "Проверка кода после загрузки"
|
||||
|
||||
#: Preferences.java:389
|
||||
msgid "Use external editor"
|
||||
msgstr "Использовать внешний редактор"
|
||||
|
||||
#: Preferences.java:399
|
||||
msgid "Check for updates on startup"
|
||||
msgstr "Проверять обновления при запуске"
|
||||
|
||||
#: Preferences.java:408
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
msgstr "Обновлять расширение скетчей на новое при сохранении (.pde -> .ino)"
|
||||
|
||||
#: Preferences.java:419
|
||||
msgid "Automatically associate .ino files with Arduino"
|
||||
msgstr "Автоматически ассоциировать .ino файлы с Arduino"
|
||||
|
||||
#: Preferences.java:429
|
||||
msgid "Preferred Language: "
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:454
|
||||
msgid "More preferences can be edited directly in the file"
|
||||
msgstr "Больше свойств может быть отредактировано прямо в файле"
|
||||
|
||||
#: Preferences.java:483
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
msgstr "(редактируйте только если Arduino не запущено)"
|
||||
|
||||
#: Preferences.java:630
|
||||
#, java-format
|
||||
msgid "ignoring invalid font size {0}"
|
||||
msgstr "игнорирование некорректного размера шрифта {0}"
|
1007
app/src/processing/app/Resources_ru.properties
Normal file
1007
app/src/processing/app/Resources_ru.properties
Normal file
@ -0,0 +1,1007 @@
|
||||
# Russian translations for PACKAGE package.
|
||||
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Stanislav I. Ashmanov and Evgeniy Maskalev <>, 2012.
|
||||
#
|
||||
!=Project-Id-Version\: PACKAGE VERSION\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-04-02 09\:00+0800\nPO-Revision-Date\: 2012-04-03 22\:48+0800\nLast-Translator\: Stanislav I. Ashmanov and Evgeniy Maskalev <>\nLanguage-Team\: Russian\nLanguage\: ru\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nPlural-Forms\: nplurals\=2; plural\=(n \!\= 1);\n
|
||||
|
||||
#: Editor.java:366
|
||||
No\ files\ were\ added\ to\ the\ sketch.=\u0424\u0430\u0439\u043b\u044b \u043d\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b.
|
||||
|
||||
#: Editor.java:369 Sketch.java:996
|
||||
One\ file\ added\ to\ the\ sketch.=\u041e\u0434\u0438\u043d \u0444\u0430\u0439\u043b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u043a \u0441\u043a\u0435\u0442\u0447\u0443.
|
||||
|
||||
#: Editor.java:373
|
||||
#, java-format
|
||||
{0}\ files\ added\ to\ the\ sketch.=\u041a \u0441\u043a\u0435\u0442\u0447\u0443 \u0431\u044b\u043b\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0444\u0430\u0439\u043b\u043e\u0432\: {0}.
|
||||
|
||||
#: Editor.java:484
|
||||
File=\u0424\u0430\u0439\u043b
|
||||
|
||||
#: Editor.java:486 EditorToolbar.java:41
|
||||
New=\u041d\u043e\u0432\u044b\u0439
|
||||
|
||||
#: Editor.java:494 Base.java:903
|
||||
Open...=\u041e\u0442\u043a\u0440\u044b\u0442\u044c...
|
||||
|
||||
#: Editor.java:503
|
||||
Sketchbook=\u041f\u0430\u043f\u043a\u0430 \u0441\u043e \u0441\u043a\u0435\u0442\u0447\u0430\u043c\u0438
|
||||
|
||||
#: Editor.java:509
|
||||
Examples=\u041f\u0440\u0438\u043c\u0435\u0440\u044b
|
||||
|
||||
#: Editor.java:514 Editor.java:1977
|
||||
Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
|
||||
|
||||
#: Editor.java:522 Editor.java:2017 Editor.java:2421 EditorToolbar.java:41
|
||||
#: EditorToolbar.java:46
|
||||
Save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
|
||||
|
||||
#: Editor.java:530
|
||||
Save\ As...=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a...
|
||||
|
||||
#: Editor.java:538 EditorToolbar.java:41
|
||||
Upload=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
|
||||
|
||||
#: Editor.java:546 EditorToolbar.java:46
|
||||
Upload\ Using\ Programmer=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430\u0442\u043e\u0440\u0430
|
||||
|
||||
#: Editor.java:556
|
||||
Page\ Setup=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
|
||||
|
||||
#: Editor.java:564
|
||||
Print=\u041f\u0435\u0447\u0430\u0442\u044c
|
||||
|
||||
#: Editor.java:576 Preferences.java:291
|
||||
Preferences=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
|
||||
|
||||
#: Editor.java:586 Base.java:782
|
||||
Quit=\u0412\u044b\u0445\u043e\u0434
|
||||
|
||||
#: Editor.java:600
|
||||
Sketch=\u0421\u043a\u0435\u0442\u0447
|
||||
|
||||
#: Editor.java:602
|
||||
Verify\ /\ Compile=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c / \u041a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
|
||||
#: Editor.java:629
|
||||
Import\ Library...=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443...
|
||||
|
||||
#: Editor.java:634
|
||||
Show\ Sketch\ Folder=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0441\u043a\u0435\u0442\u0447\u0435\u0439
|
||||
|
||||
#: Editor.java:643
|
||||
Add\ File...=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0444\u0430\u0439\u043b...
|
||||
|
||||
#: Editor.java:656
|
||||
Tools=\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b
|
||||
|
||||
#: Editor.java:662 EditorToolbar.java:41 EditorToolbar.java:46
|
||||
Serial\ Monitor=\u041c\u043e\u043d\u0438\u0442\u043e\u0440 \u043f\u043e\u0440\u0442\u0430
|
||||
|
||||
#: Editor.java:682
|
||||
Board=\u041f\u043b\u0430\u0442\u0430
|
||||
|
||||
#: Editor.java:690
|
||||
Serial\ Port=\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442
|
||||
|
||||
#: Editor.java:695
|
||||
Programmer=\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430\u0442\u043e\u0440
|
||||
|
||||
#: Editor.java:699
|
||||
Burn\ Bootloader=\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a
|
||||
|
||||
#: Editor.java:923
|
||||
serialMenu\ is\ null=\u041c\u0435\u043d\u044e \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 \u043f\u0443\u0441\u0442\u043e
|
||||
|
||||
#: Editor.java:927 Editor.java:934
|
||||
name\ is\ null=\u043d\u0435\u0442 \u0438\u043c\u0435\u043d\u0438
|
||||
|
||||
#: Editor.java:986
|
||||
error\ retrieving\ port\ list=\u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u043e\u0440\u0442\u043e\u0432
|
||||
|
||||
#: Editor.java:1002
|
||||
Help=\u041f\u043e\u043c\u043e\u0449\u044c
|
||||
|
||||
#: Editor.java:1041
|
||||
Getting\ Started=\u041d\u0430\u0447\u0430\u043b\u043e \u0440\u0430\u0431\u043e\u0442\u044b
|
||||
|
||||
#: Editor.java:1049
|
||||
Environment=\u0421\u0440\u0435\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438
|
||||
|
||||
#: Editor.java:1057
|
||||
Troubleshooting=\u041f\u043e\u0438\u0441\u043a \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a
|
||||
|
||||
#: Editor.java:1065
|
||||
Reference=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
|
||||
|
||||
#: Editor.java:1073 Editor.java:2728
|
||||
Find\ in\ Reference=\u041d\u0430\u0439\u0442\u0438 \u0432 \u0441\u043f\u0440\u0430\u0432\u043a\u0435
|
||||
|
||||
#: Editor.java:1083
|
||||
Frequently\ Asked\ Questions=\u0427\u0430\u0441\u0442\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b
|
||||
|
||||
#: Editor.java:1091
|
||||
Visit\ Arduino.cc=\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u044c Arduino.cc
|
||||
|
||||
#: Editor.java:1094
|
||||
http\://arduino.cc/=http\://arduino.cc/
|
||||
|
||||
#: Editor.java:1102
|
||||
About\ Arduino=\u041e\u0431 Arduino
|
||||
|
||||
#: Editor.java:1116
|
||||
Edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
|
||||
#: Editor.java:1119 Editor.java:1341
|
||||
Undo=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
|
||||
|
||||
#: Editor.java:1124 Editor.java:1126 Editor.java:1376
|
||||
Redo=\u0412\u0435\u0440\u043d\u0443\u0442\u044c
|
||||
|
||||
#: Editor.java:1135 Editor.java:2652
|
||||
Cut=\u0412\u044b\u0440\u0435\u0437\u0430\u0442\u044c
|
||||
|
||||
#: Editor.java:1143 Editor.java:2660
|
||||
Copy=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
|
||||
#: Editor.java:1151 Editor.java:2668
|
||||
Copy\ for\ Forum=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u043b\u044f \u0444\u043e\u0440\u0443\u043c\u0430
|
||||
|
||||
#: Editor.java:1163 Editor.java:2676
|
||||
Copy\ as\ HTML=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a HTML
|
||||
|
||||
#: Editor.java:1175 Editor.java:2684
|
||||
Paste=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
|
||||
|
||||
#: Editor.java:1184 Editor.java:2692
|
||||
Select\ All=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432\u0441\u0451
|
||||
|
||||
#: Editor.java:1194 Editor.java:2702
|
||||
Comment/Uncomment=\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c/\u0420\u0430\u0441\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
|
||||
|
||||
#: Editor.java:1202 Editor.java:2710
|
||||
Increase\ Indent=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f
|
||||
|
||||
#: Editor.java:1210 Editor.java:2718
|
||||
Decrease\ Indent=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043e\u0442\u0441\u0442\u0443\u043f
|
||||
|
||||
#: Editor.java:1220
|
||||
Find...=\u041d\u0430\u0439\u0442\u0438...
|
||||
|
||||
#: Editor.java:1235
|
||||
Find\ Next=\u041d\u0430\u0439\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435
|
||||
|
||||
#: Editor.java:1245
|
||||
Find\ Previous=\u041d\u0430\u0439\u0442\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435
|
||||
|
||||
#: Editor.java:1255
|
||||
Use\ Selection\ For\ Find=\u041d\u0430\u0439\u0442\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435
|
||||
|
||||
#: Editor.java:1816
|
||||
First\ select\ a\ word\ to\ find\ in\ the\ reference.=\u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043b\u043e\u0432\u043e \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0432 \u0441\u043f\u0440\u0430\u0432\u043a\u0435
|
||||
|
||||
#: Editor.java:1823
|
||||
#, java-format
|
||||
No\ reference\ available\ for\ "{0}"=\u041d\u0435\u0442 \u0441\u0441\u044b\u043b\u043e\u043a \u0434\u043b\u044f "{0}"
|
||||
|
||||
#: Editor.java:1826
|
||||
#, java-format
|
||||
{0}.html={0}.html
|
||||
|
||||
#: Editor.java:1843 Sketch.java:1647
|
||||
Compiling\ sketch...=\u041a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435...
|
||||
|
||||
#: Editor.java:1864 Editor.java:1881
|
||||
Done\ compiling.=\u041a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e
|
||||
|
||||
#: Editor.java:1973
|
||||
#, java-format
|
||||
Save\ changes\ to\ "{0}"?\ \ =\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 "{0}"?
|
||||
|
||||
#: Editor.java:2006
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u044d\u0442\u043e\u043c \u0441\u043a\u0435\u0442\u0447\u0435<BR> \u043f\u0435\u0440\u0435\u0434 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u0435\u043c?</b><p>\u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435, \u0432\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0443\u0442\u0435\u0440\u044f\u043d\u044b.
|
||||
|
||||
#: Editor.java:2017 Editor.java:2098 Editor.java:2418 Sketch.java:589
|
||||
#: Sketch.java:741 Sketch.java:1046 Preferences.java:78
|
||||
Cancel=\u041e\u0442\u043c\u0435\u043d\u0430
|
||||
|
||||
#: Editor.java:2017
|
||||
Don't\ Save=\u041d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c
|
||||
|
||||
#: Editor.java:2089
|
||||
Bad\ file\ selected=\u0412\u044b\u0431\u0440\u0430\u043d \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b
|
||||
|
||||
#: Editor.java:2090
|
||||
Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=Processing \u043c\u043e\u0436\u0435\u0442 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u043a\u0435\u0442\u0447\u0438\n\u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0444\u0430\u0439\u043b\u044b, \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f .ino \u0438\u043b\u0438 .pde
|
||||
|
||||
#: Editor.java:2098 Editor.java:2418 Sketch.java:589 Sketch.java:741
|
||||
#: Sketch.java:1046 Preferences.java:79
|
||||
OK=\u041e\u041a
|
||||
|
||||
#: Editor.java:2100
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u0424\u0430\u0439\u043b "{0}" \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0438\n\u043f\u0430\u043f\u043a\u0438 \u0441\u043a\u0435\u0442\u0447\u0430 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c "{1}".\n\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u044d\u0442\u0443 \u043f\u0430\u043f\u043a\u0443, \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0438 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?
|
||||
|
||||
#: Editor.java:2109
|
||||
Moving=\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435
|
||||
|
||||
#: Editor.java:2120 Editor.java:2131 Editor.java:2141 Editor.java:2159
|
||||
#: Sketch.java:479 Sketch.java:485 Sketch.java:500 Sketch.java:507
|
||||
#: Sketch.java:530 Sketch.java:547 Base.java:1861 Preferences.java:252
|
||||
Error=\u041e\u0448\u0438\u0431\u043a\u0430
|
||||
|
||||
#: Editor.java:2122
|
||||
#, java-format
|
||||
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=\u041f\u0430\u043f\u043a\u0430 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c "{0}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u043a\u0435\u0442\u0447.
|
||||
|
||||
#: Editor.java:2132
|
||||
Could\ not\ create\ the\ sketch\ folder.=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0441\u043a\u0435\u0442\u0447\u0430.
|
||||
|
||||
#: Editor.java:2141
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u043d\u0443\u0436\u043d\u043e\u0435 \u043c\u0435\u0441\u0442\u043e.
|
||||
|
||||
#: Editor.java:2159
|
||||
Could\ not\ create\ the\ sketch.=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447
|
||||
|
||||
#: Editor.java:2166
|
||||
#, java-format
|
||||
{0}\ |\ Arduino\ {1}={0} | Arduino {1}
|
||||
|
||||
#: Editor.java:2223 Editor.java:2261
|
||||
Saving...=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435...
|
||||
|
||||
#: Editor.java:2228 Editor.java:2264
|
||||
Done\ Saving.=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e.
|
||||
|
||||
#: Editor.java:2270
|
||||
Save\ Canceled.=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e.
|
||||
|
||||
#: Editor.java:2296
|
||||
#, java-format
|
||||
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.\n\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0441 \u0434\u0440\u0443\u0433\u0438\u043c \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c?
|
||||
|
||||
#: Editor.java:2331
|
||||
Uploading\ to\ I/O\ Board...=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0443 \u0432\u0432\u043e\u0434\u0430/\u0432\u044b\u0432\u043e\u0434\u0430...
|
||||
|
||||
#: Editor.java:2348 Editor.java:2384
|
||||
Done\ uploading.=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430.
|
||||
|
||||
#: Editor.java:2356 Editor.java:2392
|
||||
Upload\ canceled.=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430
|
||||
|
||||
#: Editor.java:2420
|
||||
Save\ changes\ before\ export?=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0434 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u043c?
|
||||
|
||||
#: Editor.java:2435
|
||||
Export\ canceled,\ changes\ must\ first\ be\ saved.=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043e\u0442\u043c\u0435\u043d\u0451\u043d, \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f.
|
||||
|
||||
#: Editor.java:2457
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=\u0417\u0430\u043f\u0438\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430 \u043d\u0430 \u043f\u043b\u0430\u0442\u0443 \u0432\u0432\u043e\u0434\u0430/\u0432\u044b\u0432\u043e\u0434\u0430 (\u043c\u0438\u043d\u0443\u0442\u043e\u0447\u043a\u0443)...
|
||||
|
||||
#: Editor.java:2463
|
||||
Done\ burning\ bootloader.=\u0417\u0430\u043f\u0438\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430.
|
||||
|
||||
#: Editor.java:2465 Editor.java:2469 Editor.java:2473
|
||||
Error\ while\ burning\ bootloader.=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430.
|
||||
|
||||
#: Editor.java:2500
|
||||
Printing...=\u041f\u0435\u0447\u0430\u0442\u044c...
|
||||
|
||||
#: Editor.java:2517
|
||||
Done\ printing.=\u041f\u0435\u0447\u0430\u0442\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430.
|
||||
|
||||
#: Editor.java:2520
|
||||
Error\ while\ printing.=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0447\u0430\u0442\u0438
|
||||
|
||||
#: Editor.java:2524
|
||||
Printing\ canceled.=\u041f\u0435\u0447\u0430\u0442\u044c \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430.
|
||||
|
||||
#: Editor.java:2572
|
||||
#, java-format
|
||||
Bad\ error\ line\:\ {0}=\u0421\u0442\u0440\u043e\u043a\u0430 \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439\: {0}
|
||||
|
||||
#: Editor.java:2641
|
||||
Open\ URL=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Arduino, \n\u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438?
|
||||
|
||||
#: UpdateCheck.java:108 Preferences.java:76
|
||||
Yes=\u0414\u0430
|
||||
|
||||
#: UpdateCheck.java:108 Preferences.java:77
|
||||
No=\u041d\u0435\u0442
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
Update=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
|
||||
|
||||
#: FindReplace.java:80
|
||||
Find\:=\u041d\u0430\u0439\u0442\u0438\:
|
||||
|
||||
#: FindReplace.java:81
|
||||
Replace\ with\:=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c\:
|
||||
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440
|
||||
|
||||
#: FindReplace.java:105
|
||||
Wrap\ Around=\u0412\u044b\u0434\u0435\u043b\u044f\u0442\u044c
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
Replace\ All=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0451
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1050
|
||||
Replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
Replace\ &\ Find=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0438 \u043d\u0430\u0439\u0442\u0438
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
Previous=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
Find=\u041d\u0430\u0439\u0442\u0438
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u041f\u043e\u0441\u043b\u0430\u0442\u044c
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=\u0410\u0432\u0442\u043e\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0430
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
No\ line\ ending=\u0411\u0435\u0437 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u0441\u0442\u0440\u043e\u043a\u0438
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Newline=\u041d\u043e\u0432\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 (NL)
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Carriage\ return=\u0412\u043e\u0437\u0432\u0440\u0430\u0442 \u043a\u0430\u0440\u0435\u0442\u043a\u0438 (CR)
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Both\ NL\ &\ CR=NL \u0438 CR \u0432\u043c\u0435\u0441\u0442\u0435
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
\ baud=\ \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c
|
||||
|
||||
#: Serial.java:147
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quiting\ any\ programs\ that\ may\ be\ using\ it.=\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 ''{0}'' \u0437\u0430\u043d\u044f\u0442. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0435\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c.
|
||||
|
||||
#: Serial.java:154
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 ''{0}''.
|
||||
|
||||
#: Serial.java:167
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=\u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 ''{0}'' \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043d\u0443\u0436\u043d\u044b\u0439 \u0438\u0437 \u043c\u0435\u043d\u044e \u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b > \u041f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442?
|
||||
|
||||
#: Serial.java:424
|
||||
#, java-format
|
||||
readBytesUntil()\ byte\ buffer\ is\ too\ small\ for\ the\ {0}\ bytes\ up\ to\ and\ including\ char\ {1}=readBytesUntil() \u0431\u0430\u0439\u0442\u043e\u0432\u044b\u0439 \u0431\u0443\u0444\u0435\u0440 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u0430\u043b \u0434\u043b\u044f {0} \u0431\u0430\u0439\u0442\u043e\u0432 \u0432\u043f\u043b\u043e\u0442\u044c \u0434\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u0430 {1}
|
||||
|
||||
#: Serial.java:567
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 Serial.{0}()
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
Auto\ Format=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435
|
||||
|
||||
#: tools/AutoFormat.java:913 tools/format/src/AutoFormat.java:54
|
||||
No\ changes\ necessary\ for\ Auto\ Format.=\u041d\u0435\u0447\u0435\u0433\u043e \u0430\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c.
|
||||
|
||||
#: tools/AutoFormat.java:919
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ right\ parentheses.=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u043e\: \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043f\u0440\u0430\u0432\u044b\u0445 \u043a\u0440\u0443\u0433\u043b\u044b\u0445 \u0441\u043a\u043e\u0431\u043e\u043a.
|
||||
|
||||
#: tools/AutoFormat.java:922
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ left\ parentheses.=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u043e\: \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043b\u0435\u0432\u044b\u0445 \u043a\u0440\u0443\u0433\u043b\u044b\u0445 \u0441\u043a\u043e\u0431\u043e\u043a.
|
||||
|
||||
#: tools/AutoFormat.java:928
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ right\ curly\ braces.=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u043e\: \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043f\u0440\u0430\u0432\u044b\u0445 \u0444\u0438\u0433\u0443\u0440\u043d\u044b\u0445 \u0441\u043a\u043e\u0431\u043e\u043a.
|
||||
|
||||
#: tools/AutoFormat.java:931
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ left\ curly\ braces.=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u043e\: \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u043b\u0435\u0432\u044b\u0445 \u0444\u0438\u0433\u0443\u0440\u043d\u044b\u0445 \u0441\u043a\u043e\u0431\u043e\u043a.
|
||||
|
||||
#: tools/AutoFormat.java:941
|
||||
Auto\ Format\ finished.=\u0410\u0432\u0442\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
Fix\ Encoding\ &\ Reload=\u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443 \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u041d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447?
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443.\n\u041d\u0435 \u043f\u044b\u0442\u0430\u0439\u0442\u0435\u0441\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0441\u043a\u0435\u0442\u0447, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043e\u043d \u043c\u043e\u0436\u0435\u0442\n\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0441\u0442\u0430\u0440\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 '\u041e\u0442\u043a\u0440\u044b\u0442\u044c', \u0447\u0442\u043e\u0431\u044b\n\u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u0437\u0430\u043d\u043e\u0432\u043e.\n
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
Archive\ Sketch=\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447
|
||||
|
||||
#: tools/Archiver.java:59
|
||||
yyMMdd=\u0433\u0433\u041c\u041c\u0434\u0434
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u0421\u043a\u0435\u0442\u0447 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043a\u0435\u0442\u0447\u0430 \u0431\u044b\u043b\u043e \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u043e, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e\n\u0441\u043a\u0435\u0442\u0447 \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0441\u044f.
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
Archive\ sketch\ as\:=\u0417\u0430\u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u043a\u0430\u043a\:
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
Archive\ sketch\ canceled.=\u0410\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043a\u0435\u0442\u0447\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
Error\ while\ loading\ code\ {0}=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 \u043a\u043e\u0434\u0430 {0}
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.="{0}" \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043d\u0435\u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043d\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b. \u0415\u0441\u043b\u0438 \u044d\u0442\u043e\u0442 \u043a\u043e\u0434 \u0431\u044b\u043b \u0441\u043e\u0437\u0434\u0430\u043d \u0432 \u0441\u0442\u0430\u0440\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 Processing, \u0442\u043e \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b -> \u0418\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443 \u0441\u043a\u0435\u0442\u0447\u0430 \u043d\u0430 UTF-8. \u0415\u0441\u043b\u0438 \u043d\u0435\u0442, \u0442\u043e \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043b\u043e\u0445\u0438\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f.
|
||||
|
||||
#: Sketch.java:278 Sketch.java:307 Sketch.java:581 Sketch.java:970
|
||||
Sketch\ is\ Read-Only=\u0421\u043a\u0435\u0442\u0447 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f
|
||||
|
||||
#: Sketch.java:279 Sketch.java:308 Sketch.java:582 Sketch.java:971
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b "\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f",\n\u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c\n\u043c\u0435\u0441\u0442\u0435 \u0438 \u043f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0435\u0449\u0451 \u0440\u0430\u0437.
|
||||
|
||||
#: Sketch.java:286
|
||||
Name\ for\ new\ file\:=\u0418\u043c\u044f \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430\:
|
||||
|
||||
#: Sketch.java:298
|
||||
Sketch\ is\ Untitled=\u0421\u043a\u0435\u0442\u0447 \u0431\u0435\u0437 \u0438\u043c\u0435\u043d\u0438
|
||||
|
||||
#: Sketch.java:299
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=\u041a\u0430\u043a \u043d\u0430\u0441\u0447\u0451\u0442 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447, \n\u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u0435\u0433\u043e?
|
||||
|
||||
#: Sketch.java:359 Sketch.java:366 Sketch.java:377
|
||||
Problem\ with\ rename=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435\u043c
|
||||
|
||||
#: Sketch.java:360
|
||||
The\ name\ cannot\ start\ with\ a\ period.=\u0418\u043c\u044f \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c\u0441\u044f \u0441 \u0442\u043e\u0447\u043a\u0438.
|
||||
|
||||
#: Sketch.java:368
|
||||
#, java-format
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=".{0}" - \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435.
|
||||
|
||||
#: Sketch.java:378
|
||||
The\ main\ file\ can't\ use\ an\ extension.\n(It\ may\ be\ time\ for\ your\ to\ graduate\ to\ a\n"real"\ programming\ environment)=\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0444\u0430\u0439\u043b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435.\n(\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043b\u044f \u0432\u0430\u0441 \u043f\u0440\u0438\u0448\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a\n"\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0439" \u0441\u0440\u0435\u0434\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f)
|
||||
|
||||
#: Sketch.java:400 Sketch.java:414 Sketch.java:423 Sketch.java:863
|
||||
Nope=\u041d\u0435\u0442
|
||||
|
||||
#: Sketch.java:402
|
||||
#, java-format
|
||||
A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=\u0424\u0430\u0439\u043b \u0441 \u0438\u043c\u0435\u043d\u0435\u043c "{0}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 "{1}"
|
||||
|
||||
#: Sketch.java:415
|
||||
You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c .cpp \u0444\u0430\u0439\u043b \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0438\u043c\u0435\u043d\u0435\u043c \u043a\u0430\u043a \u0438 \u0443 \u0441\u043a\u0435\u0442\u0447\u0430.
|
||||
|
||||
#: Sketch.java:425
|
||||
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u0432 "{0}", \n\u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0441\u043a\u0435\u0442\u0447 \u0443\u0436\u0435 \u0438\u043c\u0435\u0435\u0442 .cpp \u0444\u0430\u0439\u043b \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c.
|
||||
|
||||
#: Sketch.java:459
|
||||
Cannot\ Rename=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c
|
||||
|
||||
#: Sketch.java:461
|
||||
#, java-format
|
||||
Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u0441\u043a\u0435\u0442\u0447 (\u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0430) \u0441 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c "{0}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
|
||||
|
||||
#: Sketch.java:479
|
||||
Could\ not\ rename\ the\ sketch.\ (0)=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447. (0)
|
||||
|
||||
#: Sketch.java:487 Sketch.java:532
|
||||
#, java-format
|
||||
Could\ not\ rename\ "{0}"\ to\ "{1}"=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c "{0}" \u0432 "{1}"
|
||||
|
||||
#: Sketch.java:500
|
||||
Could\ not\ rename\ the\ sketch.\ (1)=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447. (1)
|
||||
|
||||
#: Sketch.java:507
|
||||
Could\ not\ rename\ the\ sketch.\ (2)=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0435\u0442\u0447. (2)
|
||||
|
||||
#: Sketch.java:544
|
||||
createNewFile()\ returned\ false=createNewFile() \u0432\u0435\u0440\u043d\u0443\u043b false
|
||||
|
||||
#: Sketch.java:591
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0441\u043a\u0435\u0442\u0447?
|
||||
|
||||
#: Sketch.java:592
|
||||
#, java-format
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c "{0}"?
|
||||
|
||||
#: Sketch.java:595 EditorHeader.java:314
|
||||
Delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
|
||||
|
||||
#: Sketch.java:620
|
||||
Couldn't\ do\ it=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u044d\u0442\u043e
|
||||
|
||||
#: Sketch.java:621
|
||||
#, java-format
|
||||
Could\ not\ delete\ "{0}".=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c "{0}".
|
||||
|
||||
#: Sketch.java:651
|
||||
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\: \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430.. \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u043a\u043e\u0434
|
||||
|
||||
#: Sketch.java:724
|
||||
Sketch\ is\ read-only=\u0421\u043a\u0435\u0442\u0447 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f
|
||||
|
||||
#: Sketch.java:725
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b "\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f", \u043f\u043e\u044d\u0442\u043e\u043c\u0443\n\u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0441\u043a\u0435\u0442\u0447 \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u043c\u0435\u0441\u0442\u0435.
|
||||
|
||||
#: Sketch.java:743
|
||||
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As"\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=\u0412 Arduino 1.0, \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u043e\u0441\u044c\n\u0441 .pde \u043d\u0430 .ino. \u041d\u043e\u0432\u044b\u0435 \u0441\u043a\u0435\u0442\u0447\u0438 (\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0447\u0435\u0440\u0435\u0437\n"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a") \u0431\u0443\u0434\u0443\u0442 \u0438\u043c\u0435\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435. \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\n\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0441\u043a\u0435\u0442\u0447\u0435\u0439 \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438, \u043d\u043e \u0432\u044b\n\u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u043e \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u0435 "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438".\n\n\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u0438 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0435\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435?
|
||||
|
||||
#: Sketch.java:750
|
||||
.pde\ ->\ .ino=.pde -> .ino
|
||||
|
||||
#: Sketch.java:829
|
||||
Save\ sketch\ folder\ as...=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0441\u043a\u0435\u0442\u0447\u0430 \u043a\u0430\u043a...
|
||||
|
||||
#: Sketch.java:865
|
||||
You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u043a\u0430\u043a "{0}", \n\u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0441\u043a\u0435\u0442\u0447 \u0443\u0436\u0435 \u0438\u043c\u0435\u0435\u0442 .cpp \u0444\u0430\u0439\u043b \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c.
|
||||
|
||||
#: Sketch.java:886
|
||||
How\ very\ Borges\ of\ you=\u041a\u0430\u043a \u0441\u044e\u0440\u0440\u0435\u0430\u043b\u0438\u0441\u0442\u0438\u0447\u043d\u043e\!
|
||||
|
||||
#: Sketch.java:887
|
||||
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447 \u0432 \u043f\u0430\u043f\u043a\u0443\n\u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0430\u043f\u043a\u0438 \u0441\u043a\u0435\u0442\u0447\u0430. \u042d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0442\u044c\u0441\u044f \u0432\u0435\u0447\u043d\u043e.
|
||||
|
||||
#: Sketch.java:979
|
||||
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u0444\u0430\u0439\u043b \u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u043b\u044f \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u044f \u0432 \u0441\u043a\u0435\u0442\u0447
|
||||
|
||||
#: Sketch.java:1047
|
||||
#, java-format
|
||||
Replace\ the\ existing\ version\ of\ {0}?=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e {0}?
|
||||
|
||||
#: Sketch.java:1069 Sketch.java:1092
|
||||
Error\ adding\ file=\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430
|
||||
|
||||
#: Sketch.java:1070
|
||||
#, java-format
|
||||
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0444\u0430\u0439\u043b ''{0}''.
|
||||
|
||||
#: Sketch.java:1078
|
||||
You\ can't\ fool\ me=\u041c\u0435\u043d\u044f \u043d\u0435 \u043e\u0431\u043c\u0430\u043d\u0435\u0448\u044c
|
||||
|
||||
#: Sketch.java:1079
|
||||
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=\u042d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b \u0443\u0436\u0435 \u0431\u044b\u043b \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d \u0432 \u043c\u0435\u0441\u0442\u043e,\n\u0438\u0437 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0435\u0433\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c.
|
||||
|
||||
#: Sketch.java:1093
|
||||
#, java-format
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c ''{0}'' \u043a \u0441\u043a\u0435\u0442\u0447\u0443.
|
||||
|
||||
#: Sketch.java:1393 Sketch.java:1424
|
||||
Build\ folder\ disappeared\ or\ could\ not\ be\ written=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u043d\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u0430\u043f\u043a\u0430 \u0441\u0431\u043e\u0440\u043a\u0438
|
||||
|
||||
#: Sketch.java:1408
|
||||
Could\ not\ find\ main\ class=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0433\u043b\u0430\u0432\u043d\u044b\u0439 \u043a\u043b\u0430\u0441\u0441
|
||||
|
||||
#: Sketch.java:1433
|
||||
#, java-format
|
||||
Uncaught\ exception\ type\:\ {0}=\u041d\u0435\u043f\u0435\u0440\u0435\u0445\u0432\u0430\u0447\u0435\u043d\u043d\u044b\u0439 \u0442\u0438\u043f \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\: {0}
|
||||
|
||||
#: Sketch.java:1465
|
||||
#, java-format
|
||||
Problem\ moving\ {0}\ to\ the\ build\ folder={0} \u043d\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u043f\u0430\u043f\u0443 \u0441\u0431\u043e\u0440\u043a\u0438
|
||||
|
||||
#: Sketch.java:1661
|
||||
Uploading...=\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c...
|
||||
|
||||
#: Sketch.java:1684
|
||||
#, java-format
|
||||
Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)=\u0420\u0430\u0437\u043c\u0435\u0440 \u0441\u043a\u0435\u0442\u0447\u0430 \u0432 \u0434\u0432\u043e\u0438\u0447\u043d\u043e\u043c \u0432\u0438\u0434\u0435\: {0} \u0431\u0430\u0439\u0442 (\u0438\u0437 {1} \u0431\u0430\u0439\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e)
|
||||
|
||||
#: Sketch.java:1689
|
||||
Couldn't\ determine\ program\ size\:\ {0}=\u041d\u0435 \u043c\u043e\u0433\u0443 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0440 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b\: {0}
|
||||
|
||||
#: Sketch.java:1694
|
||||
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=\u0421\u043a\u0435\u0442\u0447 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043e\u043b\u044c\u0448\u043e\u0439; \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a http\://www.arduino.cc/en/Guide/Troubleshooting\#size \u0437\u0430 \u0441\u043e\u0432\u0435\u0442\u0430\u043c\u0438 \u043f\u043e \u0435\u0433\u043e \u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u044e.
|
||||
|
||||
#: Sketch.java:1754
|
||||
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 */ \u0432 \u043a\u043e\u043d\u0446\u0435 /* \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f */
|
||||
|
||||
#: Sketch.java:1796
|
||||
Sketch\ Disappeared=\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0439\u0442\u0438 \u0441\u043a\u0435\u0442\u0447
|
||||
|
||||
#: Sketch.java:1797
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0439\u0442\u0438 \u043f\u0430\u043f\u043a\u0443 \u0441\u043a\u0435\u0442\u0447\u0430.\n\u0411\u0443\u0434\u0435\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u043f\u0435\u0440\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u044f \u0435\u0433\u043e \u0432 \u0442\u043e\u043c \u0436\u0435 \u043c\u0435\u0441\u0442\u0435,\n\u043d\u043e \u0432\u0441\u0451, \u043a\u0440\u043e\u043c\u0435 \u043a\u043e\u0434\u0430, \u0431\u0443\u0434\u0435\u0442 \u0443\u0442\u0435\u0440\u044f\u043d\u043e.
|
||||
|
||||
#: Sketch.java:1810
|
||||
Could\ not\ re-save\ sketch=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447
|
||||
|
||||
#: Sketch.java:1811
|
||||
Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this\ point,\nand\ it\ might\ be\ time\ to\ copy\ and\ paste\ your\ code\ to\ another\ text\ editor.=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0435\u0440\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043a\u0435\u0442\u0447. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438 \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c\n\u0432\u0430\u0448 \u043a\u043e\u0434 \u0432 \u0434\u0440\u0443\u0433\u043e\u0439 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440.
|
||||
|
||||
#: Sketch.java:2060
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ less\ than\ 64\ characters\ long.=\u0418\u043c\u044f \u0441\u043a\u0435\u0442\u0447\u0430 \u0431\u044b\u043b\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u043e. \u0418\u043c\u0435\u043d\u0430 \u0441\u043a\u0435\u0442\u0447\u0435\u0439 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e\n\u0438\u0437 ASCII \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0447\u0438\u0441\u0435\u043b (\u043d\u043e \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c\u0441\u044f \u0441 \u0447\u0438\u0441\u0435\u043b).\n\u0422\u0430\u043a\u0436\u0435, \u043e\u043d\u0438 \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u0435\u0435 64 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0432 \u0434\u043b\u0438\u043d\u0443.
|
||||
|
||||
#: debug/Uploader.java:52
|
||||
https\://developer.berlios.de/bugs/?group_id\=3590=https\://developer.berlios.de/bugs/?group_id\=3590
|
||||
|
||||
#: debug/Uploader.java:54 debug/Compiler.java:43
|
||||
#, java-format
|
||||
Compiler\ error,\ please\ submit\ this\ code\ to\ {0}=\u041e\u0448\u0438\u0431\u043a\u0430 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0435\u0440\u0435\u0448\u043b\u0438\u0442\u0435 \u044d\u0442\u043e\u0442 \u043a\u043e\u0434 \u043d\u0430 {0}
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
#, java-format
|
||||
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043b\u0438 \u0432\u0430\u0448\u0430 \u043f\u043b\u0430\u0442\u0430 \u043d\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430
|
||||
|
||||
#: debug/Uploader.java:203
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043e\u0442\u0432\u0435\u0447\u0430\u0435\u0442. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043b\u0438 \u0432\u044b\u0431\u0440\u0430\u043d \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442, \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043f\u043b\u0430\u0442\u0443 \u043f\u0440\u044f\u043c\u043e \u043f\u0435\u0440\u0435\u0434 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u043e\u0439
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432 \u043f\u043b\u0430\u0442\u0443. \u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a http\://www.arduino.cc/en/Guide/Troubleshooting\#upload \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0440\u0435\u0448\u0435\u043d\u0438\u044f.
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=\u0422\u0438\u043f \u043c\u0438\u043a\u0440\u043e\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430 \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439. \u0412\u044b \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043f\u043b\u0430\u0442\u0443 \u0438\u0437 \u043c\u0435\u043d\u044e \u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b > \u041f\u043b\u0430\u0442\u044b?
|
||||
|
||||
#: debug/Compiler.java:41
|
||||
http\://code.google.com/p/arduino/issues/list=http\://code.google.com/p/arduino/issues/list
|
||||
|
||||
#: debug/Compiler.java:79
|
||||
No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u0430 \u043c\u043e\u0434\u0435\u043b\u044c \u043f\u043b\u0430\u0442\u044b, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0435\u0451 \u0432 \u043c\u0435\u043d\u044e \u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b > \u041f\u043b\u0430\u0442\u044b.
|
||||
|
||||
#: debug/Compiler.java:422
|
||||
#, java-format
|
||||
{0}\ returned\ {1}={0} \u0432\u0435\u0440\u043d\u0443\u043b {1}
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
Error\ compiling.=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438.
|
||||
|
||||
#: debug/Compiler.java:465
|
||||
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 SPI \u0432 \u043c\u0435\u043d\u044e \u0421\u043a\u0435\u0442\u0447 > \u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443.
|
||||
|
||||
#: debug/Compiler.java:466
|
||||
\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 Arduino 0019 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 Ethernet \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 SPI.\n\u041f\u043e\u0445\u043e\u0436\u0435, \u0447\u0442\u043e \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u0438\u043c\u0435\u043d\u043d\u043e \u0435\u0451, \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0443\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443, \u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0443\u044e \u043e\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 SPI.\n\n
|
||||
|
||||
#: debug/Compiler.java:471
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=\u0414\u0435\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0440 'BYTE' \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.
|
||||
|
||||
#: debug/Compiler.java:472
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 Arduino 1.0, \u0434\u0435\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0440 'BYTE' \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 Serial.write() \u0432\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0433\u043e.\n\n
|
||||
|
||||
#: debug/Compiler.java:477
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=\u041a\u043b\u0430\u0441\u0441 Server \u0431\u044b\u043b \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 EternetServer
|
||||
|
||||
#: debug/Compiler.java:478
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 Arduino 1.0, \u043a\u043b\u0430\u0441\u0441 Server \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 Ethernet \u0431\u044b\u043b \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 EthernetServer.\n\n
|
||||
|
||||
#: debug/Compiler.java:483
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=\u041a\u043b\u0430\u0441\u0441 Client \u0431\u044b\u043b \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 EternetClient
|
||||
|
||||
#: debug/Compiler.java:484
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 Arduino 1.0, \u043a\u043b\u0430\u0441\u0441 Client \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 Ethernet \u0431\u044b\u043b \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 EthernetClient.\n\n
|
||||
|
||||
#: debug/Compiler.java:489
|
||||
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u041a\u043b\u0430\u0441\u0441 Udp \u0431\u044b\u043b \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 EthernetUdp.
|
||||
|
||||
#: debug/Compiler.java:490
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 Arduino 1.0, \u043a\u043b\u0430\u0441\u0441 Udp \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 Ethernet \u0431\u044b\u043b \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0432 EthernetUdp.\n\n
|
||||
|
||||
#: debug/Compiler.java:495
|
||||
Wire.send()\ has\ been\ renamed\ Wire.write().=Wire.send() \u0431\u044b\u043b\u0430 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0430 \u0432 Wire.write().
|
||||
|
||||
#: debug/Compiler.java:496
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 Arduino 1.0, \u0444\u0443\u043d\u043a\u0446\u0438\u044f Wire.send() \u0431\u044b\u043b\u0430 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0430 \u0432 Wire.write() \u0434\u043b\u044f \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u043d\u043e\u0441\u0442\u0438 \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0438.\n\n
|
||||
|
||||
#: debug/Compiler.java:501
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=Wire.receive() \u0431\u044b\u043b\u0430 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0430 \u0432 Wire.read().
|
||||
|
||||
#: debug/Compiler.java:502
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\n\u041d\u0430\u0447\u0438\u043d\u0430\u044f \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 Arduino 1.0, \u0444\u0443\u043d\u043a\u0446\u0438\u044f Wire.receive() \u0431\u044b\u043b\u0430 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0430 \u0432 Wire.read() \u0434\u043b\u044f \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u043d\u043e\u0441\u0442\u0438 \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0438.\n\n
|
||||
|
||||
#: EditorConsole.java:152
|
||||
Console\ Error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438
|
||||
|
||||
#: EditorConsole.java:153
|
||||
A\ problem\ occurred\ while\ trying\ to\ open\ the\nfiles\ used\ to\ store\ the\ console\ output.=\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b\u044b,\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0432\u044b\u0432\u043e\u0434\u0430 \u043d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u044c.
|
||||
|
||||
#: Base.java:184
|
||||
Non-fatal\ error\ while\ setting\ the\ Look\ &\ Feel.=\u041d\u0435\u0444\u0430\u0442\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430.
|
||||
|
||||
#: Base.java:185
|
||||
The\ error\ message\ follows,\ however\ Arduino\ should\ run\ fine.=\u0414\u0430\u043b\u0435\u0435 \u0438\u0434\u0451\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435, \u0445\u043e\u0442\u044f Arduino \u0434\u043e\u043b\u0436\u043d\u0435\u043d \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e.
|
||||
|
||||
#: Base.java:220
|
||||
Problem\ Setting\ the\ Platform=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b
|
||||
|
||||
#: Base.java:221
|
||||
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435\n\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u0434, \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u0447\u043d\u044b\u0439 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b.
|
||||
|
||||
#: Base.java:232
|
||||
Please\ install\ JDK\ 1.5\ or\ later=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0432\u0435\u0440\u0441\u0438\u044e JDK 1.5 \u0438\u043b\u0438 \u0441\u0442\u0430\u0440\u0448\u0435.
|
||||
|
||||
#: Base.java:233
|
||||
Arduino\ requires\ a\ full\ JDK\ (not\ just\ a\ JRE)\nto\ run.\ Please\ install\ JDK\ 1.5\ or\ later.\nMore\ information\ can\ be\ found\ in\ the\ reference.=Arduino \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f JDK (\u0430 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e JRE).\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0432\u0435\u0440\u0441\u0438\u044e JDK 1.5 \u0438\u043b\u0438 \u0441\u0442\u0430\u0440\u0448\u0435.\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0432 \u0441\u043f\u0440\u0430\u0432\u043a\u0435.
|
||||
|
||||
#: Base.java:257
|
||||
Sketchbook\ folder\ disappeared=\u041f\u0430\u043f\u043a\u0430 \u0441\u043e \u0441\u043a\u0435\u0442\u0447\u0430\u043c\u0438 \u0438\u0441\u0447\u0435\u0437\u043b\u0430.
|
||||
|
||||
#: Base.java:258
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u041f\u0430\u043f\u043a\u0430 \u0441\u043e \u0441\u043a\u0435\u0442\u0447\u0430\u043c\u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.\nArduino \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u0441\u044f \u043d\u0430 \u043f\u0430\u043f\u043a\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e,\n\u0441\u043e\u0437\u0434\u0430\u0432 \u0435\u0451 \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438. \u0410 \u0437\u0430\u0442\u0435\u043c Arduino\n\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u0435\u0442 \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c \u043e \u0441\u0435\u0431\u0435 \u0432 \u0442\u0440\u0435\u0442\u044c\u0435\u043c \u043b\u0438\u0446\u0435.
|
||||
|
||||
#: Base.java:532
|
||||
Time\ for\ a\ Break=\u041f\u043e\u0440\u0430 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0440\u044b\u0432.
|
||||
|
||||
#: Base.java:533
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=\u0412\u044b \u0434\u043e\u0441\u0442\u0438\u0433\u043b\u0438 \u043b\u0438\u043c\u0438\u0442\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u043a\u0435\u0442\u0447\u0435\u0439\n\u043d\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f. \u041c\u043e\u0436\u0435\u0442, \u043b\u0443\u0447\u0448\u0435 \u043f\u043e\u0439\u0442\u0438 \u043f\u0440\u043e\u0433\u0443\u043b\u044f\u0442\u044c\u0441\u044f?
|
||||
|
||||
#: Base.java:537
|
||||
Sunshine=\u0421\u043e\u043b\u043d\u0435\u0447\u043d\u044b\u0439 \u0441\u0432\u0435\u0442
|
||||
|
||||
#: Base.java:538
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=\u0421\u0435\u0440\u044c\u0451\u0437\u043d\u043e, \u0432\u0430\u043c \u043f\u0440\u043e\u0441\u0442\u043e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0439\u0442\u0438 \u043f\u0440\u043e\u0432\u0435\u0442\u0440\u0438\u0442\u044c\u0441\u044f.
|
||||
|
||||
#: Base.java:633
|
||||
Open\ an\ Arduino\ sketch...=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u043a\u0435\u0442\u0447 Arduino...
|
||||
|
||||
#: Base.java:772
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Are\ you\ sure\ you\ want\ to\ Quit?</b><p>Closing\ the\ last\ open\ sketch\ will\ quit\ Arduino.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0432\u044b\u0439\u0442\u0438?</b><p>\u0415\u0441\u043b\u0438 \u0432\u044b \u0437\u0430\u043a\u0440\u043e\u0435\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0441\u043a\u0435\u0442\u0447, \u0442\u043e \u0432\u044b\u0439\u0434\u0435\u0442\u0435 \u0438\u0437 Arduino.
|
||||
|
||||
#: Base.java:970
|
||||
Contributed=\u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435
|
||||
|
||||
#: Base.java:1095
|
||||
Sketch\ Does\ Not\ Exist=\u0421\u043a\u0435\u0442\u0447 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
|
||||
|
||||
#: Base.java:1096
|
||||
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0441\u043a\u0435\u0442\u0447 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.\n\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043d\u0430\u0434\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c Arduino, \u0447\u0442\u043e\u0431\u044b\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u0435\u043d\u044e \u0441\u043a\u0435\u0442\u0447\u0435\u0439.
|
||||
|
||||
#: Base.java:1125
|
||||
#, java-format
|
||||
The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic\ letters\ and\ numbers\n(ASCII-only\ with\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number).\nTo\ get\ rid\ of\ this\ message,\ remove\ the\ sketch\ from\n{1}=\u0421\u043a\u0435\u0442\u0447 "{0}" \u041d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d.\n\u0418\u043c\u0435\u043d\u0430 \u0441\u043a\u0435\u0442\u0447\u0435\u0439 \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0431\u0443\u043a\u0432\u044b \u0438 \u0446\u0438\u0444\u0440\u044b.\n(\u0422\u043e\u043b\u044c\u043a\u043e ASCII, \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432, \u043f\u0440\u0438\u0447\u0451\u043c \u0438\u043c\u044f \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c\u0441\u044f \u0441 \u043f\u0440\u043e\u0431\u0435\u043b\u0430).\n\u0427\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f, \u0443\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043a\u0435\u0442\u0447 \u0438\u0437\n{1}
|
||||
|
||||
#: Base.java:1132
|
||||
Ignoring\ sketch\ with\ bad\ name=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u044e \u0441\u043a\u0435\u0442\u0447 \u0441 \u043f\u043b\u043e\u0445\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c
|
||||
|
||||
#: Base.java:1202
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 "{0}" \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430.\n\u0418\u043c\u0435\u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0431\u0443\u043a\u0432\u044b \u0438 \u0446\u0438\u0444\u0440\u044b.\n(\u0422\u043e\u043b\u044c\u043a\u043e ASCII, \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432, \u043f\u0440\u0438\u0447\u0451\u043c \u0438\u043c\u044f \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0447\u0438\u043d\u0430\u0442\u044c\u0441\u044f \u0441 \u043f\u0440\u043e\u0431\u0435\u043b\u0430).
|
||||
|
||||
#: Base.java:1207
|
||||
Ignoring\ bad\ library\ name=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u044e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0441 \u043f\u043b\u043e\u0445\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c
|
||||
|
||||
#: Base.java:1432
|
||||
Problem\ getting\ data\ folder=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0438 \u043a \u043f\u0430\u043f\u043a\u0435 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438
|
||||
|
||||
#: Base.java:1433
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0438 \u043a \u043f\u0430\u043f\u043a\u0435 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438 Arduino
|
||||
|
||||
#: Base.java:1440
|
||||
Settings\ issues=\u0412\u043e\u043f\u0440\u043e\u0441\u044b, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438
|
||||
|
||||
#: Base.java:1441
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=Arduino \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u0441\u044f, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e\n\u043d\u0435 \u0443\u0434\u0430\u0451\u0442\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.
|
||||
|
||||
#: Base.java:1602
|
||||
You\ forgot\ your\ sketchbook=\u0412\u044b \u0437\u0430\u0431\u044b\u043b\u0438 \u0432\u0430\u0448\u0443 \u043f\u0430\u043f\u043a\u0443 \u0441\u043e \u0441\u043a\u0435\u0442\u0447\u0430\u043c\u0438
|
||||
|
||||
#: Base.java:1603
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=Arduino \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u0441\u044f, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e\n\u043d\u0435 \u0443\u0434\u0430\u0451\u0442\u0441\u044f \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u0441\u043a\u0435\u0442\u0447\u0435\u0439.
|
||||
|
||||
#: Base.java:1623
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 (\u0438\u043b\u0438 \u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435) \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0441\u043a\u0435\u0442\u0447\u0435\u0439...
|
||||
|
||||
#: Base.java:1647
|
||||
Problem\ Opening\ URL=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u0435\u043c \u0441\u0441\u044b\u043b\u043a\u0438
|
||||
|
||||
#: Base.java:1648
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ URL\n{0}=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443\n{0}
|
||||
|
||||
#: Base.java:1671
|
||||
Problem\ Opening\ Folder=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u0435\u043c \u043f\u0430\u043f\u043a\u0438
|
||||
|
||||
#: Base.java:1672
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ folder\n{0}=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u043f\u0430\u043f\u043a\u0443\n{0}
|
||||
|
||||
#: Base.java:1785
|
||||
Guide_MacOSX.html=Guide_MacOSX.html
|
||||
|
||||
#: Base.java:1787
|
||||
Guide_Windows.html=Guide_Windows.html
|
||||
|
||||
#: Base.java:1789
|
||||
http\://www.arduino.cc/playground/Learning/Linux=http\://www.arduino.cc/playground/Learning/Linux
|
||||
|
||||
#: Base.java:1794
|
||||
!index.html=
|
||||
|
||||
#: Base.java:1799
|
||||
Guide_Environment.html=Guide_Environment.html
|
||||
|
||||
#: Base.java:1804
|
||||
environment=\u0441\u0440\u0435\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438
|
||||
|
||||
#: Base.java:1804
|
||||
platforms.html=platforms.html
|
||||
|
||||
#: Base.java:1809
|
||||
Guide_Troubleshooting.html=Guide_Troubleshooting.html
|
||||
|
||||
#: Base.java:1814
|
||||
FAQ.html=FAQ.html
|
||||
|
||||
#: Base.java:1826
|
||||
Message=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435
|
||||
|
||||
#: Base.java:1842
|
||||
Warning=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435
|
||||
|
||||
#: Base.java:2196
|
||||
#, java-format
|
||||
Could\ not\ remove\ old\ version\ of\ {0}=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0442\u0430\u0440\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e {0}
|
||||
|
||||
#: Base.java:2206
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c {0}
|
||||
|
||||
#: Base.java:2247 Base.java:2270
|
||||
#, java-format
|
||||
Could\ not\ delete\ {0}=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0434\u0430\u043b\u0438\u0442\u044c {0}
|
||||
|
||||
#: EditorHeader.java:292
|
||||
New\ Tab=\u041d\u043e\u0432\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430
|
||||
|
||||
#: EditorHeader.java:300
|
||||
Rename=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c
|
||||
|
||||
#: EditorHeader.java:326
|
||||
Previous\ Tab=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430
|
||||
|
||||
#: EditorHeader.java:340
|
||||
Next\ Tab=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
Verify=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
Open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
New\ Editor\ Window=\u041d\u043e\u0432\u043e\u0435 \u043e\u043a\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
Open\ in\ Another\ Window=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0434\u0440\u0443\u0433\u043e\u043c \u043e\u043a\u043d\u0435
|
||||
|
||||
#: Platform.java:167
|
||||
No\ launcher\ available=\u041d\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430
|
||||
|
||||
#: Platform.java:168
|
||||
Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\ folders,\ add\ a\ \n"launcher\=/path/to/app"\ line\ to\ preferences.txt=\u041d\u0435\u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430, \u043d\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0430.\n\u0427\u0442\u043e\u0431\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0441\u0441\u044b\u043b\u043e\u043a \u0438\u043b\u0438 \u043f\u0430\u043f\u043e\u043a, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \n"launcher\=/path/to/app" \u0441\u0442\u0440\u043e\u043a\u0443 \u0432 preferences.txt
|
||||
|
||||
#: Theme.java:52
|
||||
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0446\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u0442\u0435\u043c\u044b.\n\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c Processing.
|
||||
|
||||
#: Preferences.java:80
|
||||
Browse=\u0412\u044b\u0431\u0440\u0430\u0442\u044c
|
||||
|
||||
#: Preferences.java:115
|
||||
!Catalan=
|
||||
|
||||
#: Preferences.java:116
|
||||
!Chinese\ Simplified=
|
||||
|
||||
#: Preferences.java:117
|
||||
!Chinese\ Taiwan=
|
||||
|
||||
#: Preferences.java:118
|
||||
!Danish=
|
||||
|
||||
#: Preferences.java:119
|
||||
!Dutch=
|
||||
|
||||
#: Preferences.java:120
|
||||
!English=
|
||||
|
||||
#: Preferences.java:121
|
||||
!French=
|
||||
|
||||
#: Preferences.java:122
|
||||
!Filipino=
|
||||
|
||||
#: Preferences.java:123
|
||||
!Galician=
|
||||
|
||||
#: Preferences.java:124
|
||||
!German=
|
||||
|
||||
#: Preferences.java:125
|
||||
!Greek=
|
||||
|
||||
#: Preferences.java:126
|
||||
!Hungarian=
|
||||
|
||||
#: Preferences.java:127
|
||||
!Italian=
|
||||
|
||||
#: Preferences.java:128
|
||||
!Japanese=
|
||||
|
||||
#: Preferences.java:129
|
||||
!Latvian=
|
||||
|
||||
#: Preferences.java:130
|
||||
!Persian=
|
||||
|
||||
#: Preferences.java:131
|
||||
!Portuguese\ (Brazil)=
|
||||
|
||||
#: Preferences.java:132
|
||||
!Romanian=
|
||||
|
||||
#: Preferences.java:133
|
||||
!Spanish=
|
||||
|
||||
#: Preferences.java:222
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043d\u0435 \u0447\u0438\u0442\u0430\u044e\u0442\u0441\u044f.\n\u0412\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c Arduino.
|
||||
|
||||
#: Preferences.java:254
|
||||
#, java-format
|
||||
Could\ not\ read\ preferences\ from\ {0}=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438\u0437 {0}
|
||||
|
||||
#: Preferences.java:273
|
||||
Error\ reading\ preferences=\u041e\u0448\u0438\u0431\u043a\u0430 \u0447\u0442\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
|
||||
|
||||
#: Preferences.java:275
|
||||
#, java-format
|
||||
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=\u041e\u0448\u0438\u0431\u043a\u0430 \u0447\u0442\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0443\u0434\u0430\u043b\u0438\u0442\u0435 (\u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u0435)\n{0} \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 Arduino.
|
||||
|
||||
#: Preferences.java:311
|
||||
Sketchbook\ location\:=\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u0430\u043f\u043a\u0438 \u0441\u043e \u0441\u043a\u0435\u0442\u0447\u0430\u043c\u0438\:
|
||||
|
||||
#: Preferences.java:326
|
||||
Select\ new\ sketchbook\ location=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043d\u043e\u0432\u043e\u0435 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u0430\u043f\u043a\u0438 \u0441\u043e \u0441\u043a\u0435\u0442\u0447\u0430\u043c\u0438
|
||||
|
||||
#: Preferences.java:350
|
||||
Editor\ font\ size\:\ =\u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430\:
|
||||
|
||||
#: Preferences.java:354 Preferences.java:442
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ (\u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 Arduino)
|
||||
|
||||
#: Preferences.java:367
|
||||
Show\ verbose\ output\ during\:\ =\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u0432\u044b\u0432\u043e\u0434 \u043f\u0440\u0438\:
|
||||
|
||||
#: Preferences.java:369
|
||||
compilation\ =\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438
|
||||
|
||||
#: Preferences.java:371
|
||||
upload=\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435
|
||||
|
||||
#: Preferences.java:380
|
||||
Verify\ code\ after\ upload=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043a\u043e\u0434\u0430 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438
|
||||
|
||||
#: Preferences.java:389
|
||||
Use\ external\ editor=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440
|
||||
|
||||
#: Preferences.java:399
|
||||
Check\ for\ updates\ on\ startup=\u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435
|
||||
|
||||
#: Preferences.java:408
|
||||
Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=\u041e\u0431\u043d\u043e\u0432\u043b\u044f\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0441\u043a\u0435\u0442\u0447\u0435\u0439 \u043d\u0430 \u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 (.pde -> .ino)
|
||||
|
||||
#: Preferences.java:419
|
||||
Automatically\ associate\ .ino\ files\ with\ Arduino=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0430\u0441\u0441\u043e\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u0442\u044c .ino \u0444\u0430\u0439\u043b\u044b \u0441 Arduino
|
||||
|
||||
#: Preferences.java:429
|
||||
!Preferred\ Language\:\ =
|
||||
|
||||
#: Preferences.java:454
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=\u0411\u043e\u043b\u044c\u0448\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u043f\u0440\u044f\u043c\u043e \u0432 \u0444\u0430\u0439\u043b\u0435
|
||||
|
||||
#: Preferences.java:483
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=(\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0439\u0442\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0435\u0441\u043b\u0438 Arduino \u043d\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e)
|
||||
|
||||
#: Preferences.java:630
|
||||
#, java-format
|
||||
ignoring\ invalid\ font\ size\ {0}=\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 {0}
|
Loading…
Reference in New Issue
Block a user