| 60 | import static processing.app.I18n.tr; |
| 61 | |
| 62 | public class Compiler implements MessageConsumer { |
| 63 | |
| 64 | //used by transifex integration |
| 65 | static { |
| 66 | tr("'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more information"); |
| 67 | tr("Archiving built core (caching) in: {0}"); |
| 68 | tr("Board {0} (platform {1}, package {2}) is unknown"); |
| 69 | tr("Bootloader file specified but missing: {0}"); |
| 70 | tr("Build options changed, rebuilding all"); |
| 71 | tr("Unable to find {0} in {1}"); |
| 72 | tr("Invalid quoting: no closing [{0}] char found."); |
| 73 | tr("(legacy)"); |
| 74 | tr("Multiple libraries were found for \"{0}\""); |
| 75 | tr(" Not used: {0}"); |
| 76 | tr(" Used: {0}"); |
| 77 | tr("Library can't use both 'src' and 'utility' folders. Double check {0}"); |
| 78 | tr("WARNING: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s)."); |
| 79 | tr("Looking for recipes like {0}*{1}"); |
| 80 | tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}"); |
| 81 | tr("Selected board depends on '{0}' core (not installed)."); |
| 82 | tr("{0} must be a folder"); |
| 83 | tr("{0}: Unknown package"); |
| 84 | tr("{0} pattern is missing"); |
| 85 | tr("Platform {0} (package {1}) is unknown"); |
| 86 | tr("Progress {0}"); |
| 87 | tr("Missing '{0}' from library in {1}"); |
| 88 | tr("Running: {0}"); |
| 89 | tr("Running recipe: {0}"); |
| 90 | tr("Setting build path to {0}"); |
| 91 | tr("Unhandled type {0} in context key {1}"); |
| 92 | tr("Unknown sketch file extension: {0}"); |
| 93 | tr("Using library {0} at version {1} in folder: {2} {3}"); |
| 94 | tr("Using library {0} in folder: {1} {2}"); |
| 95 | tr("Using previously compiled file: {0}"); |
| 96 | tr("WARNING: Category '{0}' in library {1} is not valid. Setting to '{2}'"); |
| 97 | tr("Warning: platform.txt from core '{0}' misses property '{1}', using default value '{2}'. Consider upgrading this core."); |
| 98 | tr("Warning: platform.txt from core '{0}' contains deprecated {1}, automatically converted to {2}. Consider upgrading this core."); |
| 99 | tr("WARNING: Spurious {0} folder in '{1}' library"); |
| 100 | tr("Sketch uses {0} bytes ({2}%%) of program storage space. Maximum is {1} bytes."); |
| 101 | tr("Couldn't determine program size: {0}"); |
| 102 | tr("Global variables use {0} bytes ({2}%%) of dynamic memory, leaving {3} bytes for local variables. Maximum is {1} bytes."); |
| 103 | tr("Global variables use {0} bytes of dynamic memory."); |
| 104 | tr("Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it."); |
| 105 | tr("Not enough memory; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing your footprint."); |
| 106 | tr("Low memory available, stability problems may occur."); |
| 107 | tr("An error occurred while verifying the sketch"); |
| 108 | tr("An error occurred while verifying/uploading the sketch"); |
| 109 | tr("Can't find the sketch in the specified path"); |
| 110 | tr("Done compiling"); |
| 111 | tr("Done uploading"); |
| 112 | tr("Error while uploading"); |
| 113 | tr("Error while verifying"); |
| 114 | tr("Error while verifying/uploading"); |
| 115 | tr("Mode not supported"); |
| 116 | tr("Multiple files not supported"); |
| 117 | tr("No command line parameters found"); |
| 118 | tr("No parameters"); |
| 119 | tr("No sketch"); |