@@ -16,8 +16,8 @@ msgstr ""
1616"Project-Id-Version : Arduino IDE 1.5\n "
1717"Report-Msgid-Bugs-To : \n "
1818"POT-Creation-Date : 2012-03-29 10:24-0400\n "
19- "PO-Revision-Date : 2015-11-18 16:15 +0000\n "
20- "Last-Translator : Federico Fissore <f.fissore@arduino.cc >\n "
19+ "PO-Revision-Date : 2015-11-22 02:00 +0000\n "
20+ "Last-Translator : Andi Chandler <andi@gowling.com >\n "
2121"Language-Team : English (United Kingdom) (http://www.transifex.com/mbanzi/arduino-ide-15/language/en_GB/)\n "
2222"MIME-Version : 1.0\n "
2323"Content-Type : text/plain; charset=UTF-8\n "
@@ -43,26 +43,26 @@ msgstr " Used: {0}"
4343msgid ""
4444"'Keyboard' not found. Does your sketch include the line '#include "
4545"<Keyboard.h>'?"
46- msgstr ""
46+ msgstr "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'? "
4747
4848#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:553
4949msgid ""
5050"'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
51- msgstr ""
51+ msgstr "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'? "
5252
5353#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:61
5454msgid ""
5555"'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more "
5656"information"
57- msgstr ""
57+ msgstr "'arch' folder is no longer supported! See http://goo.gl/gfFJzU for more information "
5858
5959#: Preferences.java:478
6060msgid "(edit only when Arduino is not running)"
6161msgstr "(edit only when Arduino is not running)"
6262
6363#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:67
6464msgid "(legacy)"
65- msgstr ""
65+ msgstr "(legacy) "
6666
6767#: ../../../processing/app/helpers/CommandlineParser.java:149
6868msgid "--curdir no longer supported"
@@ -225,7 +225,7 @@ msgstr "Archiving the sketch has been canceled because\nthe sketch couldn't save
225225
226226#: ../../../../../arduino-core/src/processing/app/I18n.java:24
227227msgid "Arduino"
228- msgstr ""
228+ msgstr "Arduino "
229229
230230#: ../../../processing/app/I18n.java:83
231231msgid "Arduino ARM (32-bits) Boards"
@@ -345,7 +345,7 @@ msgstr "Board"
345345#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:62
346346#, java-format
347347msgid "Board {0} (platform {1}, package {2}) is unknown"
348- msgstr ""
348+ msgstr "Board {0} (platform {1}, package {2}) is unknown "
349349
350350#: ../../../processing/app/debug/TargetBoard.java:42
351351#, java-format
@@ -393,7 +393,7 @@ msgstr "Build options changed, rebuilding all"
393393
394394#: ../../../../../app/src/processing/app/Base.java:1210
395395msgid "Built-in Examples"
396- msgstr ""
396+ msgstr "Built-in Examples "
397397
398398#: ../../../processing/app/Preferences.java:80
399399msgid "Bulgarian"
@@ -480,7 +480,7 @@ msgstr "Comment/Uncomment"
480480
481481#: ../../../../../arduino-core/src/processing/app/I18n.java:30
482482msgid "Communication"
483- msgstr ""
483+ msgstr "Communication "
484484
485485#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:266
486486msgid "Compiler warnings: "
@@ -492,7 +492,7 @@ msgstr "Compiling sketch..."
492492
493493#: ../../../../../arduino-core/src/processing/app/I18n.java:27
494494msgid "Contributed"
495- msgstr ""
495+ msgstr "Contributed "
496496
497497#: Editor.java:1157 Editor.java:2707
498498msgid "Copy"
@@ -657,11 +657,11 @@ msgstr "Danish (Denmark)"
657657
658658#: ../../../../../arduino-core/src/processing/app/I18n.java:36
659659msgid "Data Processing"
660- msgstr ""
660+ msgstr "Data Processing "
661661
662662#: ../../../../../arduino-core/src/processing/app/I18n.java:35
663663msgid "Data Storage"
664- msgstr ""
664+ msgstr "Data Storage "
665665
666666#: Editor.java:1224 Editor.java:2765
667667msgid "Decrease Indent"
@@ -677,7 +677,7 @@ msgstr "Delete"
677677
678678#: ../../../../../arduino-core/src/processing/app/I18n.java:33
679679msgid "Device Control"
680- msgstr ""
680+ msgstr "Device Control "
681681
682682#: debug/Uploader.java:199
683683msgid ""
@@ -691,7 +691,7 @@ msgstr "Discard all changes and reload sketch?"
691691
692692#: ../../../../../arduino-core/src/processing/app/I18n.java:29
693693msgid "Display"
694- msgstr ""
694+ msgstr "Display "
695695
696696#: ../../../processing/app/Preferences.java:438
697697msgid "Display line numbers"
@@ -910,7 +910,7 @@ msgstr "Error while printing."
910910#: ../../../../../arduino-core/src/processing/app/Serial.java:117
911911#, java-format
912912msgid "Error while setting serial port parameters: {0} {1} {2} {3}"
913- msgstr ""
913+ msgstr "Error while setting serial port parameters: {0} {1} {2} {3} "
914914
915915#: ../../../processing/app/BaseNoGui.java:528
916916msgid "Error while uploading"
@@ -945,15 +945,15 @@ msgstr "Examples"
945945
946946#: ../../../../../app/src/processing/app/Base.java:1244
947947msgid "Examples from Custom Libraries"
948- msgstr ""
948+ msgstr "Examples from Custom Libraries "
949949
950950#: ../../../../../app/src/processing/app/Base.java:1222
951951msgid "Examples from Libraries"
952- msgstr ""
952+ msgstr "Examples from Libraries "
953953
954954#: ../../../../../app/src/processing/app/Editor.java:753
955955msgid "Export canceled, changes must first be saved."
956- msgstr ""
956+ msgstr "Export canceled, changes must first be saved. "
957957
958958#: ../../../../../app/src/processing/app/Editor.java:750
959959msgid "Export compiled Binary"
@@ -1066,11 +1066,11 @@ msgstr "Global variables use {0} bytes of dynamic memory."
10661066
10671067#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:66
10681068msgid "Go to line"
1069- msgstr ""
1069+ msgstr "Go to line "
10701070
10711071#: ../../../../../app/src/processing/app/Editor.java:1460
10721072msgid "Go to line..."
1073- msgstr ""
1073+ msgstr "Go to line... "
10741074
10751075#: Preferences.java:98
10761076msgid "Greek"
@@ -1194,7 +1194,7 @@ msgstr "Invalid library found in {0}: {1}"
11941194#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:66
11951195#, java-format
11961196msgid "Invalid quoting: no closing [{0}] char found."
1197- msgstr ""
1197+ msgstr "Invalid quoting: no closing [{0}] char found. "
11981198
11991199#: Preferences.java:102
12001200msgid "Italian"
@@ -1222,7 +1222,7 @@ msgstr "Library added to your libraries. Check \"Include library\" menu"
12221222
12231223#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
12241224msgid "Library can't use both 'src' and 'utility' folders. Double check {0}"
1225- msgstr ""
1225+ msgstr "Library can't use both 'src' and 'utility' folders. Double check {0} "
12261226
12271227#: ../../../cc/arduino/contributions/libraries/LibraryInstaller.java:107
12281228#, java-format
@@ -1231,7 +1231,7 @@ msgstr "Library is already installed: {0} version {1}"
12311231
12321232#: ../../../../../app/src/cc/arduino/view/GoToLineNumber.java:70
12331233msgid "Line number:"
1234- msgstr ""
1234+ msgstr "Line number: "
12351235
12361236#: Preferences.java:106
12371237msgid "Lithuaninan"
@@ -1244,7 +1244,7 @@ msgstr "Loading configuration..."
12441244#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:73
12451245#, java-format
12461246msgid "Looking for recipes like {0}*{1}"
1247- msgstr ""
1247+ msgstr "Looking for recipes like {0}*{1} "
12481248
12491249#: ../../../processing/app/Sketch.java:1684
12501250msgid "Low memory available, stability problems may occur."
@@ -1269,7 +1269,7 @@ msgstr "Message"
12691269#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:81
12701270#, java-format
12711271msgid "Missing '{0}' from library in {1}"
1272- msgstr ""
1272+ msgstr "Missing '{0}' from library in {1} "
12731273
12741274#: ../../../processing/app/BaseNoGui.java:455
12751275msgid "Mode not supported"
@@ -1452,15 +1452,15 @@ msgstr "Open..."
14521452
14531453#: ../../../../../arduino-core/src/processing/app/I18n.java:37
14541454msgid "Other"
1455- msgstr ""
1455+ msgstr "Other "
14561456
14571457#: Editor.java:563
14581458msgid "Page Setup"
14591459msgstr "Page Setup"
14601460
14611461#: ../../../../../arduino-core/src/processing/app/I18n.java:25
14621462msgid "Partner"
1463- msgstr ""
1463+ msgstr "Partner "
14641464
14651465#: ../../../processing/app/forms/PasswordAuthorizationDialog.java:44
14661466msgid "Password:"
@@ -1481,7 +1481,7 @@ msgstr "Persian (Iran)"
14811481#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:79
14821482#, java-format
14831483msgid "Platform {0} (package {1}) is unknown"
1484- msgstr ""
1484+ msgstr "Platform {0} (package {1}) is unknown "
14851485
14861486#: ../../../../../app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java:195
14871487msgid "Please confirm boards deletion"
@@ -1601,19 +1601,19 @@ msgstr "Programmer"
16011601#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:80
16021602#, java-format
16031603msgid "Progress {0}"
1604- msgstr ""
1604+ msgstr "Progress {0} "
16051605
16061606#: Base.java:783 Editor.java:593
16071607msgid "Quit"
16081608msgstr "Quit"
16091609
16101610#: ../../../../../app/src/processing/app/Base.java:1233
16111611msgid "RETIRED"
1612- msgstr ""
1612+ msgstr "RETIRED "
16131613
16141614#: ../../../../../arduino-core/src/processing/app/I18n.java:26
16151615msgid "Recommended"
1616- msgstr ""
1616+ msgstr "Recommended "
16171617
16181618#: Editor.java:1138 Editor.java:1140 Editor.java:1390
16191619msgid "Redo"
@@ -1669,12 +1669,12 @@ msgstr "Romanian"
16691669#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:83
16701670#, java-format
16711671msgid "Running recipe: {0}"
1672- msgstr ""
1672+ msgstr "Running recipe: {0} "
16731673
16741674#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:82
16751675#, java-format
16761676msgid "Running: {0}"
1677- msgstr ""
1677+ msgstr "Running: {0} "
16781678
16791679#: Preferences.java:114
16801680msgid "Russian"
@@ -1757,7 +1757,7 @@ msgstr "Send"
17571757
17581758#: ../../../../../arduino-core/src/processing/app/I18n.java:32
17591759msgid "Sensors"
1760- msgstr ""
1760+ msgstr "Sensors "
17611761
17621762#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
17631763msgid "Serial Monitor"
@@ -1788,7 +1788,7 @@ msgstr "Serial ports"
17881788#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:84
17891789#, java-format
17901790msgid "Setting build path to {0}"
1791- msgstr ""
1791+ msgstr "Setting build path to {0} "
17921792
17931793#: ../../../../../app/src/cc/arduino/view/preferences/Preferences.java:450
17941794msgid "Settings"
@@ -1812,7 +1812,7 @@ msgstr "Show verbose output during: "
18121812
18131813#: ../../../../../arduino-core/src/processing/app/I18n.java:31
18141814msgid "Signal Input/Output"
1815- msgstr ""
1815+ msgstr "Signal Input/Output "
18161816
18171817#: Editor.java:607
18181818msgid "Sketch"
@@ -2048,7 +2048,7 @@ msgstr "Time for a Break"
20482048
20492049#: ../../../../../arduino-core/src/processing/app/I18n.java:34
20502050msgid "Timing"
2051- msgstr ""
2051+ msgstr "Timing "
20522052
20532053#: ../../../cc/arduino/contributions/packages/ContributionInstaller.java:94
20542054#, java-format
@@ -2104,7 +2104,7 @@ msgstr "Unable to connect: wrong password?"
21042104#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:65
21052105#, java-format
21062106msgid "Unable to find {0} in {1}"
2107- msgstr ""
2107+ msgstr "Unable to find {0} in {1} "
21082108
21092109#: ../../../processing/app/Editor.java:2512
21102110msgid "Unable to open serial monitor"
@@ -2121,7 +2121,7 @@ msgstr "Unable to reach Arduino.cc due to possible network issues."
21212121
21222122#: ../../../../../arduino-core/src/processing/app/I18n.java:38
21232123msgid "Uncategorized"
2124- msgstr ""
2124+ msgstr "Uncategorised "
21252125
21262126#: Editor.java:1133 Editor.java:1355
21272127msgid "Undo"
@@ -2130,12 +2130,12 @@ msgstr "Undo"
21302130#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:85
21312131#, java-format
21322132msgid "Unhandled type {0} in context key {1}"
2133- msgstr ""
2133+ msgstr "Unhandled type {0} in context key {1} "
21342134
21352135#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:86
21362136#, java-format
21372137msgid "Unknown sketch file extension: {0}"
2138- msgstr ""
2138+ msgstr "Unknown sketch file extension: {0} "
21392139
21402140#: Platform.java:168
21412141msgid ""
@@ -2262,12 +2262,12 @@ msgstr "Visit Arduino.cc"
22622262#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:90
22632263#, java-format
22642264msgid "WARNING: Category '{0}' in library {1} is not valid. Setting to '{2}'"
2265- msgstr ""
2265+ msgstr "WARNING: Category '{0}' in library {1} is not valid. Setting to '{2}' "
22662266
22672267#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:93
22682268#, java-format
22692269msgid "WARNING: Spurious {0} folder in '{1}' library"
2270- msgstr ""
2270+ msgstr "WARNING: Spurious {0} folder in '{1}' library "
22712271
22722272#: ../../../processing/app/debug/Compiler.java:115
22732273#, java-format
@@ -2316,7 +2316,7 @@ msgstr "Warning: platform.txt from core '{0}' contains deprecated {1}, automatic
23162316msgid ""
23172317"Warning: platform.txt from core '{0}' misses property '{1}', using default "
23182318"value '{2}'. Consider upgrading this core."
2319- msgstr ""
2319+ msgstr "Warning: platform.txt from core '{0}' misses property '{1}', using default value '{2}'. Consider upgrading this core. "
23202320
23212321#: ../../../../../app/src/processing/app/Preferences.java:190
23222322msgid "Western Frisian"
@@ -2366,7 +2366,7 @@ msgstr "You can't rename the sketch to \"{0}\"\nbecause the sketch already has a
23662366msgid ""
23672367"You can't save the sketch as \" {0}\" \n"
23682368"because the sketch already has a file with that name."
2369- msgstr ""
2369+ msgstr "You can't save the sketch as \" {0} \" \nbecause the sketch already has a file with that name. "
23702370
23712371#: Sketch.java:883
23722372msgid ""
@@ -2568,12 +2568,12 @@ msgstr "{0} libraries"
25682568#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:76
25692569#, java-format
25702570msgid "{0} must be a folder"
2571- msgstr ""
2571+ msgstr "{0} must be a folder "
25722572
25732573#: ../../../../../arduino-core/src/cc/arduino/Compiler.java:78
25742574#, java-format
25752575msgid "{0} pattern is missing"
2576- msgstr ""
2576+ msgstr "{0} pattern is missing "
25772577
25782578#: debug/Compiler.java:365
25792579#, java-format
0 commit comments