1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Added Thai language

This commit is contained in:
Cristian Maglie 2016-01-05 12:25:07 +01:00
parent 7aa384db7c
commit d1455a070d
3 changed files with 4500 additions and 0 deletions

View File

@ -97,6 +97,7 @@ public class Languages {
new Language(tr("Swedish"), "Svenska", "sv"),
new Language(tr("Talossan"), "Talossan", "tzl"),
new Language(tr("Tamil"), "தமிழ்", "ta"),
new Language(tr("Thai"), "ภาษาไทย", "th"),
new Language(tr("Turkish"), "Türk", "tr"),
new Language(tr("Ukrainian"), "Український", "uk"),
new Language(tr("Vietnamese"), "Tiếng Việt", "vi"),

View File

@ -0,0 +1,2627 @@
# English translations for PACKAGE package.
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Arduino IDE 1.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-29 10:24-0400\n"
"PO-Revision-Date: 2012-10-31 15:17+0000\n"
"Last-Translator: Federico Fissore <f.fissore@arduino.cc>\n"
"Language-Team: Thai (http://www.transifex.com/mbanzi/arduino-ide-15/language/th/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: Preferences.java:358 Preferences.java:374
msgid " (requires restart of Arduino)"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:529
#, java-format
msgid " Not used: {0}"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:525
#, java-format
msgid " Used: {0}"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
msgid ""
"'Keyboard' not found. Does your sketch include the line '#include "
"<Keyboard.h>'?"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
msgid ""
"'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
msgid ""
"'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more "
"information"
msgstr ""
#: Preferences.java:478
msgid "(edit only when Arduino is not running)"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
msgid "(legacy)"
msgstr ""
#: ../../../processing/app/helpers/CommandlineParser.java:149
msgid "--curdir no longer supported"
msgstr ""
#: ../../../processing/app/Base.java:468
msgid ""
"--verbose, --verbose-upload and --verbose-build can only be used together "
"with --verify or --upload"
msgstr ""
#: Sketch.java:746
msgid ".pde -> .ino"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
#, java-format
msgid "<br/>Update available for some of your {0}boards{1}"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:66
#, java-format
msgid ""
"<br/>Update available for some of your {0}boards{1} and {2}libraries{3}"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
#, java-format
msgid "<br/>Update available for some of your {0}libraries{1}"
msgstr ""
#: Editor.java:2053
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 ""
#: Sketch.java:398
#, java-format
msgid "A file named \"{0}\" already exists in \"{1}\""
msgstr ""
#: Editor.java:2169
#, java-format
msgid "A folder named \"{0}\" already exists. Can't open sketch."
msgstr ""
#: Base.java:2690
#, java-format
msgid "A library named {0} already exists"
msgstr ""
#: UpdateCheck.java:103
msgid ""
"A new version of Arduino is available,\n"
"would you like to visit the Arduino download page?"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
msgid "A newer {0} package is available"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:2307
msgid "A subfolder of your sketchbook is not a valid library"
msgstr ""
#: Editor.java:1116
msgid "About Arduino"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1177
msgid "Add .ZIP Library..."
msgstr ""
#: Editor.java:650
msgid "Add File..."
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
msgid "Additional Boards Manager URLs"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
msgid "Additional Boards Manager URLs: "
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:161
msgid "Afrikaans"
msgstr ""
#: ../../../processing/app/Preferences.java:96
msgid "Albanian"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/ui/DropdownAllItem.java:42
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:187
msgid "All"
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 ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
msgid "An error occurred while updating libraries index!"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:528
msgid "An error occurred while uploading the sketch"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
msgid "An error occurred while verifying the sketch"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:521
msgid "An error occurred while verifying/uploading the sketch"
msgstr ""
#: Base.java:228
msgid ""
"An unknown error occurred while trying to load\n"
"platform-specific code for your machine."
msgstr ""
#: Preferences.java:85
msgid "Arabic"
msgstr ""
#: Preferences.java:86
msgid "Aragonese"
msgstr ""
#: tools/Archiver.java:48
msgid "Archive Sketch"
msgstr ""
#: tools/Archiver.java:109
msgid "Archive sketch as:"
msgstr ""
#: tools/Archiver.java:139
msgid "Archive sketch canceled."
msgstr ""
#: tools/Archiver.java:75
msgid ""
"Archiving the sketch has been canceled because\n"
"the sketch couldn't save properly."
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
msgid "Arduino"
msgstr ""
#: ../../../processing/app/I18n.java:83
msgid "Arduino ARM (32-bits) Boards"
msgstr ""
#: ../../../processing/app/I18n.java:82
msgid "Arduino AVR Boards"
msgstr ""
#: Editor.java:2137
msgid ""
"Arduino can only open its own sketches\n"
"and other files ending in .ino or .pde"
msgstr ""
#: Base.java:1682
msgid ""
"Arduino cannot run because it could not\n"
"create a folder to store your settings."
msgstr ""
#: Base.java:1889
msgid ""
"Arduino cannot run because it could not\n"
"create a folder to store your sketchbook."
msgstr ""
#: ../../../processing/app/EditorStatus.java:471
msgid "Arduino: "
msgstr ""
#: Sketch.java:588
#, java-format
msgid "Are you sure you want to delete \"{0}\"?"
msgstr ""
#: Sketch.java:587
msgid "Are you sure you want to delete this sketch?"
msgstr ""
#: ../../../processing/app/Base.java:356
msgid "Argument required for --board"
msgstr ""
#: ../../../processing/app/Base.java:363
msgid "Argument required for --port"
msgstr ""
#: ../../../processing/app/Base.java:377
msgid "Argument required for --pref"
msgstr ""
#: ../../../processing/app/Base.java:384
msgid "Argument required for --preferences-file"
msgstr ""
#: ../../../processing/app/helpers/CommandlineParser.java:76
#: ../../../processing/app/helpers/CommandlineParser.java:83
#, java-format
msgid "Argument required for {0}"
msgstr ""
#: ../../../processing/app/Preferences.java:137
msgid "Armenian"
msgstr ""
#: ../../../processing/app/Preferences.java:138
msgid "Asturian"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:145
msgid "Authorization required"
msgstr ""
#: tools/AutoFormat.java:91
msgid "Auto Format"
msgstr ""
#: tools/AutoFormat.java:944
msgid "Auto Format finished."
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
msgid "Auto-detect proxy settings"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
msgid "Automatic proxy configuration URL:"
msgstr ""
#: SerialMonitor.java:110
msgid "Autoscroll"
msgstr ""
#: Editor.java:2619
#, java-format
msgid "Bad error line: {0}"
msgstr ""
#: Editor.java:2136
msgid "Bad file selected"
msgstr ""
#: ../../../processing/app/Preferences.java:149
msgid "Basque"
msgstr ""
#: ../../../processing/app/Preferences.java:139
msgid "Belarusian"
msgstr ""
#: ../../../processing/app/Base.java:1433
#: ../../../processing/app/Editor.java:707
msgid "Board"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
#, java-format
msgid "Board {0} (platform {1}, package {2}) is unknown"
msgstr ""
#: ../../../processing/app/debug/TargetBoard.java:42
#, java-format
msgid ""
"Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to:"
" {3}"
msgstr ""
#: ../../../processing/app/EditorStatus.java:472
msgid "Board: "
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
msgid "Boards Manager"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1320
msgid "Boards Manager..."
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
msgid "Boards included in this package:"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:1273
#, java-format
msgid "Bootloader file specified but missing: {0}"
msgstr ""
#: ../../../processing/app/Preferences.java:140
msgid "Bosnian"
msgstr ""
#: SerialMonitor.java:112
msgid "Both NL & CR"
msgstr ""
#: Preferences.java:81
msgid "Browse"
msgstr ""
#: ../../../processing/app/Sketch.java:1530
msgid "Build options changed, rebuilding all"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1210
msgid "Built-in Examples"
msgstr ""
#: ../../../processing/app/Preferences.java:80
msgid "Bulgarian"
msgstr ""
#: ../../../processing/app/Preferences.java:141
msgid "Burmese (Myanmar)"
msgstr ""
#: Editor.java:708
msgid "Burn Bootloader"
msgstr ""
#: Editor.java:2504
msgid "Burning bootloader to I/O Board (this may take a minute)..."
msgstr ""
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
msgid "CRC doesn't match. File is corrupted."
msgstr ""
#: ../../../processing/app/Base.java:379
#, java-format
msgid "Can only pass one of: {0}"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
msgid "Can't find the sketch in the specified path"
msgstr ""
#: ../../../processing/app/Preferences.java:92
msgid "Canadian French"
msgstr ""
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
msgid "Cancel"
msgstr ""
#: Sketch.java:455
msgid "Cannot Rename"
msgstr ""
#: ../../../processing/app/Base.java:465
msgid "Cannot specify any sketch files"
msgstr ""
#: SerialMonitor.java:112
msgid "Carriage return"
msgstr ""
#: Preferences.java:87
msgid "Catalan"
msgstr ""
#: Preferences.java:419
msgid "Check for updates on startup"
msgstr ""
#: ../../../processing/app/Preferences.java:142
msgid "Chinese (China)"
msgstr ""
#: ../../../processing/app/Preferences.java:144
msgid "Chinese (Taiwan)"
msgstr ""
#: ../../../processing/app/Preferences.java:143
msgid "Chinese (Taiwan) (Big5)"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
msgid "Click for a list of unofficial boards support URLs"
msgstr ""
#: Editor.java:521 Editor.java:2024
msgid "Close"
msgstr ""
#: Editor.java:1208 Editor.java:2749
msgid "Comment/Uncomment"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
msgid "Communication"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
msgid "Compiler warnings: "
msgstr ""
#: Sketch.java:1608 Editor.java:1890
msgid "Compiling sketch..."
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
msgid "Contributed"
msgstr ""
#: Editor.java:1157 Editor.java:2707
msgid "Copy"
msgstr ""
#: Editor.java:1177 Editor.java:2723
msgid "Copy as HTML"
msgstr ""
#: ../../../processing/app/EditorStatus.java:455
msgid "Copy error messages"
msgstr ""
#: Editor.java:1165 Editor.java:2715
msgid "Copy for Forum"
msgstr ""
#: Sketch.java:1089
#, java-format
msgid "Could not add ''{0}'' to the sketch."
msgstr ""
#: Editor.java:2188
msgid "Could not copy to a proper location."
msgstr ""
#: Editor.java:2179
msgid "Could not create the sketch folder."
msgstr ""
#: Editor.java:2206
msgid "Could not create the sketch."
msgstr ""
#: Sketch.java:617
#, java-format
msgid "Could not delete \"{0}\"."
msgstr ""
#: Sketch.java:1066
#, java-format
msgid "Could not delete the existing ''{0}'' file."
msgstr ""
#: Base.java:2533 Base.java:2556
#, java-format
msgid "Could not delete {0}"
msgstr ""
#: ../../../processing/app/debug/TargetPlatform.java:74
#, java-format
msgid "Could not find boards.txt in {0}. Is it pre-1.5?"
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
#, java-format
msgid "Could not find tool {0}"
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
#, java-format
msgid "Could not find tool {0} from package {1}"
msgstr ""
#: Base.java:1934
#, java-format
msgid ""
"Could not open the URL\n"
"{0}"
msgstr ""
#: Base.java:1958
#, java-format
msgid ""
"Could not open the folder\n"
"{0}"
msgstr ""
#: Sketch.java:1769
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 ""
#: Sketch.java:1768
msgid "Could not re-save sketch"
msgstr ""
#: Theme.java:52
msgid ""
"Could not read color theme settings.\n"
"You'll need to reinstall Arduino."
msgstr ""
#: Preferences.java:219
msgid ""
"Could not read default settings.\n"
"You'll need to reinstall Arduino."
msgstr ""
#: Base.java:2482
#, java-format
msgid "Could not remove old version of {0}"
msgstr ""
#: Sketch.java:483 Sketch.java:528
#, java-format
msgid "Could not rename \"{0}\" to \"{1}\""
msgstr ""
#: Sketch.java:475
msgid "Could not rename the sketch. (0)"
msgstr ""
#: Sketch.java:496
msgid "Could not rename the sketch. (1)"
msgstr ""
#: Sketch.java:503
msgid "Could not rename the sketch. (2)"
msgstr ""
#: Base.java:2492
#, java-format
msgid "Could not replace {0}"
msgstr ""
#: tools/Archiver.java:74
msgid "Couldn't archive sketch"
msgstr ""
#: Sketch.java:1647
msgid "Couldn't determine program size: {0}"
msgstr ""
#: Sketch.java:616
msgid "Couldn't do it"
msgstr ""
#: debug/BasicUploader.java:209
msgid ""
"Couldn't find a Board on the selected port. Check that you have the correct "
"port selected. If it is correct, try pressing the board's reset button "
"after initiating the upload."
msgstr ""
#: ../../../processing/app/Preferences.java:82
msgid "Croatian"
msgstr ""
#: Editor.java:1149 Editor.java:2699
msgid "Cut"
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:119
msgid "Czech (Czech Republic)"
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:120
msgid "Danish (Denmark)"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
msgid "Data Processing"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
msgid "Data Storage"
msgstr ""
#: Editor.java:1224 Editor.java:2765
msgid "Decrease Indent"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
msgid "Default"
msgstr ""
#: EditorHeader.java:314 Sketch.java:591
msgid "Delete"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
msgid "Device Control"
msgstr ""
#: debug/Uploader.java:199
msgid ""
"Device is not responding, check the right serial port is selected or RESET "
"the board right before exporting"
msgstr ""
#: tools/FixEncoding.java:57
msgid "Discard all changes and reload sketch?"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
msgid "Display"
msgstr ""
#: ../../../processing/app/Preferences.java:438
msgid "Display line numbers"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
#, java-format
msgid ""
"Do you want to remove {0}?\n"
"If you do so you won't be able to use {0} any more."
msgstr ""
#: Editor.java:2064
msgid "Don't Save"
msgstr ""
#: Editor.java:2275 Editor.java:2311
msgid "Done Saving."
msgstr ""
#: Editor.java:2510
msgid "Done burning bootloader."
msgstr ""
#: ../../../processing/app/BaseNoGui.java:507
#: ../../../processing/app/BaseNoGui.java:552
msgid "Done compiling"
msgstr ""
#: Editor.java:1911 Editor.java:1928
msgid "Done compiling."
msgstr ""
#: Editor.java:2564
msgid "Done printing."
msgstr ""
#: ../../../processing/app/BaseNoGui.java:514
msgid "Done uploading"
msgstr ""
#: Editor.java:2395 Editor.java:2431
msgid "Done uploading."
msgstr ""
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
#, java-format
msgid "Downloaded {0}kb of {1}kb."
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
msgid "Downloading boards definitions."
msgstr ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
msgid "Downloading libraries index..."
msgstr ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
#, java-format
msgid "Downloading library: {0}"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
msgid "Downloading platforms index..."
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
#, java-format
msgid "Downloading tools ({0}/{1})."
msgstr ""
#: Preferences.java:91
msgid "Dutch"
msgstr ""
#: ../../../processing/app/Preferences.java:144
msgid "Dutch (Netherlands)"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:1309
msgid "Edison Help"
msgstr ""
#: Editor.java:1130
msgid "Edit"
msgstr ""
#: Preferences.java:370
msgid "Editor font size: "
msgstr ""
#: Preferences.java:353
msgid "Editor language: "
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
msgid "Enable Code Folding"
msgstr ""
#: Preferences.java:92
msgid "English"
msgstr ""
#: ../../../processing/app/Preferences.java:145
msgid "English (United Kingdom)"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
msgid "Enter a comma separated list of urls"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
msgid "Enter additional URLs, one for each row"
msgstr ""
#: Editor.java:1062
msgid "Environment"
msgstr ""
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
msgid "Error"
msgstr ""
#: Sketch.java:1065 Sketch.java:1088
msgid "Error adding file"
msgstr ""
#: debug/Compiler.java:369
msgid "Error compiling."
msgstr ""
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
#, java-format
msgid "Error downloading {0}"
msgstr ""
#: Base.java:1674
msgid "Error getting the Arduino data folder."
msgstr ""
#: Serial.java:593
#, java-format
msgid "Error inside Serial.{0}()"
msgstr ""
#: ../../../processing/app/debug/TargetPlatform.java:95
#: ../../../processing/app/debug/TargetPlatform.java:106
#: ../../../processing/app/debug/TargetPlatform.java:117
#, java-format
msgid "Error loading {0}"
msgstr ""
#: Serial.java:181
#, java-format
msgid "Error opening serial port ''{0}''."
msgstr ""
#: ../../../processing/app/Serial.java:119
#, java-format
msgid ""
"Error opening serial port ''{0}''. Try consulting the documentation at "
"http://playground.arduino.cc/Linux/All#Permission"
msgstr ""
#: Preferences.java:277
msgid "Error reading preferences"
msgstr ""
#: Preferences.java:279
#, java-format
msgid ""
"Error reading the preferences file. Please delete (or move)\n"
"{0} and restart Arduino."
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:146
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:245
msgid "Error running post install script"
msgstr ""
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
msgid "Error starting discovery method: "
msgstr ""
#: Serial.java:125
#, java-format
msgid "Error touching serial port ''{0}''."
msgstr ""
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
msgid "Error while burning bootloader."
msgstr ""
#: ../../../processing/app/Editor.java:2555
msgid "Error while burning bootloader: missing '{0}' configuration parameter"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:1940
msgid "Error while compiling: missing '{0}' configuration parameter"
msgstr ""
#: SketchCode.java:83
#, java-format
msgid "Error while loading code {0}"
msgstr ""
#: Editor.java:2567
msgid "Error while printing."
msgstr ""
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
#, java-format
msgid "Error while setting serial port parameters: {0} {1} {2} {3}"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:528
msgid "Error while uploading"
msgstr ""
#: ../../../processing/app/Editor.java:2409
#: ../../../processing/app/Editor.java:2449
msgid "Error while uploading: missing '{0}' configuration parameter"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
msgid "Error while verifying"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:521
msgid "Error while verifying/uploading"
msgstr ""
#: Preferences.java:93
msgid "Estonian"
msgstr ""
#: ../../../processing/app/Preferences.java:146
msgid "Estonian (Estonia)"
msgstr ""
#: Editor.java:516
msgid "Examples"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1244
msgid "Examples from Custom Libraries"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1222
msgid "Examples from Libraries"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:753
msgid "Export canceled, changes must first be saved."
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:750
msgid "Export compiled Binary"
msgstr ""
#: ../../../processing/app/Base.java:416
#, java-format
msgid "Failed to open sketch: \"{0}\""
msgstr ""
#: Editor.java:491
msgid "File"
msgstr ""
#: Preferences.java:94
msgid "Filipino"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
msgid "Filter your search..."
msgstr ""
#: FindReplace.java:124 FindReplace.java:127
msgid "Find"
msgstr ""
#: Editor.java:1249
msgid "Find Next"
msgstr ""
#: Editor.java:1259
msgid "Find Previous"
msgstr ""
#: Editor.java:1086 Editor.java:2775
msgid "Find in Reference"
msgstr ""
#: Editor.java:1234
msgid "Find..."
msgstr ""
#: FindReplace.java:80
msgid "Find:"
msgstr ""
#: ../../../processing/app/Preferences.java:147
msgid "Finnish"
msgstr ""
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
msgid "Fix Encoding & Reload"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:318
msgid ""
"For information on installing libraries, see: "
"http://www.arduino.cc/en/Guide/Libraries\n"
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:118
#, java-format
msgid "Forcing reset using 1200bps open/close on port {0}"
msgstr ""
#: Preferences.java:95
msgid "French"
msgstr ""
#: Editor.java:1097
msgid "Frequently Asked Questions"
msgstr ""
#: Preferences.java:96
msgid "Galician"
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:176
msgid "Galician (Spain)"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:1288
msgid "Galileo Help"
msgstr ""
#: ../../../processing/app/Preferences.java:94
msgid "Georgian"
msgstr ""
#: Preferences.java:97
msgid "German"
msgstr ""
#: Editor.java:1054
msgid "Getting Started"
msgstr ""
#: ../../../processing/app/Sketch.java:1646
#, java-format
msgid ""
"Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes "
"for local variables. Maximum is {1} bytes."
msgstr ""
#: ../../../processing/app/Sketch.java:1651
#, java-format
msgid "Global variables use {0} bytes of dynamic memory."
msgstr ""
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
msgid "Go to line"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:1460
msgid "Go to line..."
msgstr ""
#: Preferences.java:98
msgid "Greek"
msgstr ""
#: ../../../processing/app/Preferences.java:95
msgid "Hebrew"
msgstr ""
#: Editor.java:1015
msgid "Help"
msgstr ""
#: Preferences.java:99
msgid "Hindi"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
msgid "Host name:"
msgstr ""
#: Sketch.java:295
msgid ""
"How about saving the sketch first \n"
"before trying to rename it?"
msgstr ""
#: Sketch.java:882
msgid "How very Borges of you"
msgstr ""
#: Preferences.java:100
msgid "Hungarian"
msgstr ""
#: FindReplace.java:96
msgid "Ignore Case"
msgstr ""
#: Base.java:1058
msgid "Ignoring bad library name"
msgstr ""
#: Base.java:1436
msgid "Ignoring sketch with bad name"
msgstr ""
#: ../../../processing/app/Sketch.java:736
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 ""
#: ../../../../../app/src/processing/app/Editor.java:778
msgid "Include Library"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:768
#: ../../../processing/app/BaseNoGui.java:771
msgid "Incorrect IDE installation folder"
msgstr ""
#: Editor.java:1216 Editor.java:2757
msgid "Increase Indent"
msgstr ""
#: Preferences.java:101
msgid "Indonesian"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:295
msgid "Initializing packages..."
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:289
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:78
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:91
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:303
msgid "Install"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
msgid "Installation completed!"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
msgid "Installed"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
msgid "Installing boards..."
msgstr ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
#, java-format
msgid "Installing library: {0}"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
#, java-format
msgid "Installing tools ({0}/{1})..."
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
msgid "Installing..."
msgstr ""
#: ../../../processing/app/Base.java:1204
#, java-format
msgid "Invalid library found in {0}: {1}"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
#, java-format
msgid "Invalid quoting: no closing [{0}] char found."
msgstr ""
#: Preferences.java:102
msgid "Italian"
msgstr ""
#: Preferences.java:103
msgid "Japanese"
msgstr ""
#: Preferences.java:104
msgid "Korean"
msgstr ""
#: Preferences.java:105
msgid "Latvian"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
msgid "Library Manager"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:2349
msgid "Library added to your libraries. Check \"Include library\" menu"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
msgstr ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
#, java-format
msgid "Library is already installed: {0} version {1}"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
msgid "Line number:"
msgstr ""
#: Preferences.java:106
msgid "Lithuaninan"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:132
msgid "Loading configuration..."
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
#, java-format
msgid "Looking for recipes like {0}*{1}"
msgstr ""
#: ../../../processing/app/Sketch.java:1684
msgid "Low memory available, stability problems may occur."
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1168
msgid "Manage Libraries..."
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
msgid "Manual proxy configuration"
msgstr ""
#: Preferences.java:107
msgid "Marathi"
msgstr ""
#: Base.java:2112
msgid "Message"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:81
#, java-format
msgid "Missing '{0}' from library in {1}"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:455
msgid "Mode not supported"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
msgid "More"
msgstr ""
#: Preferences.java:449
msgid "More preferences can be edited directly in the file"
msgstr ""
#: Editor.java:2156
msgid "Moving"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:484
msgid "Multiple files not supported"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:520
#, java-format
msgid "Multiple libraries were found for \"{0}\""
msgstr ""
#: ../../../processing/app/Base.java:395
msgid "Must specify exactly one sketch file"
msgstr ""
#: Sketch.java:282
msgid "Name for new file:"
msgstr ""
#: ../../../processing/app/Preferences.java:149
msgid "Nepali"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
msgid "Network"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:65
msgid "Network ports"
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:51
msgid "Network upload using programmer not supported"
msgstr ""
#: EditorToolbar.java:41 Editor.java:493
msgid "New"
msgstr ""
#: EditorHeader.java:292
msgid "New Tab"
msgstr ""
#: SerialMonitor.java:112
msgid "Newline"
msgstr ""
#: EditorHeader.java:340
msgid "Next Tab"
msgstr ""
#: Preferences.java:78 UpdateCheck.java:108
msgid "No"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:158
msgid "No authorization data found"
msgstr ""
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
msgid "No changes necessary for Auto Format."
msgstr ""
#: ../../../processing/app/BaseNoGui.java:665
msgid "No command line parameters found"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:200
msgid "No compiled sketch found"
msgstr ""
#: Editor.java:373
msgid "No files were added to the sketch."
msgstr ""
#: Platform.java:167
msgid "No launcher available"
msgstr ""
#: SerialMonitor.java:112
msgid "No line ending"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:665
msgid "No parameters"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
msgid "No proxy"
msgstr ""
#: Base.java:541
msgid "No really, time for some fresh air for you."
msgstr ""
#: Editor.java:1872
#, java-format
msgid "No reference available for \"{0}\""
msgstr ""
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
msgid "No sketch"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:428
msgid "No sketchbook"
msgstr ""
#: ../../../processing/app/Sketch.java:204
msgid "No valid code files found"
msgstr ""
#: ../../../processing/app/debug/TargetPackage.java:63
#, java-format
msgid "No valid hardware definitions found in folder {0}."
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
msgid "None"
msgstr ""
#: ../../../processing/app/Preferences.java:108
msgid "Norwegian Bokmål"
msgstr ""
#: ../../../processing/app/Sketch.java:1656
msgid ""
"Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size "
"for tips on reducing your footprint."
msgstr ""
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2145 Editor.java:2465
msgid "OK"
msgstr ""
#: Sketch.java:992 Editor.java:376
msgid "One file added to the sketch."
msgstr ""
#: ../../../processing/app/BaseNoGui.java:455
msgid "Only --verify, --upload or --get-pref are supported"
msgstr ""
#: EditorToolbar.java:41
msgid "Open"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:625
msgid "Open Recent"
msgstr ""
#: Editor.java:2688
msgid "Open URL"
msgstr ""
#: Base.java:636
msgid "Open an Arduino sketch..."
msgstr ""
#: Base.java:903 Editor.java:501
msgid "Open..."
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
msgid "Other"
msgstr ""
#: Editor.java:563
msgid "Page Setup"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
msgid "Partner"
msgstr ""
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
msgid "Password:"
msgstr ""
#: Editor.java:1189 Editor.java:2731
msgid "Paste"
msgstr ""
#: Preferences.java:109
msgid "Persian"
msgstr ""
#: ../../../processing/app/Preferences.java:161
msgid "Persian (Iran)"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:79
#, java-format
msgid "Platform {0} (package {1}) is unknown"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
msgid "Please confirm boards deletion"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
msgid "Please confirm library deletion"
msgstr ""
#: debug/Compiler.java:408
msgid "Please import the SPI library from the Sketch > Import Library menu."
msgstr ""
#: ../../../processing/app/debug/Compiler.java:529
msgid "Please import the Wire library from the Sketch > Import Library menu."
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:217
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:262
msgid "Please select a programmer from Tools->Programmer menu"
msgstr ""
#: Preferences.java:110
msgid "Polish"
msgstr ""
#: ../../../processing/app/Editor.java:718
msgid "Port"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
msgid "Port number:"
msgstr ""
#: ../../../processing/app/Preferences.java:151
msgid "Portugese"
msgstr ""
#: ../../../processing/app/Preferences.java:127
msgid "Portuguese (Brazil)"
msgstr ""
#: ../../../processing/app/Preferences.java:128
msgid "Portuguese (Portugal)"
msgstr ""
#: Preferences.java:295 Editor.java:583
msgid "Preferences"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:297
msgid "Preparing boards..."
msgstr ""
#: FindReplace.java:123 FindReplace.java:128
msgid "Previous"
msgstr ""
#: EditorHeader.java:326
msgid "Previous Tab"
msgstr ""
#: Editor.java:571
msgid "Print"
msgstr ""
#: Editor.java:2571
msgid "Printing canceled."
msgstr ""
#: Editor.java:2547
msgid "Printing..."
msgstr ""
#: Base.java:1957
msgid "Problem Opening Folder"
msgstr ""
#: Base.java:1933
msgid "Problem Opening URL"
msgstr ""
#: Base.java:227
msgid "Problem Setting the Platform"
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:136
msgid "Problem accessing board folder /www/sd"
msgstr ""
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:132
msgid "Problem accessing files in folder "
msgstr ""
#: Base.java:1673
msgid "Problem getting data folder"
msgstr ""
#: debug/Uploader.java:209
msgid ""
"Problem uploading to board. See "
"http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
msgstr ""
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
msgid "Problem with rename"
msgstr ""
#: ../../../processing/app/I18n.java:86
msgid "Processor"
msgstr ""
#: Editor.java:704
msgid "Programmer"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
#, java-format
msgid "Progress {0}"
msgstr ""
#: Base.java:783 Editor.java:593
msgid "Quit"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1233
msgid "RETIRED"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
msgid "Recommended"
msgstr ""
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
msgid "Redo"
msgstr ""
#: Editor.java:1078
msgid "Reference"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
msgid "Remove"
msgstr ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
#, java-format
msgid "Removing library: {0}"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
msgid "Removing..."
msgstr ""
#: EditorHeader.java:300
msgid "Rename"
msgstr ""
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
msgid "Replace"
msgstr ""
#: FindReplace.java:122 FindReplace.java:129
msgid "Replace & Find"
msgstr ""
#: FindReplace.java:120 FindReplace.java:131
msgid "Replace All"
msgstr ""
#: Sketch.java:1043
#, java-format
msgid "Replace the existing version of {0}?"
msgstr ""
#: FindReplace.java:81
msgid "Replace with:"
msgstr ""
#: Preferences.java:113
msgid "Romanian"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:83
#, java-format
msgid "Running recipe: {0}"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:82
#, java-format
msgid "Running: {0}"
msgstr ""
#: Preferences.java:114
msgid "Russian"
msgstr ""
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
#: Editor.java:2064 Editor.java:2468
msgid "Save"
msgstr ""
#: Editor.java:537
msgid "Save As..."
msgstr ""
#: Editor.java:2317
msgid "Save Canceled."
msgstr ""
#: Editor.java:2020
#, java-format
msgid "Save changes to \"{0}\"? "
msgstr ""
#: Sketch.java:825
msgid "Save sketch folder as..."
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:425
msgid "Save when verifying or uploading"
msgstr ""
#: Editor.java:2270 Editor.java:2308
msgid "Saving..."
msgstr ""
#: ../../../processing/app/FindReplace.java:131
msgid "Search all Sketch Tabs"
msgstr ""
#: Base.java:1909
msgid "Select (or create new) folder for sketches..."
msgstr ""
#: Editor.java:1198 Editor.java:2739
msgid "Select All"
msgstr ""
#: Base.java:2636
msgid "Select a zip file or a folder containing the library you'd like to add"
msgstr ""
#: Sketch.java:975
msgid "Select an image or other data file to copy to your sketch"
msgstr ""
#: Preferences.java:330
msgid "Select new sketchbook location"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
msgid "Select version"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:146
msgid "Selected board depends on '{0}' core (not installed)."
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:374
msgid "Selected board is not available"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:423
msgid "Selected library is not available"
msgstr ""
#: SerialMonitor.java:93
msgid "Send"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
msgid "Sensors"
msgstr ""
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
msgid "Serial Monitor"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:804
msgid "Serial Plotter"
msgstr ""
#: Serial.java:194
#, java-format
msgid ""
"Serial port ''{0}'' not found. Did you select the right one from the Tools >"
" Serial Port menu?"
msgstr ""
#: Editor.java:2343
#, java-format
msgid ""
"Serial port {0} not found.\n"
"Retry the upload with another serial port?"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:65
msgid "Serial ports"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:84
#, java-format
msgid "Setting build path to {0}"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
msgid "Settings"
msgstr ""
#: Base.java:1681
msgid "Settings issues"
msgstr ""
#: Editor.java:641
msgid "Show Sketch Folder"
msgstr ""
#: ../../../processing/app/EditorStatus.java:468
msgid "Show verbose output during compilation"
msgstr ""
#: Preferences.java:387
msgid "Show verbose output during: "
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
msgid "Signal Input/Output"
msgstr ""
#: Editor.java:607
msgid "Sketch"
msgstr ""
#: Sketch.java:1754
msgid "Sketch Disappeared"
msgstr ""
#: Base.java:1411
msgid "Sketch Does Not Exist"
msgstr ""
#: Sketch.java:274 Sketch.java:303 Sketch.java:577 Sketch.java:966
msgid "Sketch is Read-Only"
msgstr ""
#: Sketch.java:294
msgid "Sketch is Untitled"
msgstr ""
#: Sketch.java:720
msgid "Sketch is read-only"
msgstr ""
#: Sketch.java:1653
msgid ""
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
"tips on reducing it."
msgstr ""
#: ../../../processing/app/Sketch.java:1639
#, java-format
msgid ""
"Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} "
"bytes."
msgstr ""
#: Editor.java:510
msgid "Sketchbook"
msgstr ""
#: Base.java:258
msgid "Sketchbook folder disappeared"
msgstr ""
#: Preferences.java:315
msgid "Sketchbook location:"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:428
msgid "Sketchbook path not defined"
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:185
msgid "Slovak"
msgstr ""
#: ../../../processing/app/Preferences.java:152
msgid "Slovenian"
msgstr ""
#: Sketch.java:275 Sketch.java:304 Sketch.java:578 Sketch.java:967
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 ""
#: Sketch.java:721
msgid ""
"Some files are marked \"read-only\", so you'll\n"
"need to re-save this sketch to another location."
msgstr ""
#: Sketch.java:457
#, java-format
msgid "Sorry, a sketch (or folder) named \"{0}\" already exists."
msgstr ""
#: Preferences.java:115
msgid "Spanish"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:2333
msgid "Specified folder/zip file does not contain a valid library"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:466
msgid "Starting..."
msgstr ""
#: Base.java:540
msgid "Sunshine"
msgstr ""
#: ../../../processing/app/Preferences.java:153
msgid "Swedish"
msgstr ""
#: Preferences.java:84
msgid "System Default"
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:188
msgid "Talossan"
msgstr ""
#: Preferences.java:116
msgid "Tamil"
msgstr ""
#: debug/Compiler.java:414
msgid "The 'BYTE' keyword is no longer supported."
msgstr ""
#: ../../../processing/app/BaseNoGui.java:484
msgid "The --upload option supports only one file at a time"
msgstr ""
#: debug/Compiler.java:426
msgid "The Client class has been renamed EthernetClient."
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
msgid ""
"The IDE includes an updated {0} package, but you're using an older one.\n"
"Do you want to upgrade {0}?"
msgstr ""
#: debug/Compiler.java:420
msgid "The Server class has been renamed EthernetServer."
msgstr ""
#: debug/Compiler.java:432
msgid "The Udp class has been renamed EthernetUdp."
msgstr ""
#: Editor.java:2147
#, 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 ""
#: Base.java:1054 Base.java:2674
#, 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 ""
#: Sketch.java:374
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 ""
#: Sketch.java:356
msgid "The name cannot start with a period."
msgstr ""
#: Base.java:1412
msgid ""
"The selected sketch no longer exists.\n"
"You may need to restart Arduino to update\n"
"the sketchbook menu."
msgstr ""
#: Base.java:1430
#, 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 ""
#: Sketch.java:1755
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 ""
#: ../../../processing/app/Sketch.java:2028
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 than 64 characters long."
msgstr ""
#: Base.java:259
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 ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
msgid ""
"The specified sketchbook folder contains your copy of the IDE.\n"
"Please choose a different folder for your sketchbook."
msgstr ""
#: Sketch.java:1075
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 ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
msgid ""
"This library is not listed on Library Manager. You won't be able to reinstall it from here.\n"
"Are you sure you want to delete it?"
msgstr ""
#: ../../../processing/app/EditorStatus.java:467
msgid "This report would have more information with"
msgstr ""
#: Base.java:535
msgid "Time for a Break"
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
msgid "Timing"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
#, java-format
msgid "Tool {0} is not available for your operating system."
msgstr ""
#: Editor.java:663
msgid "Tools"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
msgid "Topic"
msgstr ""
#: Editor.java:1070
msgid "Troubleshooting"
msgstr ""
#: ../../../processing/app/Preferences.java:117
msgid "Turkish"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
msgid "Type"
msgstr ""
#: ../../../processing/app/Editor.java:2507
msgid "Type board password to access its console"
msgstr ""
#: ../../../processing/app/Sketch.java:1673
msgid "Type board password to upload a new sketch"
msgstr ""
#: ../../../processing/app/Preferences.java:118
msgid "Ukrainian"
msgstr ""
#: ../../../processing/app/Editor.java:2524
#: ../../../processing/app/NetworkMonitor.java:145
msgid "Unable to connect: is the sketch using the bridge?"
msgstr ""
#: ../../../processing/app/NetworkMonitor.java:130
msgid "Unable to connect: retrying"
msgstr ""
#: ../../../processing/app/Editor.java:2526
msgid "Unable to connect: wrong password?"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:65
#, java-format
msgid "Unable to find {0} in {1}"
msgstr ""
#: ../../../processing/app/Editor.java:2512
msgid "Unable to open serial monitor"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:2709
msgid "Unable to open serial plotter"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:94
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
msgid "Unable to reach Arduino.cc due to possible network issues."
msgstr ""
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
msgid "Uncategorized"
msgstr ""
#: Editor.java:1133 Editor.java:1355
msgid "Undo"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:85
#, java-format
msgid "Unhandled type {0} in context key {1}"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:86
#, java-format
msgid "Unknown sketch file extension: {0}"
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 ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
msgid "Updatable"
msgstr ""
#: UpdateCheck.java:111
msgid "Update"
msgstr ""
#: Preferences.java:428
msgid "Update sketch files to new extension on save (.pde -> .ino)"
msgstr ""
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
msgid "Updating list of installed libraries"
msgstr ""
#: EditorToolbar.java:41 Editor.java:545
msgid "Upload"
msgstr ""
#: EditorToolbar.java:46 Editor.java:553
msgid "Upload Using Programmer"
msgstr ""
#: Editor.java:2403 Editor.java:2439
msgid "Upload canceled."
msgstr ""
#: ../../../processing/app/Sketch.java:1678
msgid "Upload cancelled"
msgstr ""
#: Editor.java:2378
msgid "Uploading to I/O Board..."
msgstr ""
#: Sketch.java:1622
msgid "Uploading..."
msgstr ""
#: Editor.java:1269
msgid "Use Selection For Find"
msgstr ""
#: Preferences.java:409
msgid "Use external editor"
msgstr ""
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
msgid "Username:"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:410
#, java-format
msgid "Using library {0} at version {1} in folder: {2} {3}"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:94
#, java-format
msgid "Using library {0} in folder: {1} {2}"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:320
#, java-format
msgid "Using previously compiled file: {0}"
msgstr ""
#: EditorToolbar.java:41 EditorToolbar.java:46
msgid "Verify"
msgstr ""
#: Preferences.java:400
msgid "Verify code after upload"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:725
msgid "Verify/Compile"
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:451
msgid "Verifying and uploading..."
msgstr ""
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
msgid "Verifying archive integrity..."
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:454
msgid "Verifying..."
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
#, java-format
msgid "Version <b>{0}</b>"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
msgid "Version unknown"
msgstr ""
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
#, java-format
msgid "Version {0}"
msgstr ""
#: ../../../processing/app/Preferences.java:154
msgid "Vietnamese"
msgstr ""
#: Editor.java:1105
msgid "Visit Arduino.cc"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:90
#, java-format
msgid "WARNING: Category '{0}' in library {1} is not valid. Setting to '{2}'"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:93
#, java-format
msgid "WARNING: Spurious {0} folder in '{1}' library"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:115
#, java-format
msgid ""
"WARNING: library {0} claims to run on {1} architecture(s) and may be "
"incompatible with your current board which runs on {2} architecture(s)."
msgstr ""
#: Base.java:2128
msgid "Warning"
msgstr ""
#: ../../../processing/app/debug/Compiler.java:1295
msgid ""
"Warning: This core does not support exporting sketches. Please consider "
"upgrading it or contacting its author"
msgstr ""
#: ../../../cc/arduino/utils/ArchiveExtractor.java:197
#, java-format
msgid "Warning: file {0} links to an absolute path {1}"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
msgid "Warning: forced trusting untrusted contributions"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
#, java-format
msgid "Warning: forced untrusted script execution ({0})"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
#, java-format
msgid "Warning: non trusted contribution, skipping script execution ({0})"
msgstr ""
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
#, java-format
msgid ""
"Warning: platform.txt from core '{0}' contains deprecated {1}, automatically"
" converted to {2}. Consider upgrading this core."
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
msgid ""
"Warning: platform.txt from core '{0}' misses property '{1}', using default "
"value '{2}'. Consider upgrading this core."
msgstr ""
#: ../../../../../app/src/processing/app/Preferences.java:190
msgid "Western Frisian"
msgstr ""
#: debug/Compiler.java:444
msgid "Wire.receive() has been renamed Wire.read()."
msgstr ""
#: debug/Compiler.java:438
msgid "Wire.send() has been renamed Wire.write()."
msgstr ""
#: FindReplace.java:105
msgid "Wrap Around"
msgstr ""
#: debug/Uploader.java:213
msgid ""
"Wrong microcontroller found. Did you select the right board from the Tools "
"> Board menu?"
msgstr ""
#: Preferences.java:77 UpdateCheck.java:108
msgid "Yes"
msgstr ""
#: Sketch.java:1074
msgid "You can't fool me"
msgstr ""
#: Sketch.java:411
msgid "You can't have a .cpp file with the same name as the sketch."
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:2312
msgid "You can't import a folder that contains your sketchbook"
msgstr ""
#: Sketch.java:421
msgid ""
"You can't rename the sketch to \"{0}\"\n"
"because the sketch already has a .cpp file with that name."
msgstr ""
#: ../../../../../app/src/processing/app/Sketch.java:659
msgid ""
"You can't save the sketch as \"{0}\"\n"
"because the sketch already has a file with that name."
msgstr ""
#: Sketch.java:883
msgid ""
"You cannot save the sketch into a folder\n"
"inside itself. This would go on forever."
msgstr ""
#: Base.java:1888
msgid "You forgot your sketchbook"
msgstr ""
#: ../../../processing/app/AbstractMonitor.java:92
msgid ""
"You've pressed {0} but nothing was sent. Should you select a line ending?"
msgstr ""
#: Base.java:536
msgid ""
"You've reached the limit for auto naming of new sketches\n"
"for the day. How about going for a walk instead?"
msgstr ""
#: ../../../processing/app/BaseNoGui.java:768
msgid ""
"Your copy of the IDE is installed in a subfolder of your settings folder.\n"
"Please move the IDE to another folder."
msgstr ""
#: ../../../processing/app/BaseNoGui.java:771
msgid ""
"Your copy of the IDE is installed in a subfolder of your sketchbook.\n"
"Please move the IDE to another folder."
msgstr ""
#: Base.java:2638
msgid "ZIP files or folders"
msgstr ""
#: Base.java:2661
msgid "Zip doesn't contain a library"
msgstr ""
#: Sketch.java:364
#, java-format
msgid "\".{0}\" is not a valid extension."
msgstr ""
#: SketchCode.java:258
#, java-format
msgid ""
"\"{0}\" contains unrecognized characters.If this code was created with an "
"older version of Arduino,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 ""
#: debug/Compiler.java:409
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 ""
#: debug/Compiler.java:415
msgid ""
"\n"
"As of Arduino 1.0, the 'BYTE' keyword is no longer supported.\n"
"Please use Serial.write() instead.\n"
"\n"
msgstr ""
#: debug/Compiler.java:427
msgid ""
"\n"
"As of Arduino 1.0, the Client class in the Ethernet library has been renamed to EthernetClient.\n"
"\n"
msgstr ""
#: debug/Compiler.java:421
msgid ""
"\n"
"As of Arduino 1.0, the Server class in the Ethernet library has been renamed to EthernetServer.\n"
"\n"
msgstr ""
#: debug/Compiler.java:433
msgid ""
"\n"
"As of Arduino 1.0, the Udp class in the Ethernet library has been renamed to EthernetUdp.\n"
"\n"
msgstr ""
#: debug/Compiler.java:445
msgid ""
"\n"
"As of Arduino 1.0, the Wire.receive() function was renamed to Wire.read() for consistency with other libraries.\n"
"\n"
msgstr ""
#: debug/Compiler.java:439
msgid ""
"\n"
"As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.\n"
"\n"
msgstr ""
#: SerialMonitor.java:130 SerialMonitor.java:133
msgid "baud"
msgstr ""
#: Preferences.java:389
msgid "compilation "
msgstr ""
#: ../../../processing/app/NetworkMonitor.java:111
msgid "connected!"
msgstr ""
#: Sketch.java:540
msgid "createNewFile() returned false"
msgstr ""
#: ../../../processing/app/EditorStatus.java:469
msgid "enabled in File > Preferences."
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:1352
msgid "http://www.arduino.cc/"
msgstr ""
#: UpdateCheck.java:118
msgid "http://www.arduino.cc/en/Main/Software"
msgstr ""
#: UpdateCheck.java:53
msgid "http://www.arduino.cc/latest.txt"
msgstr ""
#: Preferences.java:625
#, java-format
msgid "ignoring invalid font size {0}"
msgstr ""
#: Editor.java:936 Editor.java:943
msgid "name is null"
msgstr ""
#: Editor.java:932
msgid "serialMenu is null"
msgstr ""
#: debug/Uploader.java:195
#, java-format
msgid ""
"the selected serial port {0} does not exist or your board is not connected"
msgstr ""
#: ../../../processing/app/Base.java:389
#, java-format
msgid "unknown option: {0}"
msgstr ""
#: Preferences.java:391
msgid "upload"
msgstr ""
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
#, java-format
msgid "version <b>{0}</b>"
msgstr ""
#: ../../../../../app/src/processing/app/Editor.java:2243
#, java-format
msgid "{0} - {1} | Arduino {2}"
msgstr ""
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
#, java-format
msgid "{0} file signature verification failed"
msgstr ""
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
#, java-format
msgid "{0} file signature verification failed. File ignored."
msgstr ""
#: Editor.java:380
#, java-format
msgid "{0} files added to the sketch."
msgstr ""
#: ../../../../../app/src/processing/app/Base.java:1201
#, java-format
msgid "{0} libraries"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:76
#, java-format
msgid "{0} must be a folder"
msgstr ""
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:78
#, java-format
msgid "{0} pattern is missing"
msgstr ""
#: debug/Compiler.java:365
#, java-format
msgid "{0} returned {1}"
msgstr ""
#: Editor.java:2213
#, java-format
msgid "{0} | Arduino {1}"
msgstr ""
#: ../../../processing/app/Base.java:519
#, java-format
msgid "{0}: Invalid argument to --pref, should be of the form \"pref=value\""
msgstr ""
#: ../../../processing/app/Base.java:476
#, java-format
msgid ""
"{0}: Invalid board name, it should be of the form \"package:arch:board\" or "
"\"package:arch:board:options\""
msgstr ""
#: ../../../processing/app/Base.java:509
#, java-format
msgid "{0}: Invalid option for \"{1}\" option for board \"{2}\""
msgstr ""
#: ../../../processing/app/Base.java:507
#, java-format
msgid "{0}: Invalid option for board \"{1}\""
msgstr ""
#: ../../../processing/app/Base.java:502
#, java-format
msgid "{0}: Invalid option, should be of the form \"name=value\""
msgstr ""
#: ../../../processing/app/Base.java:486
#, java-format
msgid "{0}: Unknown architecture"
msgstr ""
#: ../../../processing/app/Base.java:491
#, java-format
msgid "{0}: Unknown board"
msgstr ""
#: ../../../processing/app/Base.java:481
#, java-format
msgid "{0}: Unknown package"
msgstr ""

View File

@ -0,0 +1,1872 @@
# English translations for PACKAGE package.
# Copyright (C) 2012 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2012-10-31 15\:17+0000\nLast-Translator\: Federico Fissore <f.fissore@arduino.cc>\nLanguage-Team\: Thai (http\://www.transifex.com/mbanzi/arduino-ide-15/language/th/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: th\nPlural-Forms\: nplurals\=1; plural\=0;\n
#: Preferences.java:358 Preferences.java:374
!\ \ (requires\ restart\ of\ Arduino)=
#: ../../../processing/app/debug/Compiler.java:529
#, java-format
!\ Not\ used\:\ {0}=
#: ../../../processing/app/debug/Compiler.java:525
#, java-format
!\ Used\:\ {0}=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:558
!'Keyboard'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Keyboard.h>'?=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
!'Mouse'\ not\ found.\ Does\ your\ sketch\ include\ the\ line\ '\#include\ <Mouse.h>'?=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
!'arch'\ folder\ is\ no\ longer\ supported\!\ See\ http\://goo.gl/gfFJzU\ for\ more\ information=
#: Preferences.java:478
!(edit\ only\ when\ Arduino\ is\ not\ running)=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
!(legacy)=
#: ../../../processing/app/helpers/CommandlineParser.java:149
!--curdir\ no\ longer\ supported=
#: ../../../processing/app/Base.java:468
!--verbose,\ --verbose-upload\ and\ --verbose-build\ can\ only\ be\ used\ together\ with\ --verify\ or\ --upload=
#: Sketch.java:746
!.pde\ ->\ .ino=
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:64
#, java-format
!<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}=
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:66
#, java-format
!<br/>Update\ available\ for\ some\ of\ your\ {0}boards{1}\ and\ {2}libraries{3}=
#: ../../../../../app/src/cc/arduino/contributions/ContributionsSelfCheck.java:62
#, java-format
!<br/>Update\ available\ for\ some\ of\ your\ {0}libraries{1}=
#: Editor.java:2053
!<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.=
#: Sketch.java:398
#, java-format
!A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=
#: Editor.java:2169
#, java-format
!A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=
#: Base.java:2690
#, java-format
!A\ library\ named\ {0}\ already\ exists=
#: UpdateCheck.java:103
!A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
!A\ newer\ {0}\ package\ is\ available=
#: ../../../../../app/src/processing/app/Base.java:2307
!A\ subfolder\ of\ your\ sketchbook\ is\ not\ a\ valid\ library=
#: Editor.java:1116
!About\ Arduino=
#: ../../../../../app/src/processing/app/Base.java:1177
!Add\ .ZIP\ Library...=
#: Editor.java:650
!Add\ File...=
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:73
!Additional\ Boards\ Manager\ URLs=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:268
!Additional\ Boards\ Manager\ URLs\:\ =
#: ../../../../../app/src/processing/app/Preferences.java:161
!Afrikaans=
#: ../../../processing/app/Preferences.java:96
!Albanian=
#: ../../../../../app/src/cc/arduino/contributions/ui/DropdownAllItem.java:42
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownAllCoresItem.java:43
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:187
!All=
#: 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=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:99
!An\ error\ occurred\ while\ updating\ libraries\ index\!=
#: ../../../processing/app/BaseNoGui.java:528
!An\ error\ occurred\ while\ uploading\ the\ sketch=
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
!An\ error\ occurred\ while\ verifying\ the\ sketch=
#: ../../../processing/app/BaseNoGui.java:521
!An\ error\ occurred\ while\ verifying/uploading\ the\ sketch=
#: Base.java:228
!An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=
#: Preferences.java:85
!Arabic=
#: Preferences.java:86
!Aragonese=
#: tools/Archiver.java:48
!Archive\ Sketch=
#: tools/Archiver.java:109
!Archive\ sketch\ as\:=
#: tools/Archiver.java:139
!Archive\ sketch\ canceled.=
#: tools/Archiver.java:75
!Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=
#: ../../../../../arduino-core/src/processing/app/I18n.java:24
!Arduino=
#: ../../../processing/app/I18n.java:83
!Arduino\ ARM\ (32-bits)\ Boards=
#: ../../../processing/app/I18n.java:82
!Arduino\ AVR\ Boards=
#: Editor.java:2137
!Arduino\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=
#: Base.java:1682
!Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=
#: Base.java:1889
!Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=
#: ../../../processing/app/EditorStatus.java:471
!Arduino\:\ =
#: Sketch.java:588
#, java-format
!Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=
#: Sketch.java:587
!Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=
#: ../../../processing/app/Base.java:356
!Argument\ required\ for\ --board=
#: ../../../processing/app/Base.java:363
!Argument\ required\ for\ --port=
#: ../../../processing/app/Base.java:377
!Argument\ required\ for\ --pref=
#: ../../../processing/app/Base.java:384
!Argument\ required\ for\ --preferences-file=
#: ../../../processing/app/helpers/CommandlineParser.java:76
#: ../../../processing/app/helpers/CommandlineParser.java:83
#, java-format
!Argument\ required\ for\ {0}=
#: ../../../processing/app/Preferences.java:137
!Armenian=
#: ../../../processing/app/Preferences.java:138
!Asturian=
#: ../../../processing/app/debug/Compiler.java:145
!Authorization\ required=
#: tools/AutoFormat.java:91
!Auto\ Format=
#: tools/AutoFormat.java:944
!Auto\ Format\ finished.=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:457
!Auto-detect\ proxy\ settings=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:474
!Automatic\ proxy\ configuration\ URL\:=
#: SerialMonitor.java:110
!Autoscroll=
#: Editor.java:2619
#, java-format
!Bad\ error\ line\:\ {0}=
#: Editor.java:2136
!Bad\ file\ selected=
#: ../../../processing/app/Preferences.java:149
!Basque=
#: ../../../processing/app/Preferences.java:139
!Belarusian=
#: ../../../processing/app/Base.java:1433
#: ../../../processing/app/Editor.java:707
!Board=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
#, java-format
!Board\ {0}\ (platform\ {1},\ package\ {2})\ is\ unknown=
#: ../../../processing/app/debug/TargetBoard.java:42
#, java-format
!Board\ {0}\:{1}\:{2}\ doesn''t\ define\ a\ ''build.board''\ preference.\ Auto-set\ to\:\ {3}=
#: ../../../processing/app/EditorStatus.java:472
!Board\:\ =
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
!Boards\ Manager=
#: ../../../../../app/src/processing/app/Base.java:1320
!Boards\ Manager...=
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:328
!Boards\ included\ in\ this\ package\:=
#: ../../../processing/app/debug/Compiler.java:1273
#, java-format
!Bootloader\ file\ specified\ but\ missing\:\ {0}=
#: ../../../processing/app/Preferences.java:140
!Bosnian=
#: SerialMonitor.java:112
!Both\ NL\ &\ CR=
#: Preferences.java:81
!Browse=
#: ../../../processing/app/Sketch.java:1530
!Build\ options\ changed,\ rebuilding\ all=
#: ../../../../../app/src/processing/app/Base.java:1210
!Built-in\ Examples=
#: ../../../processing/app/Preferences.java:80
!Bulgarian=
#: ../../../processing/app/Preferences.java:141
!Burmese\ (Myanmar)=
#: Editor.java:708
!Burn\ Bootloader=
#: Editor.java:2504
!Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:77
!CRC\ doesn't\ match.\ File\ is\ corrupted.=
#: ../../../processing/app/Base.java:379
#, java-format
!Can\ only\ pass\ one\ of\:\ {0}=
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
!Can't\ find\ the\ sketch\ in\ the\ specified\ path=
#: ../../../processing/app/Preferences.java:92
!Canadian\ French=
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
!Cancel=
#: Sketch.java:455
!Cannot\ Rename=
#: ../../../processing/app/Base.java:465
!Cannot\ specify\ any\ sketch\ files=
#: SerialMonitor.java:112
!Carriage\ return=
#: Preferences.java:87
!Catalan=
#: Preferences.java:419
!Check\ for\ updates\ on\ startup=
#: ../../../processing/app/Preferences.java:142
!Chinese\ (China)=
#: ../../../processing/app/Preferences.java:144
!Chinese\ (Taiwan)=
#: ../../../processing/app/Preferences.java:143
!Chinese\ (Taiwan)\ (Big5)=
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:98
!Click\ for\ a\ list\ of\ unofficial\ boards\ support\ URLs=
#: Editor.java:521 Editor.java:2024
!Close=
#: Editor.java:1208 Editor.java:2749
!Comment/Uncomment=
#: ../../../../../arduino-core/src/processing/app/I18n.java:30
!Communication=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
!Compiler\ warnings\:\ =
#: Sketch.java:1608 Editor.java:1890
!Compiling\ sketch...=
#: ../../../../../arduino-core/src/processing/app/I18n.java:27
!Contributed=
#: Editor.java:1157 Editor.java:2707
!Copy=
#: Editor.java:1177 Editor.java:2723
!Copy\ as\ HTML=
#: ../../../processing/app/EditorStatus.java:455
!Copy\ error\ messages=
#: Editor.java:1165 Editor.java:2715
!Copy\ for\ Forum=
#: Sketch.java:1089
#, java-format
!Could\ not\ add\ ''{0}''\ to\ the\ sketch.=
#: Editor.java:2188
!Could\ not\ copy\ to\ a\ proper\ location.=
#: Editor.java:2179
!Could\ not\ create\ the\ sketch\ folder.=
#: Editor.java:2206
!Could\ not\ create\ the\ sketch.=
#: Sketch.java:617
#, java-format
!Could\ not\ delete\ "{0}".=
#: Sketch.java:1066
#, java-format
!Could\ not\ delete\ the\ existing\ ''{0}''\ file.=
#: Base.java:2533 Base.java:2556
#, java-format
!Could\ not\ delete\ {0}=
#: ../../../processing/app/debug/TargetPlatform.java:74
#, java-format
!Could\ not\ find\ boards.txt\ in\ {0}.\ Is\ it\ pre-1.5?=
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:282
#, java-format
!Could\ not\ find\ tool\ {0}=
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:278
#, java-format
!Could\ not\ find\ tool\ {0}\ from\ package\ {1}=
#: Base.java:1934
#, java-format
!Could\ not\ open\ the\ URL\n{0}=
#: Base.java:1958
#, java-format
!Could\ not\ open\ the\ folder\n{0}=
#: Sketch.java:1769
!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.=
#: Sketch.java:1768
!Could\ not\ re-save\ sketch=
#: Theme.java:52
!Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
#: Preferences.java:219
!Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=
#: Base.java:2482
#, java-format
!Could\ not\ remove\ old\ version\ of\ {0}=
#: Sketch.java:483 Sketch.java:528
#, java-format
!Could\ not\ rename\ "{0}"\ to\ "{1}"=
#: Sketch.java:475
!Could\ not\ rename\ the\ sketch.\ (0)=
#: Sketch.java:496
!Could\ not\ rename\ the\ sketch.\ (1)=
#: Sketch.java:503
!Could\ not\ rename\ the\ sketch.\ (2)=
#: Base.java:2492
#, java-format
!Could\ not\ replace\ {0}=
#: tools/Archiver.java:74
!Couldn't\ archive\ sketch=
#: Sketch.java:1647
!Couldn't\ determine\ program\ size\:\ {0}=
#: Sketch.java:616
!Couldn't\ do\ it=
#: debug/BasicUploader.java:209
!Couldn't\ find\ a\ Board\ on\ the\ selected\ port.\ Check\ that\ you\ have\ the\ correct\ port\ selected.\ \ If\ it\ is\ correct,\ try\ pressing\ the\ board's\ reset\ button\ after\ initiating\ the\ upload.=
#: ../../../processing/app/Preferences.java:82
!Croatian=
#: Editor.java:1149 Editor.java:2699
!Cut=
#: ../../../../../app/src/processing/app/Preferences.java:119
!Czech\ (Czech\ Republic)=
#: ../../../../../app/src/processing/app/Preferences.java:120
!Danish\ (Denmark)=
#: ../../../../../arduino-core/src/processing/app/I18n.java:36
!Data\ Processing=
#: ../../../../../arduino-core/src/processing/app/I18n.java:35
!Data\ Storage=
#: Editor.java:1224 Editor.java:2765
!Decrease\ Indent=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:185
!Default=
#: EditorHeader.java:314 Sketch.java:591
!Delete=
#: ../../../../../arduino-core/src/processing/app/I18n.java:33
!Device\ Control=
#: debug/Uploader.java:199
!Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=
#: tools/FixEncoding.java:57
!Discard\ all\ changes\ and\ reload\ sketch?=
#: ../../../../../arduino-core/src/processing/app/I18n.java:29
!Display=
#: ../../../processing/app/Preferences.java:438
!Display\ line\ numbers=
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
#, java-format
!Do\ you\ want\ to\ remove\ {0}?\nIf\ you\ do\ so\ you\ won't\ be\ able\ to\ use\ {0}\ any\ more.=
#: Editor.java:2064
!Don't\ Save=
#: Editor.java:2275 Editor.java:2311
!Done\ Saving.=
#: Editor.java:2510
!Done\ burning\ bootloader.=
#: ../../../processing/app/BaseNoGui.java:507
#: ../../../processing/app/BaseNoGui.java:552
!Done\ compiling=
#: Editor.java:1911 Editor.java:1928
!Done\ compiling.=
#: Editor.java:2564
!Done\ printing.=
#: ../../../processing/app/BaseNoGui.java:514
!Done\ uploading=
#: Editor.java:2395 Editor.java:2431
!Done\ uploading.=
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:105
#, java-format
!Downloaded\ {0}kb\ of\ {1}kb.=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:107
!Downloading\ boards\ definitions.=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:86
!Downloading\ libraries\ index...=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:115
#, java-format
!Downloading\ library\:\ {0}=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:318
!Downloading\ platforms\ index...=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:113
#, java-format
!Downloading\ tools\ ({0}/{1}).=
#: Preferences.java:91
!Dutch=
#: ../../../processing/app/Preferences.java:144
!Dutch\ (Netherlands)=
#: ../../../../../app/src/processing/app/Editor.java:1309
!Edison\ Help=
#: Editor.java:1130
!Edit=
#: Preferences.java:370
!Editor\ font\ size\:\ =
#: Preferences.java:353
!Editor\ language\:\ =
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:322
!Enable\ Code\ Folding=
#: Preferences.java:92
!English=
#: ../../../processing/app/Preferences.java:145
!English\ (United\ Kingdom)=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:269
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:271
!Enter\ a\ comma\ separated\ list\ of\ urls=
#: ../../../../../app/src/cc/arduino/view/preferences/AdditionalBoardsManagerURLTextArea.java:96
!Enter\ additional\ URLs,\ one\ for\ each\ row=
#: Editor.java:1062
!Environment=
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
!Error=
#: Sketch.java:1065 Sketch.java:1088
!Error\ adding\ file=
#: debug/Compiler.java:369
!Error\ compiling.=
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:113
#, java-format
!Error\ downloading\ {0}=
#: Base.java:1674
!Error\ getting\ the\ Arduino\ data\ folder.=
#: Serial.java:593
#, java-format
!Error\ inside\ Serial.{0}()=
#: ../../../processing/app/debug/TargetPlatform.java:95
#: ../../../processing/app/debug/TargetPlatform.java:106
#: ../../../processing/app/debug/TargetPlatform.java:117
#, java-format
!Error\ loading\ {0}=
#: Serial.java:181
#, java-format
!Error\ opening\ serial\ port\ ''{0}''.=
#: ../../../processing/app/Serial.java:119
#, java-format
!Error\ opening\ serial\ port\ ''{0}''.\ Try\ consulting\ the\ documentation\ at\ http\://playground.arduino.cc/Linux/All\#Permission=
#: Preferences.java:277
!Error\ reading\ preferences=
#: Preferences.java:279
#, java-format
!Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:146
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:166
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:245
!Error\ running\ post\ install\ script=
#: ../../../cc/arduino/packages/DiscoveryManager.java:25
!Error\ starting\ discovery\ method\:\ =
#: Serial.java:125
#, java-format
!Error\ touching\ serial\ port\ ''{0}''.=
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
!Error\ while\ burning\ bootloader.=
#: ../../../processing/app/Editor.java:2555
!Error\ while\ burning\ bootloader\:\ missing\ '{0}'\ configuration\ parameter=
#: ../../../../../app/src/processing/app/Editor.java:1940
!Error\ while\ compiling\:\ missing\ '{0}'\ configuration\ parameter=
#: SketchCode.java:83
#, java-format
!Error\ while\ loading\ code\ {0}=
#: Editor.java:2567
!Error\ while\ printing.=
#: ../../../../../arduino-core/src/processing/app/Serial.java:117
#, java-format
!Error\ while\ setting\ serial\ port\ parameters\:\ {0}\ {1}\ {2}\ {3}=
#: ../../../processing/app/BaseNoGui.java:528
!Error\ while\ uploading=
#: ../../../processing/app/Editor.java:2409
#: ../../../processing/app/Editor.java:2449
!Error\ while\ uploading\:\ missing\ '{0}'\ configuration\ parameter=
#: ../../../processing/app/BaseNoGui.java:506
#: ../../../processing/app/BaseNoGui.java:551
#: ../../../processing/app/BaseNoGui.java:554
!Error\ while\ verifying=
#: ../../../processing/app/BaseNoGui.java:521
!Error\ while\ verifying/uploading=
#: Preferences.java:93
!Estonian=
#: ../../../processing/app/Preferences.java:146
!Estonian\ (Estonia)=
#: Editor.java:516
!Examples=
#: ../../../../../app/src/processing/app/Base.java:1244
!Examples\ from\ Custom\ Libraries=
#: ../../../../../app/src/processing/app/Base.java:1222
!Examples\ from\ Libraries=
#: ../../../../../app/src/processing/app/Editor.java:753
!Export\ canceled,\ changes\ must\ first\ be\ saved.=
#: ../../../../../app/src/processing/app/Editor.java:750
!Export\ compiled\ Binary=
#: ../../../processing/app/Base.java:416
#, java-format
!Failed\ to\ open\ sketch\:\ "{0}"=
#: Editor.java:491
!File=
#: Preferences.java:94
!Filipino=
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:95
!Filter\ your\ search...=
#: FindReplace.java:124 FindReplace.java:127
!Find=
#: Editor.java:1249
!Find\ Next=
#: Editor.java:1259
!Find\ Previous=
#: Editor.java:1086 Editor.java:2775
!Find\ in\ Reference=
#: Editor.java:1234
!Find...=
#: FindReplace.java:80
!Find\:=
#: ../../../processing/app/Preferences.java:147
!Finnish=
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
#: tools/FixEncoding.java:79
!Fix\ Encoding\ &\ Reload=
#: ../../../processing/app/BaseNoGui.java:318
!For\ information\ on\ installing\ libraries,\ see\:\ http\://www.arduino.cc/en/Guide/Libraries\n=
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:118
#, java-format
!Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ {0}=
#: Preferences.java:95
!French=
#: Editor.java:1097
!Frequently\ Asked\ Questions=
#: Preferences.java:96
!Galician=
#: ../../../../../app/src/processing/app/Preferences.java:176
!Galician\ (Spain)=
#: ../../../../../app/src/processing/app/Editor.java:1288
!Galileo\ Help=
#: ../../../processing/app/Preferences.java:94
!Georgian=
#: Preferences.java:97
!German=
#: Editor.java:1054
!Getting\ Started=
#: ../../../processing/app/Sketch.java:1646
#, java-format
!Global\ variables\ use\ {0}\ bytes\ ({2}%%)\ of\ dynamic\ memory,\ leaving\ {3}\ bytes\ for\ local\ variables.\ Maximum\ is\ {1}\ bytes.=
#: ../../../processing/app/Sketch.java:1651
#, java-format
!Global\ variables\ use\ {0}\ bytes\ of\ dynamic\ memory.=
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
!Go\ to\ line=
#: ../../../../../app/src/processing/app/Editor.java:1460
!Go\ to\ line...=
#: Preferences.java:98
!Greek=
#: ../../../processing/app/Preferences.java:95
!Hebrew=
#: Editor.java:1015
!Help=
#: Preferences.java:99
!Hindi=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:489
!Host\ name\:=
#: Sketch.java:295
!How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=
#: Sketch.java:882
!How\ very\ Borges\ of\ you=
#: Preferences.java:100
!Hungarian=
#: FindReplace.java:96
!Ignore\ Case=
#: Base.java:1058
!Ignoring\ bad\ library\ name=
#: Base.java:1436
!Ignoring\ sketch\ with\ bad\ name=
#: ../../../processing/app/Sketch.java:736
!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?=
#: ../../../../../app/src/processing/app/Editor.java:778
!Include\ Library=
#: ../../../processing/app/BaseNoGui.java:768
#: ../../../processing/app/BaseNoGui.java:771
!Incorrect\ IDE\ installation\ folder=
#: Editor.java:1216 Editor.java:2757
!Increase\ Indent=
#: Preferences.java:101
!Indonesian=
#: ../../../../../app/src/processing/app/Base.java:295
!Initializing\ packages...=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:75
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:81
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:289
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:78
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:91
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:303
!Install=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:170
!Installation\ completed\!=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownInstalledLibraryItem.java:50
!Installed=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:154
!Installing\ boards...=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:126
#, java-format
!Installing\ library\:\ {0}=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:134
#, java-format
!Installing\ tools\ ({0}/{1})...=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:239
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:172
!Installing...=
#: ../../../processing/app/Base.java:1204
#, java-format
!Invalid\ library\ found\ in\ {0}\:\ {1}=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
#, java-format
!Invalid\ quoting\:\ no\ closing\ [{0}]\ char\ found.=
#: Preferences.java:102
!Italian=
#: Preferences.java:103
!Japanese=
#: Preferences.java:104
!Korean=
#: Preferences.java:105
!Latvian=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:93
!Library\ Manager=
#: ../../../../../app/src/processing/app/Base.java:2349
!Library\ added\ to\ your\ libraries.\ Check\ "Include\ library"\ menu=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
!Library\ can't\ use\ both\ 'src'\ and\ 'utility'\ folders.\ Double\ check\ {0}=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
#, java-format
!Library\ is\ already\ installed\:\ {0}\ version\ {1}=
#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
!Line\ number\:=
#: Preferences.java:106
!Lithuaninan=
#: ../../../../../app/src/processing/app/Base.java:132
!Loading\ configuration...=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
#, java-format
!Looking\ for\ recipes\ like\ {0}*{1}=
#: ../../../processing/app/Sketch.java:1684
!Low\ memory\ available,\ stability\ problems\ may\ occur.=
#: ../../../../../app/src/processing/app/Base.java:1168
!Manage\ Libraries...=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:466
!Manual\ proxy\ configuration=
#: Preferences.java:107
!Marathi=
#: Base.java:2112
!Message=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:81
#, java-format
!Missing\ '{0}'\ from\ library\ in\ {1}=
#: ../../../processing/app/BaseNoGui.java:455
!Mode\ not\ supported=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:186
!More=
#: Preferences.java:449
!More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=
#: Editor.java:2156
!Moving=
#: ../../../processing/app/BaseNoGui.java:484
!Multiple\ files\ not\ supported=
#: ../../../processing/app/debug/Compiler.java:520
#, java-format
!Multiple\ libraries\ were\ found\ for\ "{0}"=
#: ../../../processing/app/Base.java:395
!Must\ specify\ exactly\ one\ sketch\ file=
#: Sketch.java:282
!Name\ for\ new\ file\:=
#: ../../../processing/app/Preferences.java:149
!Nepali=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:601
!Network=
#: ../../../../../app/src/processing/app/Editor.java:65
!Network\ ports=
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:51
!Network\ upload\ using\ programmer\ not\ supported=
#: EditorToolbar.java:41 Editor.java:493
!New=
#: EditorHeader.java:292
!New\ Tab=
#: SerialMonitor.java:112
!Newline=
#: EditorHeader.java:340
!Next\ Tab=
#: Preferences.java:78 UpdateCheck.java:108
!No=
#: ../../../processing/app/debug/Compiler.java:158
!No\ authorization\ data\ found=
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
!No\ changes\ necessary\ for\ Auto\ Format.=
#: ../../../processing/app/BaseNoGui.java:665
!No\ command\ line\ parameters\ found=
#: ../../../processing/app/debug/Compiler.java:200
!No\ compiled\ sketch\ found=
#: Editor.java:373
!No\ files\ were\ added\ to\ the\ sketch.=
#: Platform.java:167
!No\ launcher\ available=
#: SerialMonitor.java:112
!No\ line\ ending=
#: ../../../processing/app/BaseNoGui.java:665
!No\ parameters=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:453
!No\ proxy=
#: Base.java:541
!No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=
#: Editor.java:1872
#, java-format
!No\ reference\ available\ for\ "{0}"=
#: ../../../processing/app/BaseNoGui.java:504
#: ../../../processing/app/BaseNoGui.java:549
!No\ sketch=
#: ../../../processing/app/BaseNoGui.java:428
!No\ sketchbook=
#: ../../../processing/app/Sketch.java:204
!No\ valid\ code\ files\ found=
#: ../../../processing/app/debug/TargetPackage.java:63
#, java-format
!No\ valid\ hardware\ definitions\ found\ in\ folder\ {0}.=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:184
!None=
#: ../../../processing/app/Preferences.java:108
!Norwegian\ Bokm\u00e5l=
#: ../../../processing/app/Sketch.java:1656
!Not\ enough\ memory;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ your\ footprint.=
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
#: Editor.java:2145 Editor.java:2465
!OK=
#: Sketch.java:992 Editor.java:376
!One\ file\ added\ to\ the\ sketch.=
#: ../../../processing/app/BaseNoGui.java:455
!Only\ --verify,\ --upload\ or\ --get-pref\ are\ supported=
#: EditorToolbar.java:41
!Open=
#: ../../../../../app/src/processing/app/Editor.java:625
!Open\ Recent=
#: Editor.java:2688
!Open\ URL=
#: Base.java:636
!Open\ an\ Arduino\ sketch...=
#: Base.java:903 Editor.java:501
!Open...=
#: ../../../../../arduino-core/src/processing/app/I18n.java:37
!Other=
#: Editor.java:563
!Page\ Setup=
#: ../../../../../arduino-core/src/processing/app/I18n.java:25
!Partner=
#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
!Password\:=
#: Editor.java:1189 Editor.java:2731
!Paste=
#: Preferences.java:109
!Persian=
#: ../../../processing/app/Preferences.java:161
!Persian\ (Iran)=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:79
#, java-format
!Platform\ {0}\ (package\ {1})\ is\ unknown=
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
!Please\ confirm\ boards\ deletion=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
!Please\ confirm\ library\ deletion=
#: debug/Compiler.java:408
!Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
#: ../../../processing/app/debug/Compiler.java:529
!Please\ import\ the\ Wire\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:217
#: ../../../cc/arduino/packages/uploaders/SerialUploader.java:262
!Please\ select\ a\ programmer\ from\ Tools->Programmer\ menu=
#: Preferences.java:110
!Polish=
#: ../../../processing/app/Editor.java:718
!Port=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:491
!Port\ number\:=
#: ../../../processing/app/Preferences.java:151
!Portugese=
#: ../../../processing/app/Preferences.java:127
!Portuguese\ (Brazil)=
#: ../../../processing/app/Preferences.java:128
!Portuguese\ (Portugal)=
#: Preferences.java:295 Editor.java:583
!Preferences=
#: ../../../../../app/src/processing/app/Base.java:297
!Preparing\ boards...=
#: FindReplace.java:123 FindReplace.java:128
!Previous=
#: EditorHeader.java:326
!Previous\ Tab=
#: Editor.java:571
!Print=
#: Editor.java:2571
!Printing\ canceled.=
#: Editor.java:2547
!Printing...=
#: Base.java:1957
!Problem\ Opening\ Folder=
#: Base.java:1933
!Problem\ Opening\ URL=
#: Base.java:227
!Problem\ Setting\ the\ Platform=
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:136
!Problem\ accessing\ board\ folder\ /www/sd=
#: ../../../cc/arduino/packages/uploaders/SSHUploader.java:132
!Problem\ accessing\ files\ in\ folder\ =
#: Base.java:1673
!Problem\ getting\ data\ folder=
#: debug/Uploader.java:209
!Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
!Problem\ with\ rename=
#: ../../../processing/app/I18n.java:86
!Processor=
#: Editor.java:704
!Programmer=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
#, java-format
!Progress\ {0}=
#: Base.java:783 Editor.java:593
!Quit=
#: ../../../../../app/src/processing/app/Base.java:1233
!RETIRED=
#: ../../../../../arduino-core/src/processing/app/I18n.java:26
!Recommended=
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
!Redo=
#: Editor.java:1078
!Reference=
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:85
!Remove=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:157
#, java-format
!Removing\ library\:\ {0}=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:266
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:203
!Removing...=
#: EditorHeader.java:300
!Rename=
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
!Replace=
#: FindReplace.java:122 FindReplace.java:129
!Replace\ &\ Find=
#: FindReplace.java:120 FindReplace.java:131
!Replace\ All=
#: Sketch.java:1043
#, java-format
!Replace\ the\ existing\ version\ of\ {0}?=
#: FindReplace.java:81
!Replace\ with\:=
#: Preferences.java:113
!Romanian=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:83
#, java-format
!Running\ recipe\:\ {0}=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:82
#, java-format
!Running\:\ {0}=
#: Preferences.java:114
!Russian=
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
#: Editor.java:2064 Editor.java:2468
!Save=
#: Editor.java:537
!Save\ As...=
#: Editor.java:2317
!Save\ Canceled.=
#: Editor.java:2020
#, java-format
!Save\ changes\ to\ "{0}"?\ \ =
#: Sketch.java:825
!Save\ sketch\ folder\ as...=
#: ../../../../../app/src/processing/app/Preferences.java:425
!Save\ when\ verifying\ or\ uploading=
#: Editor.java:2270 Editor.java:2308
!Saving...=
#: ../../../processing/app/FindReplace.java:131
!Search\ all\ Sketch\ Tabs=
#: Base.java:1909
!Select\ (or\ create\ new)\ folder\ for\ sketches...=
#: Editor.java:1198 Editor.java:2739
!Select\ All=
#: Base.java:2636
!Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=
#: Sketch.java:975
!Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=
#: Preferences.java:330
!Select\ new\ sketchbook\ location=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:237
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:249
!Select\ version=
#: ../../../processing/app/debug/Compiler.java:146
!Selected\ board\ depends\ on\ '{0}'\ core\ (not\ installed).=
#: ../../../../../app/src/processing/app/Base.java:374
!Selected\ board\ is\ not\ available=
#: ../../../../../app/src/processing/app/Base.java:423
!Selected\ library\ is\ not\ available=
#: SerialMonitor.java:93
!Send=
#: ../../../../../arduino-core/src/processing/app/I18n.java:32
!Sensors=
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
!Serial\ Monitor=
#: ../../../../../app/src/processing/app/Editor.java:804
!Serial\ Plotter=
#: Serial.java:194
#, java-format
!Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=
#: Editor.java:2343
#, java-format
!Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=
#: ../../../../../app/src/processing/app/Editor.java:65
!Serial\ ports=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:84
#, java-format
!Setting\ build\ path\ to\ {0}=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
!Settings=
#: Base.java:1681
!Settings\ issues=
#: Editor.java:641
!Show\ Sketch\ Folder=
#: ../../../processing/app/EditorStatus.java:468
!Show\ verbose\ output\ during\ compilation=
#: Preferences.java:387
!Show\ verbose\ output\ during\:\ =
#: ../../../../../arduino-core/src/processing/app/I18n.java:31
!Signal\ Input/Output=
#: Editor.java:607
!Sketch=
#: Sketch.java:1754
!Sketch\ Disappeared=
#: Base.java:1411
!Sketch\ Does\ Not\ Exist=
#: Sketch.java:274 Sketch.java:303 Sketch.java:577 Sketch.java:966
!Sketch\ is\ Read-Only=
#: Sketch.java:294
!Sketch\ is\ Untitled=
#: Sketch.java:720
!Sketch\ is\ read-only=
#: Sketch.java:1653
!Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=
#: ../../../processing/app/Sketch.java:1639
#, java-format
!Sketch\ uses\ {0}\ bytes\ ({2}%%)\ of\ program\ storage\ space.\ Maximum\ is\ {1}\ bytes.=
#: Editor.java:510
!Sketchbook=
#: Base.java:258
!Sketchbook\ folder\ disappeared=
#: Preferences.java:315
!Sketchbook\ location\:=
#: ../../../processing/app/BaseNoGui.java:428
!Sketchbook\ path\ not\ defined=
#: ../../../../../app/src/processing/app/Preferences.java:185
!Slovak=
#: ../../../processing/app/Preferences.java:152
!Slovenian=
#: Sketch.java:275 Sketch.java:304 Sketch.java:578 Sketch.java:967
!Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=
#: Sketch.java:721
!Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=
#: Sketch.java:457
#, java-format
!Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=
#: Preferences.java:115
!Spanish=
#: ../../../../../app/src/processing/app/Base.java:2333
!Specified\ folder/zip\ file\ does\ not\ contain\ a\ valid\ library=
#: ../../../../../app/src/processing/app/Base.java:466
!Starting...=
#: Base.java:540
!Sunshine=
#: ../../../processing/app/Preferences.java:153
!Swedish=
#: Preferences.java:84
!System\ Default=
#: ../../../../../app/src/processing/app/Preferences.java:188
!Talossan=
#: Preferences.java:116
!Tamil=
#: debug/Compiler.java:414
!The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=
#: ../../../processing/app/BaseNoGui.java:484
!The\ --upload\ option\ supports\ only\ one\ file\ at\ a\ time=
#: debug/Compiler.java:426
!The\ Client\ class\ has\ been\ renamed\ EthernetClient.=
#: ../../../../../app/src/cc/arduino/contributions/BuiltInCoreIsNewerCheck.java:96
#, java-format
!The\ IDE\ includes\ an\ updated\ {0}\ package,\ but\ you're\ using\ an\ older\ one.\nDo\ you\ want\ to\ upgrade\ {0}?=
#: debug/Compiler.java:420
!The\ Server\ class\ has\ been\ renamed\ EthernetServer.=
#: debug/Compiler.java:432
!The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=
#: Editor.java:2147
#, java-format
!The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=
#: Base.java:1054 Base.java:2674
#, 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)=
#: Sketch.java:374
!The\ main\ file\ can't\ use\ an\ extension.\n(It\ may\ be\ time\ for\ your\ to\ graduate\ to\ a\n"real"\ programming\ environment)=
#: Sketch.java:356
!The\ name\ cannot\ start\ with\ a\ period.=
#: Base.java:1412
!The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=
#: Base.java:1430
#, 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}=
#: Sketch.java:1755
!The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=
#: ../../../processing/app/Sketch.java:2028
!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\ than\ 64\ characters\ long.=
#: Base.java:259
!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.=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:514
!The\ specified\ sketchbook\ folder\ contains\ your\ copy\ of\ the\ IDE.\nPlease\ choose\ a\ different\ folder\ for\ your\ sketchbook.=
#: Sketch.java:1075
!This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:257
!This\ library\ is\ not\ listed\ on\ Library\ Manager.\ You\ won't\ be\ able\ to\ reinstall\ it\ from\ here.\nAre\ you\ sure\ you\ want\ to\ delete\ it?=
#: ../../../processing/app/EditorStatus.java:467
!This\ report\ would\ have\ more\ information\ with=
#: Base.java:535
!Time\ for\ a\ Break=
#: ../../../../../arduino-core/src/processing/app/I18n.java:34
!Timing=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
#, java-format
!Tool\ {0}\ is\ not\ available\ for\ your\ operating\ system.=
#: Editor.java:663
!Tools=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:97
!Topic=
#: Editor.java:1070
!Troubleshooting=
#: ../../../processing/app/Preferences.java:117
!Turkish=
#: ../../../../../app/src/cc/arduino/contributions/ui/InstallerJDialog.java:109
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:105
!Type=
#: ../../../processing/app/Editor.java:2507
!Type\ board\ password\ to\ access\ its\ console=
#: ../../../processing/app/Sketch.java:1673
!Type\ board\ password\ to\ upload\ a\ new\ sketch=
#: ../../../processing/app/Preferences.java:118
!Ukrainian=
#: ../../../processing/app/Editor.java:2524
#: ../../../processing/app/NetworkMonitor.java:145
!Unable\ to\ connect\:\ is\ the\ sketch\ using\ the\ bridge?=
#: ../../../processing/app/NetworkMonitor.java:130
!Unable\ to\ connect\:\ retrying=
#: ../../../processing/app/Editor.java:2526
!Unable\ to\ connect\:\ wrong\ password?=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:65
#, java-format
!Unable\ to\ find\ {0}\ in\ {1}=
#: ../../../processing/app/Editor.java:2512
!Unable\ to\ open\ serial\ monitor=
#: ../../../../../app/src/processing/app/Editor.java:2709
!Unable\ to\ open\ serial\ plotter=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java:94
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:89
!Unable\ to\ reach\ Arduino.cc\ due\ to\ possible\ network\ issues.=
#: ../../../../../arduino-core/src/processing/app/I18n.java:38
!Uncategorized=
#: Editor.java:1133 Editor.java:1355
!Undo=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:85
#, java-format
!Unhandled\ type\ {0}\ in\ context\ key\ {1}=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:86
#, java-format
!Unknown\ sketch\ file\ extension\:\ {0}=
#: 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=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/DropdownUpdatableLibrariesItem.java:27
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/DropdownUpdatableCoresItem.java:27
!Updatable=
#: UpdateCheck.java:111
!Update=
#: Preferences.java:428
!Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=
#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:167
!Updating\ list\ of\ installed\ libraries=
#: EditorToolbar.java:41 Editor.java:545
!Upload=
#: EditorToolbar.java:46 Editor.java:553
!Upload\ Using\ Programmer=
#: Editor.java:2403 Editor.java:2439
!Upload\ canceled.=
#: ../../../processing/app/Sketch.java:1678
!Upload\ cancelled=
#: Editor.java:2378
!Uploading\ to\ I/O\ Board...=
#: Sketch.java:1622
!Uploading...=
#: Editor.java:1269
!Use\ Selection\ For\ Find=
#: Preferences.java:409
!Use\ external\ editor=
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:493
#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:499
!Username\:=
#: ../../../processing/app/debug/Compiler.java:410
#, java-format
!Using\ library\ {0}\ at\ version\ {1}\ in\ folder\:\ {2}\ {3}=
#: ../../../processing/app/debug/Compiler.java:94
#, java-format
!Using\ library\ {0}\ in\ folder\:\ {1}\ {2}=
#: ../../../processing/app/debug/Compiler.java:320
#, java-format
!Using\ previously\ compiled\ file\:\ {0}=
#: EditorToolbar.java:41 EditorToolbar.java:46
!Verify=
#: Preferences.java:400
!Verify\ code\ after\ upload=
#: ../../../../../app/src/processing/app/Editor.java:725
!Verify/Compile=
#: ../../../../../app/src/processing/app/Base.java:451
!Verifying\ and\ uploading...=
#: ../../../cc/arduino/contributions/DownloadableContributionsDownloader.java:71
!Verifying\ archive\ integrity...=
#: ../../../../../app/src/processing/app/Base.java:454
!Verifying...=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:328
#, java-format
!Version\ <b>{0}</b>=
#: ../../../../../app/src/cc/arduino/contributions/libraries/ui/ContributedLibraryTableCell.java:326
!Version\ unknown=
#: ../../../cc/arduino/contributions/libraries/ContributedLibrary.java:97
#, java-format
!Version\ {0}=
#: ../../../processing/app/Preferences.java:154
!Vietnamese=
#: Editor.java:1105
!Visit\ Arduino.cc=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:90
#, java-format
!WARNING\:\ Category\ '{0}'\ in\ library\ {1}\ is\ not\ valid.\ Setting\ to\ '{2}'=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:93
#, java-format
!WARNING\:\ Spurious\ {0}\ folder\ in\ '{1}'\ library=
#: ../../../processing/app/debug/Compiler.java:115
#, java-format
!WARNING\:\ library\ {0}\ claims\ to\ run\ on\ {1}\ architecture(s)\ and\ may\ be\ incompatible\ with\ your\ current\ board\ which\ runs\ on\ {2}\ architecture(s).=
#: Base.java:2128
!Warning=
#: ../../../processing/app/debug/Compiler.java:1295
!Warning\:\ This\ core\ does\ not\ support\ exporting\ sketches.\ Please\ consider\ upgrading\ it\ or\ contacting\ its\ author=
#: ../../../cc/arduino/utils/ArchiveExtractor.java:197
#, java-format
!Warning\:\ file\ {0}\ links\ to\ an\ absolute\ path\ {1}=
#: ../../../cc/arduino/contributions/packages/ContributionsIndexer.java:133
!Warning\:\ forced\ trusting\ untrusted\ contributions=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:217
#, java-format
!Warning\:\ forced\ untrusted\ script\ execution\ ({0})=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:212
#, java-format
!Warning\:\ non\ trusted\ contribution,\ skipping\ script\ execution\ ({0})=
#: ../../../processing/app/debug/LegacyTargetPlatform.java:158
#, java-format
!Warning\:\ platform.txt\ from\ core\ '{0}'\ contains\ deprecated\ {1},\ automatically\ converted\ to\ {2}.\ Consider\ upgrading\ this\ core.=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:91
!Warning\:\ platform.txt\ from\ core\ '{0}'\ misses\ property\ '{1}',\ using\ default\ value\ '{2}'.\ Consider\ upgrading\ this\ core.=
#: ../../../../../app/src/processing/app/Preferences.java:190
!Western\ Frisian=
#: debug/Compiler.java:444
!Wire.receive()\ has\ been\ renamed\ Wire.read().=
#: debug/Compiler.java:438
!Wire.send()\ has\ been\ renamed\ Wire.write().=
#: FindReplace.java:105
!Wrap\ Around=
#: debug/Uploader.java:213
!Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=
#: Preferences.java:77 UpdateCheck.java:108
!Yes=
#: Sketch.java:1074
!You\ can't\ fool\ me=
#: Sketch.java:411
!You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=
#: ../../../../../app/src/processing/app/Base.java:2312
!You\ can't\ import\ a\ folder\ that\ contains\ your\ sketchbook=
#: Sketch.java:421
!You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=
#: ../../../../../app/src/processing/app/Sketch.java:659
!You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ file\ with\ that\ name.=
#: Sketch.java:883
!You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=
#: Base.java:1888
!You\ forgot\ your\ sketchbook=
#: ../../../processing/app/AbstractMonitor.java:92
!You've\ pressed\ {0}\ but\ nothing\ was\ sent.\ Should\ you\ select\ a\ line\ ending?=
#: Base.java:536
!You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=
#: ../../../processing/app/BaseNoGui.java:768
!Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ settings\ folder.\nPlease\ move\ the\ IDE\ to\ another\ folder.=
#: ../../../processing/app/BaseNoGui.java:771
!Your\ copy\ of\ the\ IDE\ is\ installed\ in\ a\ subfolder\ of\ your\ sketchbook.\nPlease\ move\ the\ IDE\ to\ another\ folder.=
#: Base.java:2638
!ZIP\ files\ or\ folders=
#: Base.java:2661
!Zip\ doesn't\ contain\ a\ library=
#: Sketch.java:364
#, java-format
!".{0}"\ is\ not\ a\ valid\ extension.=
#: SketchCode.java:258
#, java-format
!"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Arduino,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.=
#: debug/Compiler.java:409
!\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=
#: debug/Compiler.java:415
!\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=
#: debug/Compiler.java:427
!\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=
#: debug/Compiler.java:421
!\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=
#: debug/Compiler.java:433
!\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetUdp.\n\n=
#: debug/Compiler.java:445
!\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=
#: debug/Compiler.java:439
!\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=
#: SerialMonitor.java:130 SerialMonitor.java:133
!baud=
#: Preferences.java:389
!compilation\ =
#: ../../../processing/app/NetworkMonitor.java:111
!connected\!=
#: Sketch.java:540
!createNewFile()\ returned\ false=
#: ../../../processing/app/EditorStatus.java:469
!enabled\ in\ File\ >\ Preferences.=
#: ../../../../../app/src/processing/app/Editor.java:1352
!http\://www.arduino.cc/=
#: UpdateCheck.java:118
!http\://www.arduino.cc/en/Main/Software=
#: UpdateCheck.java:53
!http\://www.arduino.cc/latest.txt=
#: Preferences.java:625
#, java-format
!ignoring\ invalid\ font\ size\ {0}=
#: Editor.java:936 Editor.java:943
!name\ is\ null=
#: Editor.java:932
!serialMenu\ is\ null=
#: debug/Uploader.java:195
#, java-format
!the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=
#: ../../../processing/app/Base.java:389
#, java-format
!unknown\ option\:\ {0}=
#: Preferences.java:391
!upload=
#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCell.java:324
#, java-format
!version\ <b>{0}</b>=
#: ../../../../../app/src/processing/app/Editor.java:2243
#, java-format
!{0}\ -\ {1}\ |\ Arduino\ {2}=
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:39
#: ../../../cc/arduino/contributions/SignatureVerificationFailedException.java:43
#, java-format
!{0}\ file\ signature\ verification\ failed=
#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:310
#, java-format
!{0}\ file\ signature\ verification\ failed.\ File\ ignored.=
#: Editor.java:380
#, java-format
!{0}\ files\ added\ to\ the\ sketch.=
#: ../../../../../app/src/processing/app/Base.java:1201
#, java-format
!{0}\ libraries=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:76
#, java-format
!{0}\ must\ be\ a\ folder=
#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:78
#, java-format
!{0}\ pattern\ is\ missing=
#: debug/Compiler.java:365
#, java-format
!{0}\ returned\ {1}=
#: Editor.java:2213
#, java-format
!{0}\ |\ Arduino\ {1}=
#: ../../../processing/app/Base.java:519
#, java-format
!{0}\:\ Invalid\ argument\ to\ --pref,\ should\ be\ of\ the\ form\ "pref\=value"=
#: ../../../processing/app/Base.java:476
#, java-format
!{0}\:\ Invalid\ board\ name,\ it\ should\ be\ of\ the\ form\ "package\:arch\:board"\ or\ "package\:arch\:board\:options"=
#: ../../../processing/app/Base.java:509
#, java-format
!{0}\:\ Invalid\ option\ for\ "{1}"\ option\ for\ board\ "{2}"=
#: ../../../processing/app/Base.java:507
#, java-format
!{0}\:\ Invalid\ option\ for\ board\ "{1}"=
#: ../../../processing/app/Base.java:502
#, java-format
!{0}\:\ Invalid\ option,\ should\ be\ of\ the\ form\ "name\=value"=
#: ../../../processing/app/Base.java:486
#, java-format
!{0}\:\ Unknown\ architecture=
#: ../../../processing/app/Base.java:491
#, java-format
!{0}\:\ Unknown\ board=
#: ../../../processing/app/Base.java:481
#, java-format
!{0}\:\ Unknown\ package=